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...