Selenium Tutorials

Windows handling and switch Tab in selenium – online Training and Tutorials

Windows handling in selenium is one of the most crucial part to handle the different windows and to handle the different windows Tab. We may come across the various scenarios when we click on some link and another windows opened and we need to switch to the other window , to handle different windows while …

Windows handling and switch Tab in selenium – online Training and Tutorials Read More »

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 »