0% found this document useful (0 votes)
47 views76 pages

Selenium Class

This document contains a list of automation tasks that can be performed using Selenium including building chains of events, performing double clicks and drag and drop, executing JavaScript, taking screenshots, controlling dropdowns and lists, interacting with radio buttons and checkboxes, maximizing browser windows, and managing window processes. Selenium Actions, Select, and WindowUtils classes can be used to accomplish these tasks through methods like build(), perform(), selectByValue(), maximize(), and close().

Uploaded by

abhi00998877
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
47 views76 pages

Selenium Class

This document contains a list of automation tasks that can be performed using Selenium including building chains of events, performing double clicks and drag and drop, executing JavaScript, taking screenshots, controlling dropdowns and lists, interacting with radio buttons and checkboxes, maximizing browser windows, and managing window processes. Selenium Actions, Select, and WindowUtils classes can be used to accomplish these tasks through methods like build(), perform(), selectByValue(), maximize(), and close().

Uploaded by

abhi00998877
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 76

S.

No.
Description Class
1
2
3 By Action Class,Build Simple or
Complex Chain of events in
Composite Way(Execute in One
Time by Build() and Perform()
method)
4 Perform Double Click on Any
Web Element (WebElement
element )
5 Drag and Droping of Element
6 JavascriptExecutor Interface
can be used to execute
JavaScript code with in context
of browser.
7 Capature ScreenShots TakesScreenshot
8 [Link]
[Link]
9 Capature ScreenShots with
RemoteWebDriver/Grid
Augmenter
10 Maximize the browser Window
11 Automating DropDown and List
12
13
14
15
16 Radio Button and CheckBox
17
18 Controlling Window Process
WebElement
Actions
Select
[Link]
[Link]
WebElement
19
Driver
[Link]
[Link]

You might also like