python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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 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
On Selenium WebDriver how to get Text from div with Mark Tag
On Selenium Webdriver, how I can retrieve entire text from div with Mark Tag?
I need to verify that the word 'correctly' is present.
Example HTML code:
<div class="faq-node-body">
blah...
Elladee
Votes: 0
Answers: 1
Limiting WebDriver scope is not working as expected
Can anyone please explain why data.size() is coming up as 13 and why data1.size() is coming up as 364?
As per my understanding, data.size() should be 0 because <td> is not a valid xpath expressi...
Sayan Saha
Votes: 0
Answers: 2