際際滷

際際滷Share a Scribd company logo
Manipulating Web
Elements with WebDriver
Kushan Amarasiri
Input Box
Input Box
Submit Buttons
Radio Button
Check Box
Select ~ Dropdown
Access Tables
Frames Handling
 Frame switching can be done 3 ways
 By Index
 driver.switchTo().frame(0);
 driver.switchTo().frame(1);
 By Name or Id
 driver.switchTo().frame("iframe1");
 driver.switchTo().frame("id of the element");
Handing Alerts and Pop Ups
Alerts and Pop ups

More Related Content

Manipulating web elements with web driver