Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
3 views
3 pages
Day 2 Introducton of Method
Uploaded by
Vyavahare Saurabh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Download
Save
Save Day 2 Introducton of Method For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
3 views
3 pages
Day 2 Introducton of Method
Uploaded by
Vyavahare Saurabh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Day 2 Introducton of Method For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 3
Search
Fullscreen
Introduction of locators
WebDriver Interface Methods:-
1. get():-
Syntax:- object.get("url");
Website:- google.com For Example:-
driver.get(“https://www.google.com/”);
2. getTitle():-
Syntax:- String title=object.getTitle();
System.out.println(title);
Website:- google.com For
Example:- String title=driver.getTitle();
System.out.println("Title of the Current Page is: "+title);
3. getCurrentUrl():-
Syntax:- String url=object.getCurrentUrl();
System.out.println(url);
Website:- facebook.com
For Example:- String url=driver.getCurrentUrl();
System.out.println("URL of the Current Page is: "+url);
4. getPageSource():-
Syntax:- String ps=object.getPageSource(); System.out.println(ps);
Website:- facebook.com
For Example:- String url=driver.getPageSource();
System.out.println(" Page Source is: "+ps);1
5. findElement():- Syntax:- object.findElement(locator);
Website:- Demo Web Shop
For Example:- for first name
WebElement us=driver.findElement(By.xpath("//input[@id=
'FirstName']")).sendKe ys("Surbhi");
6. findElements():-
Syntax:- List ls=driver.findElements();
7. manage():-
Syntax:- object.manage().window().maximize();
Website:- google.com
For Example:- driver.manage().window().maximize();
8. switchTo():-
Syntax:- object.switchTo().window();
Website:- google.com For Example:- driver.switchTo().frame(0);
9. manage.getCookies():-
Syntax:- Set cookie=driver.manage.getCookies();2
10. navigate().to():-
Syntax:- driver.navigate().to(“url”);
Website:-facebook.com
For Example:- driver.navigate().to("https://www.facebook.com/");
11. getWindowHandle():-
Syntax:- String abc=driver.getWindowHandle();
12. getWindowHandles():-
Syntax:- Set keys=driver.getWindowHandles();
13. manage().deleteAllCookies():-
Syntax:- driver.manage().deleteAllCookies();
14. close():-
Syntax:- driver.close();
15. quit():-
Syntax:- driver.quit();
You might also like
Selenium Cheatsheet
PDF
No ratings yet
Selenium Cheatsheet
82 pages
Selenium Java Training - Session 2 - Locators
PDF
No ratings yet
Selenium Java Training - Session 2 - Locators
4 pages
FullBasic To Advanced Selenium Cheat Sheet - 1
PDF
No ratings yet
FullBasic To Advanced Selenium Cheat Sheet - 1
18 pages
Automation Testing Notes
PDF
No ratings yet
Automation Testing Notes
36 pages
Selenium Webdriver With Java
PDF
100% (2)
Selenium Webdriver With Java
184 pages
Selenium Methods
PDF
No ratings yet
Selenium Methods
8 pages
Selenium Notes
PDF
No ratings yet
Selenium Notes
17 pages
Q) Element Locators in Selenium
PDF
No ratings yet
Q) Element Locators in Selenium
4 pages
Selenium WD
PDF
No ratings yet
Selenium WD
34 pages
Selenium Java Notes
PDF
No ratings yet
Selenium Java Notes
12 pages
Techlisti 1
PDF
No ratings yet
Techlisti 1
14 pages
SELENIUM WITH JAVA - Course - Syllabus
PDF
No ratings yet
SELENIUM WITH JAVA - Course - Syllabus
7 pages
15 Top Selenium WebDriver Commands For Test Automation
PDF
No ratings yet
15 Top Selenium WebDriver Commands For Test Automation
8 pages
Locators in Selenium WebDriver With Examples - LambdaTest
PDF
No ratings yet
Locators in Selenium WebDriver With Examples - LambdaTest
46 pages
Locators
PDF
No ratings yet
Locators
7 pages
Selenium Notes
PDF
No ratings yet
Selenium Notes
4 pages
Selenium
PDF
No ratings yet
Selenium
56 pages
Selenium Question Answer
PDF
No ratings yet
Selenium Question Answer
3 pages
Day 5,6,7
PDF
No ratings yet
Day 5,6,7
2 pages
Selenium7PM (1) (1) - 1
PDF
No ratings yet
Selenium7PM (1) (1) - 1
62 pages
Selenium
PDF
No ratings yet
Selenium
57 pages
Automation Questions - 1
PDF
No ratings yet
Automation Questions - 1
2 pages
5 Step by Step Instructions To Run First Basic Selenium Program
PDF
No ratings yet
5 Step by Step Instructions To Run First Basic Selenium Program
5 pages
Locators in Selenium
PDF
No ratings yet
Locators in Selenium
20 pages
Software
PDF
No ratings yet
Software
7 pages
Software 12
PDF
No ratings yet
Software 12
7 pages
Locators
PDF
No ratings yet
Locators
17 pages
Techlistic: Selenium Webdriver - Browser and Navigation Commands
PDF
No ratings yet
Techlistic: Selenium Webdriver - Browser and Navigation Commands
13 pages
Interview Questions
PDF
No ratings yet
Interview Questions
16 pages
Selenium Methods
PDF
No ratings yet
Selenium Methods
6 pages
Programms
PDF
No ratings yet
Programms
52 pages
Automation Testing Notes Latest
PDF
No ratings yet
Automation Testing Notes Latest
37 pages
Selenium Notes 1.04
PDF
No ratings yet
Selenium Notes 1.04
15 pages
5 Step by Step Instructions To Run First Basic Selenium Program
PDF
No ratings yet
5 Step by Step Instructions To Run First Basic Selenium Program
6 pages
Elelments
PDF
No ratings yet
Elelments
21 pages
Xpath Student Notest
PDF
No ratings yet
Xpath Student Notest
9 pages
Automation
PDF
No ratings yet
Automation
82 pages
Selenium
PDF
No ratings yet
Selenium
20 pages
WebDriver Introduction
PDF
No ratings yet
WebDriver Introduction
4 pages
5 Step by Step Instructions To Run First Basic Selenium Program
PDF
No ratings yet
5 Step by Step Instructions To Run First Basic Selenium Program
5 pages
Methods and Locators
PDF
No ratings yet
Methods and Locators
8 pages
Selenium Locators Test Cases
PDF
No ratings yet
Selenium Locators Test Cases
6 pages
Selenium WebDriver Tasks For Freshers
PDF
No ratings yet
Selenium WebDriver Tasks For Freshers
2 pages
Selenium
PDF
No ratings yet
Selenium
36 pages
Day 1 - Selenium IDE - Session 2 - Locators
PDF
No ratings yet
Day 1 - Selenium IDE - Session 2 - Locators
20 pages
Test Automation
PDF
No ratings yet
Test Automation
16 pages
Selenium Cheat Sheet
PDF
No ratings yet
Selenium Cheat Sheet
14 pages
Selenium Full Material
PDF
No ratings yet
Selenium Full Material
127 pages
Selenium WebDriver
PDF
No ratings yet
Selenium WebDriver
8 pages
Web Driver Methods
PDF
No ratings yet
Web Driver Methods
1 page
Selenium Guide 1745548475
PDF
No ratings yet
Selenium Guide 1745548475
10 pages
Selenium Questions Answers
PDF
No ratings yet
Selenium Questions Answers
21 pages
Selenium Fastrack
PDF
No ratings yet
Selenium Fastrack
18 pages
What Is Automation Testing?
PDF
No ratings yet
What Is Automation Testing?
36 pages
Locators, X Path and CSS Notes PDF
PDF
No ratings yet
Locators, X Path and CSS Notes PDF
14 pages
Selenium Notes
PDF
No ratings yet
Selenium Notes
55 pages
Essential n8n Playbook
From Everand
Essential n8n Playbook
Leandro Calado
No ratings yet
SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner's Guide
From Everand
SilverStripe 2.4 Module Extension, Themes, and Widgets: Beginner's Guide
Philipp Krenn
No ratings yet
React Portfolio App Development: Increase your online presence and create your personal brand
From Everand
React Portfolio App Development: Increase your online presence and create your personal brand
Abdelfattah Ragab
No ratings yet
Web Scraping for SEO with Python
From Everand
Web Scraping for SEO with Python
Enrique Vicente
No ratings yet