Selenium WebDriver Tutorial #14 - What are the Basic Methods in WebDriver Interface
Software Testing Mentor Software Testing Mentor
159K subscribers
44,531 views
0

 Published On Premiered Jun 18, 2020

Get all my courses for USD 5.99/Month - https://bit.ly/all-courses-subscription
❖ FREE Training's at https://training.rcvacademy.com ❖
In this Selenium Webdriver Tutorial we will learn about "What are the basic methods in WebDriver Interface. We will understand the basic methods along with examples and how to use those methods in Selenium Automation.

Some of the basic WebDriver Interface methods are:

✅ get(java.lang.String url): Load a new web page in the current browser window.
✅ manage(): Gets the Option interface.
✅ getCurrentUrl(): Get a string representing the current URL that the browser is looking at.
✅ getTitle(): The title of the current page.
✅ getPageSource(): Get the source of the last loaded page.
✅ navigate(): An abstraction allowing the driver to access the browser's history and to navigate to a given URL.
✅ quit(): Quits this driver, closing every associated window.
✅ close(): Close the current window, quitting the browser if it's the last window currently open.
✅ getWindowHandle(): Return an opaque handle to this window that uniquely identifies it within this driver instance.
✅ getWindowHandles(): Return a set of window handles which can be used to iterate over all open windows of this WebDriver instance by passing them to switchTo().WebDriver.Options.window()
✅ switchTo(): Send future commands to a different frame or window.
✅ findElement(By by): Find the first WebElement using the given method.
✅ findElements(By by): Find all elements within the current page using the given mechanism.

Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials.

More tutorial playlists below:

❖JIRA BEGINNER TUTORIAL❖ http://bit.ly/jira-beginner-tutorial
❖JIRA WORKFLOW TUTORIAL❖ http://bit.ly/2EzKOEB
❖JIRA ADMINISTRATION TUTORIAL❖ http://bit.ly/36MPPFR
❖JIRA TUTORIAL INTERMEDIATE❖ http://bit.ly/Atlassian-JIRA-tutorial... TUTORIALS❖ http://bit.ly/jira-tutorials
❖ZEPHYR TUTORIAL❖ http://bit.ly/zephyr-for-jira-tutorials
❖ SOAPUI TUTORIAL❖ http://bit.ly/Sopui-tutorial
❖ JSONPath TUTORIAL❖ http://bit.ly/2sIZIFG
❖ POSTMAN TUTORIAL❖ http://bit.ly/2PBbhI7
❖ ISTQB AGILE TESTER CERTIFICATION TUTORIAL❖ http://bit.ly/istqb-agile-tester-cert...
❖ ISTQB FOUNDATION LEVEL CERTIFICATION TUTORIAL ❖http://bit.ly/istqb-foundation-level-...
❖CUCUMBER SELENIUM TUTORIAL❖ http://bit.ly/cucumber-selenium-tutorial
❖TESTRAIL TUTORIAL❖ http://bit.ly/testrail-tutorial
❖AGILE TUTORIALS❖ http://bit.ly/agile-tutorials
❖PYTHON TUTORIALS❖ http://bit.ly/python-programming-tuto...
❖PYTHON BEHAVE TUTORIALS❖ http://bit.ly/python-behave-tutorial
❖PRACTITEST TUTORIAL❖ http://bit.ly/practitest-tutorial
❖JAVA TUTORIAL❖ http://bit.ly/2F1iL1B
❖ZEPHYR TUTORIAL❖ http://bit.ly/zephyr-for-jira-tutorials

❖ TRAININGS ON RCV ACADEMY PORTAL ❖
http://bit.ly/learn-practitest
http://bit.ly/learn-jira-in-4-hours
http://bit.ly/jira-beginner-training
http://bit.ly/learn-confluence
http://bit.ly/ISTQB-foundation-certif...

❖ FOLLOW US ON TWITTER ❖
  / rcvacademy  
  / swtmentor  
  / mrmverma  

❖ LIKE US ON FACEBOOK ❖
  / softwaretestingmentor  
  / rcvacademy47  

❖ OUR TUTORIAL WEBSITES ❖
https://www.softwaretestingmentor.com
https://www.rcvacademy.com

❖ GET MY TRAININGS ON UDEMY ❖
https://www.udemy.com/user/manish68/
#SeleniumTutorial #SeleniumTraining #TestAutomation #SeleniumWebDriverTutorial #SeleniumWebDriver #SoftwareTesting #RcvAcademy #SoftwareTestingMentor

show more

Share/Embed