Category "selenium-webdriver"

Selenium Webdriver - how to get the value in span tag

<span id="email-display">myemailid</span> How could i get the value between the span tag in selenium webdriver? I tired using this code: System.

Selenium DOM is not changed after execution of Angular ng-if condition

we have following code on page which has angular ng-if condition. <p ng-if="!old_email" style="line-height: 20px; font-weight: normal;"><b>Hi,</

How to set Selenium Python WebDriver default timeout?

Trying to find a good way to set a maximum time limit for command execution latency in Selenium Python WebDriver. Ideally, something like: my_driver = get_my_

How to automate OTP using selenium web driver?

I am doing automation for registration in a website but the problem is that it sends an OTP once i enter mobile no. after enter otp it will ask for password and

Selenium-Python: How do I make my WebDriverWait a few seconds before reloading a page?

So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i

Selenium-Python: How do I make my WebDriverWait a few seconds before reloading a page?

So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i

Selenium-Python: How do I make my WebDriverWait a few seconds before reloading a page?

So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i

Selenium-Python: How do I make my WebDriverWait a few seconds before reloading a page?

So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i