- Oct 11, 2018
- admin
- 0
Selenium WebDriver is the most frequently used tool among all the tools available in the Selenium tool set. Hence it is very important to understand, how to use Selenium webDriver to interact with web applications. In this module, you will understand how to interact with GUI objects using Selenium webDriver.
We need to interact with the application using some basic actions or even some advanced user action by developing user-defined functions for which there are no predefined builtin functions or commands.
Listed below are the different kinds of actions against those GUI objects −
- Text Box Interaction
- Radio Button Selection
- Check Box Selection
- Drop Down Item Selection
- Synchronization
- Drag & Drop
- Keyboard Actions
- Mouse Actions
- Multi Select
- Find All Links