padhle

Properties file in selenium-Read , Write and Delete-complete Tutorial

Properties File in selenium is a plain notepad file that are used to store the hard coded values in selenium. While developing automation frameworks we need to store so many hard coded values to use them in project , so we store all that values in property file . In the later sessions when we …

Properties file in selenium-Read , Write and Delete-complete Tutorial Read More »

Action Class Selenium – Handling Keyboard and Mouse Event

Action class in selenium is used to perform the mouse events and keyboard events on the web page. Actions and Action classes are used to handle the mouse event and keyboard events in selenium. We can handle the mouse movements like hover the element and Keyboard events like sending keys , pressing the keyboard keys …

Action Class Selenium – Handling Keyboard and Mouse Event Read More »

Locators in Selenium – A complete tutorial and online training

Locators in selenium are used to identify the elements in a web page. To execute the automation script we need the locators to identify the elements.  To perform any operation on elements in web page we first need to find the element with the help of locators then we can perform the various operations on …

Locators in Selenium – A complete tutorial and online training Read More »