Selenium
-
How to handle Captcha in Selenium
Step-by-step tutorial on how to run Selenium tests on a website with Captcha enabled. Code sample included. Test websites on real browsers & devices.
Learn More -
How to handle dropdown in Selenium Python?
Learn this step-by-step tutorial on handling dropdown in Selenium Python using select option and learn how BrowserStack can enhance your Selenium tests.
Learn More -
Headless Browser Testing With Selenium Python
Learn what is headless browser testing with Selenium Python, and how to perform them, the benefits and limitations of headless browser testing and more.
Learn More -
How to get Selenium to wait for a page to load
Learn how to get Selenium Wait for a page to load using implicit wait, explicit wait, and fluent wait. Also learn how to handle asynchronous page loads.
Learn More -
What is Automated UI testing?
Learn what is UI automation testing, how to perform it, benefits and best practices, the tools used and more with this detailed guide.
Learn More -
Understanding Stale Element Reference Exception in Selenium
Learn about Stale Element Reference Exception in Selenium, when it occurs, and different methods to handle Stale Element Reference Exception
Learn More -
What is TestNG: Advantages, Annotations, & Best Practices
Know everything about TestNG, its advantages, annotations, how to run TestNG in Selenium, and best practices for seamless testing experience
Learn More -
How to test Chrome extensions in Selenium
Learn how to test Chrome extensions in Selenium easily, and how to set up Chrome Driver for the same. Also, understand language-specific code snippets for testing Chrome plugins in Selenium.
Learn More -
Select Class in Selenium : How to handle dropdown using Selenium
Learn what is select class in Selenium, how to implement it and how it helps handle dropdown in selenium, along with examples.
Learn More -
How to find broken links in Selenium
Find broken links in Selenium with five easy steps. Run the code example included here and start finding broken links with automated selenium testing.
Learn More