SlideShare a Scribd company logo
1 of 24
Naveen P.N
Trainer
Module 01 - WebDriver Basics
NPN TrainingTraining is the essence of success and
we are committed to it
www.npntraining.com
Course Topics `
WebDriver Basics
Module - I
Locators
Module - II
Exploring Selenium API - I
Module - III
Exploring Selenium API - II
Module - IV
Advance Locators
Module - V
Controlling Test Flow
Module - VI
Data Driven Testing
Module - IX
Module - X
Page Object Model & Page Factory
Module - XI
Keyword Driven Framework
Module - XII
Testing HTML5 Web Application
Advance Interactions of WebDriver
Module - VII
Understanding WebDriver events
Module - VIII
Selenium Grid
Module - XIII
Interview Preparation
Module - XV
Continuous Integration
Module - XIV
Attaching Selenium jars into project
Working with FirefoxDriver
Working with ChromeDriver
Working with InternetExplorerDriver
Exploring FirefoxBinary class
Firefox profile Manager
Overview of Selenium
Topics for the Module`
Attaching Selenium Documentation to eclipse
Exploring Proxy class
Difference between close() and quit()
Working with HTMLUnitDriver
Exploring FirefoxProfile and ProfilesIni class
Understanding DesiredCapabilities class
Maximizing and moving windows
Overview of WebDriver
WebDriver is an interface in Selenium API.
www.npntraining.com
Concreate Implementation of WebDriver interface
www.npntraining.com
Working with ChromeDriver
Chrome Driver is maintained / supported by the Chromium project itself. WebDriver works with Chrome
through the chromedriver binary (found on the chromium project’s download page).
www.npntraining.com
Working with InternetExplorerDriver
www.npntraining.com
Working with InternetExplorerDriver`
www.npntraining.com
Working with HTMLUnitDriver
This is currently the fastest and most lightweight implementation of WebDriver. HtmlUnitDriver
works behind the scenes. HtmlUnit is a java based implementation of a WebBrowser without a
GUI.
www.npntraining.com
Working with HTMLUnitDriver Contd…
i. None of the popular browsers uses the JavaScript engine used by HtmlUnit (Rhino). If you test JavaScript
using HtmlUnit the results may differ significantly from those browsers.
ii. When we say “JavaScript” we actually mean “JavaScript and the DOM”. Although the DOM is defined by
the W3C each browser has its own quirks and differences in their implementation of the DOM and in how
JavaScript interacts with it. HtmlUnit has an impressively complete implementation of the DOM and has
good support for using JavaScript, but it is no different from any other browser: it has its own quirks and
differences from both the W3C standard and the DOM implementations of the major browsers, despite its
ability to mimic other browsers.
iii. With WebDriver, we had to make a choice; do we enable HtmlUnit’s JavaScript capabilities and run the risk
of teams running into problems that only manifest themselves there, or do we leave JavaScript disabled,
knowing that there are more and more sites that rely on JavaScript? We took the conservative approach,
and by default have disabled support when we use HtmlUnit. With each release of both WebDriver and
HtmlUnit, we reassess this decision: we hope to enable JavaScript by default on the HtmlUnit at some
point.
HtmlUnitDriver driver =new HtmlUnitDriver(true)
Working with HTMLUnit Driver`
www.npntraining.com
Exploring Firefox Binary class
www.npntraining.com
Exploring Firefox Profiles
A profile in Firefox is a collection of bookmarks, browser settings, extensions, and history; in short
all your personal settings which is stored in separate location.
www.npntraining.com
Exploring FirefoxProfile Contd…`
www.npntraining.com
Exploring Proxy class
A proxy server is a server (a computer system or an application) that acts as an intermediary for requests
from clients seeking resources from other servers. A client connects to the proxy server, requesting some
service, such as a file, connection, web page, or other resource available from a different server and the proxy
server evaluates the request as a way to simplify and control its complexity.
www.npntraining.com
Exploring Proxy class Contd… `
www.npntraining.com
www.npntraining.com
Exploring DesiredCapabilities
DesiredCapabilities is a predefined class which is used to add additional capabilities to your
WebDriver instance
www.npntraining.com
Exploring DesiredCapabilities class Contd…`
www.npntraining.com
close() VS quit() `
www.npntraining.com
Maximizing, Moving and Resizing windows`
www.npntraining.com
What is WebDriver ? What are the concreate
implementation of
WebDriver ?
Name some of the abstract
methods present in
WebDriver interface ?
What are the different methods
present in WebDriver to locate
elements ?
What is the use of Firefox
Profile ?
What additional configuration
need to be done to start
internet explorer?
What is special about
HTMLUnitDriver ?
`
Agenda for Next Class
 Installing FireBug and FirePath
 Inspecting elements using Firebug and Firepath
 Different ways to locate web elements
 Using the By locating mechanism
 Understanding driver.findElement(By by)
 Understanding List<WebElement> driver.findElements(By by)
 Handling basic Authentication
www.npntraining.com
www.npntraining.com +91 9535584691

More Related Content

What's hot

Web development using nodejs
Web development using nodejsWeb development using nodejs
Web development using nodejsVaisakh Babu
 
Web Application Solutions
Web Application SolutionsWeb Application Solutions
Web Application Solutionsmarvin256
 
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...David Johansson
 
The WebView Role in Hybrid Applications
The WebView Role in Hybrid ApplicationsThe WebView Role in Hybrid Applications
The WebView Role in Hybrid ApplicationsHaim Michael
 
Berlin.JAR: Web future without web frameworks
Berlin.JAR: Web future without web frameworksBerlin.JAR: Web future without web frameworks
Berlin.JAR: Web future without web frameworksStephan Schmidt
 
5 best Java Frameworks
5 best Java Frameworks5 best Java Frameworks
5 best Java FrameworksAegis Softtech
 
Hardware Acceleration in WebKit
Hardware Acceleration in WebKitHardware Acceleration in WebKit
Hardware Acceleration in WebKitJoone Hur
 
Cross browser web development
Cross browser web developmentCross browser web development
Cross browser web developmentIlya Starostin
 
MVVM Light Toolkit Works Great, Less Complicated
MVVM Light ToolkitWorks Great, Less ComplicatedMVVM Light ToolkitWorks Great, Less Complicated
MVVM Light Toolkit Works Great, Less Complicatedmdc11
 
Robe - A brand new robe for Dropwizard
Robe - A brand new robe for DropwizardRobe - A brand new robe for Dropwizard
Robe - A brand new robe for DropwizardSeray Uzgur
 
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Beat Signer
 
AIDA/Scribo
AIDA/ScriboAIDA/Scribo
AIDA/ScriboESUG
 
Firefox Architecture Overview
Firefox Architecture OverviewFirefox Architecture Overview
Firefox Architecture OverviewAnant Narayanan
 

What's hot (20)

Web development using nodejs
Web development using nodejsWeb development using nodejs
Web development using nodejs
 
Web Application Solutions
Web Application SolutionsWeb Application Solutions
Web Application Solutions
 
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...
OWASP AppSec USA 2017: Cookie Security – Myths and Misconceptions by David Jo...
 
The WebView Role in Hybrid Applications
The WebView Role in Hybrid ApplicationsThe WebView Role in Hybrid Applications
The WebView Role in Hybrid Applications
 
Berlin.JAR: Web future without web frameworks
Berlin.JAR: Web future without web frameworksBerlin.JAR: Web future without web frameworks
Berlin.JAR: Web future without web frameworks
 
Gwt session
Gwt sessionGwt session
Gwt session
 
5 best Java Frameworks
5 best Java Frameworks5 best Java Frameworks
5 best Java Frameworks
 
Hardware Acceleration in WebKit
Hardware Acceleration in WebKitHardware Acceleration in WebKit
Hardware Acceleration in WebKit
 
DiscoJuice
DiscoJuiceDiscoJuice
DiscoJuice
 
Cross browser web development
Cross browser web developmentCross browser web development
Cross browser web development
 
Spring Mvc
Spring MvcSpring Mvc
Spring Mvc
 
MVVM Light Toolkit Works Great, Less Complicated
MVVM Light ToolkitWorks Great, Less ComplicatedMVVM Light ToolkitWorks Great, Less Complicated
MVVM Light Toolkit Works Great, Less Complicated
 
Robe - A brand new robe for Dropwizard
Robe - A brand new robe for DropwizardRobe - A brand new robe for Dropwizard
Robe - A brand new robe for Dropwizard
 
Firefox vs. chrome
Firefox vs. chromeFirefox vs. chrome
Firefox vs. chrome
 
Introduction to MERN
Introduction to MERNIntroduction to MERN
Introduction to MERN
 
Microservices
Microservices Microservices
Microservices
 
MEAN Stack
MEAN Stack MEAN Stack
MEAN Stack
 
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
Web Application Frameworks - Lecture 05 - Web Information Systems (4011474FNR)
 
AIDA/Scribo
AIDA/ScriboAIDA/Scribo
AIDA/Scribo
 
Firefox Architecture Overview
Firefox Architecture OverviewFirefox Architecture Overview
Firefox Architecture Overview
 

Viewers also liked

Tamaulipas, una entidad con vocación energética
Tamaulipas, una entidad con vocación energética Tamaulipas, una entidad con vocación energética
Tamaulipas, una entidad con vocación energética Nestor Garcia
 
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation ApproachYONG ZHENG
 
80,000lb Bristol Riggers Special Forklift For Sale Used
80,000lb Bristol Riggers Special Forklift For Sale Used80,000lb Bristol Riggers Special Forklift For Sale Used
80,000lb Bristol Riggers Special Forklift For Sale UsedDavid Dimond
 
Module IV - MapReduce Programming - I
Module IV - MapReduce Programming -  IModule IV - MapReduce Programming -  I
Module IV - MapReduce Programming - INPN Training
 
Write, Publish and Market Your Kindle Book in 4 Weeks
Write, Publish and Market Your Kindle Book in 4 WeeksWrite, Publish and Market Your Kindle Book in 4 Weeks
Write, Publish and Market Your Kindle Book in 4 Weekshorling wong
 
Gastrointestinales
GastrointestinalesGastrointestinales
Gastrointestinalesedvin rosil
 
Fibrilaciones cardiacas
Fibrilaciones cardiacasFibrilaciones cardiacas
Fibrilaciones cardiacasedvin rosil
 
VALUES-Brooke_Denton
VALUES-Brooke_DentonVALUES-Brooke_Denton
VALUES-Brooke_DentonBrooke Denton
 
Your Resilience Your Response
Your Resilience Your ResponseYour Resilience Your Response
Your Resilience Your Responsemesh.works e.U.
 
Evangelização - Presença Divina
Evangelização - Presença DivinaEvangelização - Presença Divina
Evangelização - Presença DivinaAntonino Silva
 
Leda digitalt utvecklingsarbete, varför, vad &amp; hur
Leda digitalt utvecklingsarbete, varför, vad &amp; hurLeda digitalt utvecklingsarbete, varför, vad &amp; hur
Leda digitalt utvecklingsarbete, varför, vad &amp; hurMalin Frykman
 
07 construyendo una vida de agradecimiento a dios
07 construyendo una vida de agradecimiento a dios07 construyendo una vida de agradecimiento a dios
07 construyendo una vida de agradecimiento a dioshassjire
 

Viewers also liked (20)

Tamaulipas, una entidad con vocación energética
Tamaulipas, una entidad con vocación energética Tamaulipas, una entidad con vocación energética
Tamaulipas, una entidad con vocación energética
 
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach
[IUI 2017] Criteria Chains: A Novel Multi-Criteria Recommendation Approach
 
Geometria analitica
Geometria analiticaGeometria analitica
Geometria analitica
 
80,000lb Bristol Riggers Special Forklift For Sale Used
80,000lb Bristol Riggers Special Forklift For Sale Used80,000lb Bristol Riggers Special Forklift For Sale Used
80,000lb Bristol Riggers Special Forklift For Sale Used
 
Module IV - MapReduce Programming - I
Module IV - MapReduce Programming -  IModule IV - MapReduce Programming -  I
Module IV - MapReduce Programming - I
 
Write, Publish and Market Your Kindle Book in 4 Weeks
Write, Publish and Market Your Kindle Book in 4 WeeksWrite, Publish and Market Your Kindle Book in 4 Weeks
Write, Publish and Market Your Kindle Book in 4 Weeks
 
Gastrointestinales
GastrointestinalesGastrointestinales
Gastrointestinales
 
Fibrilaciones cardiacas
Fibrilaciones cardiacasFibrilaciones cardiacas
Fibrilaciones cardiacas
 
Clase 5
Clase 5Clase 5
Clase 5
 
VALUES-Brooke_Denton
VALUES-Brooke_DentonVALUES-Brooke_Denton
VALUES-Brooke_Denton
 
Your Resilience Your Response
Your Resilience Your ResponseYour Resilience Your Response
Your Resilience Your Response
 
Evangelização - Presença Divina
Evangelização - Presença DivinaEvangelização - Presença Divina
Evangelização - Presença Divina
 
Leda digitalt utvecklingsarbete, varför, vad &amp; hur
Leda digitalt utvecklingsarbete, varför, vad &amp; hurLeda digitalt utvecklingsarbete, varför, vad &amp; hur
Leda digitalt utvecklingsarbete, varför, vad &amp; hur
 
LCache DrupalCon Dublin 2016
LCache DrupalCon Dublin 2016LCache DrupalCon Dublin 2016
LCache DrupalCon Dublin 2016
 
07 construyendo una vida de agradecimiento a dios
07 construyendo una vida de agradecimiento a dios07 construyendo una vida de agradecimiento a dios
07 construyendo una vida de agradecimiento a dios
 
Circuitos eléctricos en serie
Circuitos eléctricos en serieCircuitos eléctricos en serie
Circuitos eléctricos en serie
 
The Marketer's Blind Spot
The Marketer's Blind SpotThe Marketer's Blind Spot
The Marketer's Blind Spot
 
Best Practice co. Presentation for ERP odoo10
Best Practice co. Presentation for ERP odoo10Best Practice co. Presentation for ERP odoo10
Best Practice co. Presentation for ERP odoo10
 
Hemorroides
HemorroidesHemorroides
Hemorroides
 
Bloque 5 la revolución rusa y la urss
Bloque 5 la revolución rusa y la urssBloque 5 la revolución rusa y la urss
Bloque 5 la revolución rusa y la urss
 

Similar to Module 01 - WebDriver Basics

selenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdfselenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdfAnuragMourya8
 
WinJS at NYC Code Camp 2012
WinJS at NYC Code Camp 2012WinJS at NYC Code Camp 2012
WinJS at NYC Code Camp 2012Dmitri Artamonov
 
Your Framework for Success: introduction to JavaScript Testing at Scale
Your Framework for Success: introduction to JavaScript Testing at ScaleYour Framework for Success: introduction to JavaScript Testing at Scale
Your Framework for Success: introduction to JavaScript Testing at ScaleSauce Labs
 
Unlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationUnlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationJon Dean
 
Top 13 Backend Frameworks for Web development in 2024
Top 13 Backend Frameworks for Web development in 2024Top 13 Backend Frameworks for Web development in 2024
Top 13 Backend Frameworks for Web development in 2024Clarion Technologies
 
Web driver interface
Web driver interfaceWeb driver interface
Web driver interfaceDucat
 
Top 15 Selenium WebDriver Interview Questions and Answers.pdf
Top 15 Selenium WebDriver Interview Questions and Answers.pdfTop 15 Selenium WebDriver Interview Questions and Answers.pdf
Top 15 Selenium WebDriver Interview Questions and Answers.pdfAnanthReddy38
 
Top 15 Selenium WebDriver Interview Questions and Answers.pptx
Top 15 Selenium WebDriver Interview Questions and Answers.pptxTop 15 Selenium WebDriver Interview Questions and Answers.pptx
Top 15 Selenium WebDriver Interview Questions and Answers.pptxAnanthReddy38
 
Rendering: Or why your perfectly optimized content doesn't rank
Rendering: Or why your perfectly optimized content doesn't rankRendering: Or why your perfectly optimized content doesn't rank
Rendering: Or why your perfectly optimized content doesn't rankWeLoveSEO
 
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptx
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptxA Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptx
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptxMatthew Allen
 
5 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 20225 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 202275waytechnologies
 
Effective testing of rich internet applications
Effective testing of rich internet applicationsEffective testing of rich internet applications
Effective testing of rich internet applicationsRashwin
 
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...Atirek Gupta
 
Deview 2013 mobile browser internals and trends_20131022
Deview 2013 mobile browser internals and trends_20131022Deview 2013 mobile browser internals and trends_20131022
Deview 2013 mobile browser internals and trends_20131022NAVER D2
 
Python Web Framework – A Detailed List of Web Frameworks in Python
Python Web Framework – A Detailed List of Web Frameworks in PythonPython Web Framework – A Detailed List of Web Frameworks in Python
Python Web Framework – A Detailed List of Web Frameworks in Pythonabhishekdf3
 

Similar to Module 01 - WebDriver Basics (20)

selenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdfselenium-webdriver-interview-questions.pdf
selenium-webdriver-interview-questions.pdf
 
Selenium topic 3 -Web Driver Basics
Selenium topic 3 -Web Driver BasicsSelenium topic 3 -Web Driver Basics
Selenium topic 3 -Web Driver Basics
 
WinJS at NYC Code Camp 2012
WinJS at NYC Code Camp 2012WinJS at NYC Code Camp 2012
WinJS at NYC Code Camp 2012
 
Your Framework for Success: introduction to JavaScript Testing at Scale
Your Framework for Success: introduction to JavaScript Testing at ScaleYour Framework for Success: introduction to JavaScript Testing at Scale
Your Framework for Success: introduction to JavaScript Testing at Scale
 
Unlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance OptimizationUnlearning and Relearning jQuery - Client-side Performance Optimization
Unlearning and Relearning jQuery - Client-side Performance Optimization
 
Top 13 Backend Frameworks for Web development in 2024
Top 13 Backend Frameworks for Web development in 2024Top 13 Backend Frameworks for Web development in 2024
Top 13 Backend Frameworks for Web development in 2024
 
Web driver interface
Web driver interfaceWeb driver interface
Web driver interface
 
CODE IGNITER
CODE IGNITERCODE IGNITER
CODE IGNITER
 
Top 15 Selenium WebDriver Interview Questions and Answers.pdf
Top 15 Selenium WebDriver Interview Questions and Answers.pdfTop 15 Selenium WebDriver Interview Questions and Answers.pdf
Top 15 Selenium WebDriver Interview Questions and Answers.pdf
 
Top 15 Selenium WebDriver Interview Questions and Answers.pptx
Top 15 Selenium WebDriver Interview Questions and Answers.pptxTop 15 Selenium WebDriver Interview Questions and Answers.pptx
Top 15 Selenium WebDriver Interview Questions and Answers.pptx
 
Rendering: Or why your perfectly optimized content doesn't rank
Rendering: Or why your perfectly optimized content doesn't rankRendering: Or why your perfectly optimized content doesn't rank
Rendering: Or why your perfectly optimized content doesn't rank
 
Top java script frameworks ppt
Top java script frameworks pptTop java script frameworks ppt
Top java script frameworks ppt
 
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptx
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptxA Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptx
A Definitive Guide to Mastering Selenium WebDriver Automation Effectively.pptx
 
5 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 20225 Powerful Backend Frameworks for Web App Development in 2022
5 Powerful Backend Frameworks for Web App Development in 2022
 
Protractor overview
Protractor overviewProtractor overview
Protractor overview
 
Effective testing of rich internet applications
Effective testing of rich internet applicationsEffective testing of rich internet applications
Effective testing of rich internet applications
 
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
 
Deview 2013 mobile browser internals and trends_20131022
Deview 2013 mobile browser internals and trends_20131022Deview 2013 mobile browser internals and trends_20131022
Deview 2013 mobile browser internals and trends_20131022
 
Selenium&amp;scrapy
Selenium&amp;scrapySelenium&amp;scrapy
Selenium&amp;scrapy
 
Python Web Framework – A Detailed List of Web Frameworks in Python
Python Web Framework – A Detailed List of Web Frameworks in PythonPython Web Framework – A Detailed List of Web Frameworks in Python
Python Web Framework – A Detailed List of Web Frameworks in Python
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Module 01 - WebDriver Basics

  • 1. Naveen P.N Trainer Module 01 - WebDriver Basics NPN TrainingTraining is the essence of success and we are committed to it www.npntraining.com
  • 2. Course Topics ` WebDriver Basics Module - I Locators Module - II Exploring Selenium API - I Module - III Exploring Selenium API - II Module - IV Advance Locators Module - V Controlling Test Flow Module - VI Data Driven Testing Module - IX Module - X Page Object Model & Page Factory Module - XI Keyword Driven Framework Module - XII Testing HTML5 Web Application Advance Interactions of WebDriver Module - VII Understanding WebDriver events Module - VIII Selenium Grid Module - XIII Interview Preparation Module - XV Continuous Integration Module - XIV
  • 3. Attaching Selenium jars into project Working with FirefoxDriver Working with ChromeDriver Working with InternetExplorerDriver Exploring FirefoxBinary class Firefox profile Manager Overview of Selenium Topics for the Module` Attaching Selenium Documentation to eclipse Exploring Proxy class Difference between close() and quit() Working with HTMLUnitDriver Exploring FirefoxProfile and ProfilesIni class Understanding DesiredCapabilities class Maximizing and moving windows
  • 4. Overview of WebDriver WebDriver is an interface in Selenium API. www.npntraining.com
  • 5. Concreate Implementation of WebDriver interface www.npntraining.com
  • 6. Working with ChromeDriver Chrome Driver is maintained / supported by the Chromium project itself. WebDriver works with Chrome through the chromedriver binary (found on the chromium project’s download page). www.npntraining.com
  • 9. Working with HTMLUnitDriver This is currently the fastest and most lightweight implementation of WebDriver. HtmlUnitDriver works behind the scenes. HtmlUnit is a java based implementation of a WebBrowser without a GUI. www.npntraining.com
  • 10. Working with HTMLUnitDriver Contd… i. None of the popular browsers uses the JavaScript engine used by HtmlUnit (Rhino). If you test JavaScript using HtmlUnit the results may differ significantly from those browsers. ii. When we say “JavaScript” we actually mean “JavaScript and the DOM”. Although the DOM is defined by the W3C each browser has its own quirks and differences in their implementation of the DOM and in how JavaScript interacts with it. HtmlUnit has an impressively complete implementation of the DOM and has good support for using JavaScript, but it is no different from any other browser: it has its own quirks and differences from both the W3C standard and the DOM implementations of the major browsers, despite its ability to mimic other browsers. iii. With WebDriver, we had to make a choice; do we enable HtmlUnit’s JavaScript capabilities and run the risk of teams running into problems that only manifest themselves there, or do we leave JavaScript disabled, knowing that there are more and more sites that rely on JavaScript? We took the conservative approach, and by default have disabled support when we use HtmlUnit. With each release of both WebDriver and HtmlUnit, we reassess this decision: we hope to enable JavaScript by default on the HtmlUnit at some point. HtmlUnitDriver driver =new HtmlUnitDriver(true)
  • 11. Working with HTMLUnit Driver` www.npntraining.com
  • 12. Exploring Firefox Binary class www.npntraining.com
  • 13. Exploring Firefox Profiles A profile in Firefox is a collection of bookmarks, browser settings, extensions, and history; in short all your personal settings which is stored in separate location. www.npntraining.com
  • 15. Exploring Proxy class A proxy server is a server (a computer system or an application) that acts as an intermediary for requests from clients seeking resources from other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource available from a different server and the proxy server evaluates the request as a way to simplify and control its complexity. www.npntraining.com
  • 16. Exploring Proxy class Contd… ` www.npntraining.com
  • 18. Exploring DesiredCapabilities DesiredCapabilities is a predefined class which is used to add additional capabilities to your WebDriver instance www.npntraining.com
  • 19. Exploring DesiredCapabilities class Contd…` www.npntraining.com
  • 20. close() VS quit() ` www.npntraining.com
  • 21. Maximizing, Moving and Resizing windows` www.npntraining.com
  • 22. What is WebDriver ? What are the concreate implementation of WebDriver ? Name some of the abstract methods present in WebDriver interface ? What are the different methods present in WebDriver to locate elements ? What is the use of Firefox Profile ? What additional configuration need to be done to start internet explorer? What is special about HTMLUnitDriver ?
  • 23. ` Agenda for Next Class  Installing FireBug and FirePath  Inspecting elements using Firebug and Firepath  Different ways to locate web elements  Using the By locating mechanism  Understanding driver.findElement(By by)  Understanding List<WebElement> driver.findElements(By by)  Handling basic Authentication www.npntraining.com

Editor's Notes

  1. SD
  2. SD
  3. It gives facility to set the properties of browser. https://code.google.com/p/selenium/wiki/DesiredCapabilities
  4. Latency in trasferring data