Mar 2410 minwaiter2: Useful methods for working with dropdowns and SelectWhen it comes to selecting values from a classic HTML dropdown, in Selenium you need to perform a few tasks: first, define a WebElement...
Feb 276 minwaiter2: Typing into fieldsWhen it comes to typing, in the 'waiter2' library there are quite a few methods dedicated to this task. But there is a reason why there...
Feb 224 minwaiter2: Clicking on page elementsClicking on a page element is easy to do, however sometimes this action might fail. This can be either because the element we want to...
Feb 204 minwaiter2: Opening a page and waiting for it to loadIn this post I will describe what the get, wait for page load and wait for jquery to load methods from the 'waiter2' library do, and how...
Feb 174 minwaiter2: My new Selenium wait based librarySome years ago, at a conference, I announced that I released a Selenium based library that contained useful wait-based methods for test...
Jan 15, 20211 minRead my article on using WebDriverWaits as retriesCheckout this article i wrote on how to use WebDriverWaits as retries for more test automation success: https://blog.testproject.io/2021/...
Nov 22, 20186 minthewaiter: wait for WebElement attribute. To equal, contain a String, with variations.An attribute of an HTML tag (or WebElement as you might know it from Selenium) stores valuable information about the state of that...
Nov 15, 20184 minHow WebDriverWait works differently for WebElements defined by driver.findElement versus PageFactoryWhen it comes to using WebDriverWait to wait for WebElement properties,like text or attributes, when sending WebElements as properties...