Rinaldo Badigarrinaldo.hashnode.dev·Jan 6, 2024Synchronization in Selenium⚙️🚦In the world of Selenium Java automation, where websites are dynamic and loading times vary, synchronization becomes a critical aspect of creating stable and reliable test scripts. Synchronization ensures that your automation script waits for the rig...Selenium with Javaselenium
Debasmita Adhikaridebasmita-a.hashnode.dev·Dec 20, 2023Waiting strategies in SeleniumWhy do we need waits? Depending on the webpage, certain web elements may be loaded later than the others. The webpage could have a lot of elements such as dropdowns, texts, buttons, images etc. Imagine that an image gets loaded later than web element...Selenium BasicsWebDriverWait