Skip to main content

All Questions

0 votes
1 answer
36 views

Extracting the text between span tags in a Javascript-rendered page using Selenium in Python

I am trying to scrape all instances of text between tags with a particular class on a web page that dynamically updates. I am using selenium with a chrome WebDriver in Python. In a normal browser, ...
zicari's user avatar
  • 5
0 votes
0 answers
24 views

Extract all data inside g tag of JS chart using Selenium

I am currently trying to scrape a local web page, generated by my EV charger. I access it through it's IP address, which requires me to sign in. After signing in, I want to retrieve the data from the ...
DvdV's user avatar
  • 77
0 votes
0 answers
49 views

How to Intercept and Modify JavaScript Responses Before Execution Using Chrome DevTools Protocol (CDP)

I'm working on a project where I need to intercept JavaScript code that the browser receives but prevent it from executing immediately. I want to modify the JavaScript code to inject a custom worker ...
NoNam4's user avatar
  • 537
0 votes
1 answer
67 views

Using Python with Selenium and BeautifulSoup4 how can i get data after Javascript has loaded all elements on the page?

I'm trying to scrape data from a sandbox website just to practice and start using python to scrape web data. I have managed to extract a lot of data using the basics however I have found an element ...
mattie malling's user avatar
0 votes
1 answer
24 views

Close javascript popup using selenium

I am writing a small python example using selenium to get information from the area where I live in the hemnet website. When I open the page using selenium a popup appears and I have not found the way ...
Tony's user avatar
  • 31
0 votes
0 answers
24 views

Python: Issue injecting javascript in new page of the same window

I would like to capture the names,id,...etc of clicked controls (input text, button,..etc) of a page (facebook.com for example). For that I am injecting a script to the page code using selenium (see ...
Roffy's user avatar
  • 33
0 votes
1 answer
45 views

How to access Payload after accessing the Request url

Through Selenium in the Python language, I am working on testing the website, and I was able to access the link for the Request, and I want to access the Payload. Attached is an image that shows enter ...
mohammed jaber's user avatar
0 votes
0 answers
53 views

Using modheader to Modify Headers in Selenium with Robot Framework

I'm trying to use the modheader extension to modify headers in Chrome through Selenium in Robot Framework. I've created a custom library in Python to handle this, but I'm facing an issue with ...
Tibor Száraz's user avatar
1 vote
1 answer
38 views

How to web scrape a page that has collapsible fields using Selenium?

There is this website - https://www.flashscore.com/ and I'm looking to extract fixture data, including the competition name, team names, and dates. While I've already developed a scraping solution, ...
Shruthi Ravishankar's user avatar
0 votes
1 answer
77 views

Trying to locate and click a button element, but Selenium Webdriver raises NoSuchElementException

Been trying out every selector and attribute I can possibly think of, so as to target and click a sign-up button on a website's homepage... all to no avail. See the website: https://onepetro.org Once ...
ELVIS GIDEON's user avatar
0 votes
0 answers
25 views

My program is not able to locate the locator for submit button when anather captcha comes

So I am making automation program to download CSV files from a website which keeps getting revised in around 5 min interval. The website has captcha based system, and I am using tesseract OCR to ...
Shiva Paridhi's user avatar
0 votes
1 answer
71 views

How Can I execute all JavaScript on a page before using Selenium (Python)?

I have a webpage and I am attempting to find particular elements within it using Selenium with Python. The issue I'm having is that all of the elements I am trying to find are all dynamically ...
MeltedMetal's user avatar
0 votes
1 answer
31 views

how to load page by python selenium?

I can view page by any browser, I can only view blank when I open that by Selenium, I found there is javaScript as below, I guess that I need to run this code, what can I do next? <body> <...
mikezang's user avatar
  • 2,465
0 votes
0 answers
37 views

python selenium execute script confirmation box, getting results back

When running a scraping tool I am in the process of writing I need to interact with the user but prefer not via the console as that means switching between the console and the browser. Problem is I ...
user avatar
1 vote
1 answer
72 views

Can't Scrape a webpage whose contents are dynamically generated through JavaScript

I am trying to scrape table data from a webpage but it's not a normal webpage that can be scraped using its html tags and CSS class or ID. The contents of the webpage are dynamically generated using ...
Abhinay's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
119