Selenium Tutorials - 8. How to Handle Browser using WebDriver API Commands with example

Опубликовано: 03 Октябрь 2024
на канале: Vinoth Q.A Academy (SDET)
465
4

#vision2020 #aiforeveryone #selenium :

Dear Automation Aspirants,

As a new initaitive , "My Vision is to provide "AIFOREVERYONE", by creating free video courses for Artificial Intelligence ,
Machine Learning, Deep Learning and Data Science Aspirants!"

If you wish to support my #vision2020, kindly Like, Subscribe & Share this knowledge to your friends and colleagues.

Follow Me :

Materials: https://aiforevery1.com/

Udemy : https://www.udemy.com/user/vinoth-rat...

LinkedIn :   / vinothrathinamautomation  

Facebook :   / aiforevery1  

Github : https://github.com/vinothrwins

************************************************************
Playlist:

* UFT(Unified Function Testing) -    • UFT( QTP) Tutorials for Beginners  

* Selenium 2019 Recorded Videos -    • Playlist  

* TestNG -    • TestNG Tutorials for Beginners  

* Selenium 2018 Recorded Videos -    • Selenium Tutorials for Beginners with...  

* Artificial Intelligence for Beginners :    • Artificial Intelligence for Beginners  

* Python for Artificial Intelligence :    • Python for Artificial Intelligence(Da...  

* Mathematics for Artificial Intelligence :    • Mathematics for Artificial Intelligence  

* Python NumPy for Artificial Intelligence :    • Python NumPy for Artificial Intelligence  

* Data Science Process :    • Playlist  

***********************************************************

Agenda:
Browser Commands
1. get () - Load a new web page in the current browser window
2. getTitle() - Fetches the Title of the current page
3. getCurrentUrl() - Fetches the string representing the Current URL which is opened in the browser
4. getPageSource() - Returns the Source Code of the page.
5. close() - Close only the current window the WebDriver is currently controlling
6. quit() - Closes all windows opened by the WebDriver