The weird story of Selenium,the StaleElementReferenceException,the iframe,the List,the WebElement

READ THE BLOG


- 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


- Jun 10, 2020
- 11 min
Working with user prompts in Selenium


- May 21, 2020
- 10 min
Working with windows/tabs in Selenium

- May 6, 2020
- 8 min
Iframes, switchTo() and default content with Selenium


- Mar 31, 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
- Jun 28, 2019
- 1 min
The recording of my CSS selectors webinar is now available online


- 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


- Aug 14, 2018
- 4 min
Use waits as assertions for your Selenium tests


- Oct 30, 2017
- 2 min
Check that the value you think you typed into a field has actually been typed correctly
- Sep 19, 2017
- 4 min
Checking whether an image is broken with HttpClient

- Apr 18, 2017
- 5 min
A three-course menu for writing your Selenium tests before the feature is complete


- Apr 10, 2017
- 4 min
Using Lists to get UI elements with nearly impossible selectors
- Mar 1, 2017
- 6 min
@FindBy, Lists and using them to check for similar UI elements

- Jan 16, 2017
- 6 min
Selenium tests, the Object Oriented way - example 1 (with code)
- May 11, 2016
- 3 min
Selenium: How to wait for an element to be displayed / not displayed