python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Selenium Python: How to click on a span element with innerText
This seems pretty straightforward. I am trying click on a submit button via selenium chrome web driver which obviously quite straight forward. But for some reason, I am not able to do so.
here is how ...
rajan.sngh
Votes: 0
Answers: 1
How to extract href attribute of an element in html with Selenium in Ptyhon
I need a make a list of URLs of pictures(after that I will download it ) I do not know how to extract elements from class and from elements extract a URLs
driver.get("https://pixabay.com/en/photo...
TheSoftProgrammer
Votes: 0
Answers: 1
How can I catch the text from a javascript alert and set a OK using chrome headless?
guys!
How can I catch the text from a javascript alert and set a OK using chrome headless?
The follow code works very well, but if I set headless option it seems not find the pop up alert.
Edit I real...
Elaine Silva
Votes: 0
Answers: 1
How to create case insensitive xpath in Selenium Java
I have created below XPath but it is not working as expected.
I am checking text in the cell of a html table and I want a particular cell to be matched.
I have created below XPath but it is not workin...
Nitin Rathod
Votes: 0
Answers: 2