Selenium locator strategies – how to identify browser elements
Selenium provides different type of locators to uniquely identify web elements on the browser. Any web application elements that render…
Selenium provides different type of locators to uniquely identify web elements on the browser. Any web application elements that render…
A basic web table will have these below components:header, body and data / cells & footerHeader cells- th = Column…
ShadowDOM is used to separate certain HTML structure, JS and CSS from the actual application DOM. A DOM can have…
There are certain types of textbox designed for browser apps which provides suggestions based on the string typed, The suggestions may…
In this post, we will see how to handle drop down webelement in Selenium and python, select an option from…
Browser applications push notifications to user to know their location or push notification when user opens the application on browser.…
Push notification is a message pop up to any mobile device and can be sent from any app that is…
In our previous few blog posts, we have learned how to write selenium tests using python, we will extend our…
Let’s see how we can guide selenium to automate the user actions on a web application, As we come to…