waiter2: Useful methods for working with dropdowns and Select

READ THE BLOG


- Mar 10
- 1 min
Watch me talk about testing with Java, Junit5, Selenium and best practices
- Mar 7
- 1 min
Watch this Selenium all stars discussion that i am also a part of


- Feb 27
- 6 min
waiter2: Typing into fields


- Feb 20
- 4 min
waiter2: Opening a page and waiting for it to load


- Feb 17
- 4 min
waiter2: My new Selenium wait based library


- Apr 14, 2021
- 3 min
Using Retries in tests can hide the bugs


- Mar 31, 2021
- 3 min
The weird story of Selenium,the StaleElementReferenceException,the iframe,the List,the WebElement


- Mar 17, 2021
- 2 min
About my JUnit 5 course
- Feb 12, 2021
- 1 min
Have you seen my article on using Spring for managing test environments in automated tests?
- Jan 29, 2021
- 1 min
Read my new article on Selenium Actions
- Jan 15, 2021
- 1 min
Read my article on using WebDriverWaits as retries


- Apr 1, 2020
- 9 min
Browser unaware Selenium tests. STEP 3: Starting a browser based on a system property


- Mar 25, 2020
- 8 min
Browser unaware Selenium tests. STEP 2: Creating browser initialization methods for Chrome, Firefox


- Mar 18, 2020
- 6 min
Browser unaware Selenium tests. STEP 1: Identify OSs to run tests + choose browsers to support


- Nov 13, 2019
- 6 min
Using HashMaps in automated tests


- Nov 22, 2018
- 6 min
thewaiter: wait for WebElement attribute. To equal, contain a String, with variations.


- Nov 15, 2018
- 4 min
How WebDriverWait works differently for WebElements defined by driver.findElement versus PageFactory


- Nov 1, 2018
- 4 min
Better Test Code Principles: Use proper naming, for everything


- Oct 25, 2018
- 4 min
The Automated Regression Suite. Part 3 of 3. How to run the suite