filmov
tv
Browser commands Selenium webdriver with java Tutorials

Показать описание
Title: Browser commands- Selenium webdriver with java Tutorials
=========================
Subscribe and Stay Update!
==========================
Browser commands are the list of methods in selenium which provide access to control the web browsers.
get(String URL) - This method load a webpage in the browser with the given URL in the parameter
getTitle() - It returns the title of the WebPage in the form of a string. The title is the text you see in the browser tab.
getCurrentUrl() - It return the Current URL of the webpage.
close() - It closes only the current window in the browser.
Quit() - It closes the browser including child windows.
For more details, please watch the video
=========================
Subscribe and Stay Update!
==========================
Browser commands are the list of methods in selenium which provide access to control the web browsers.
get(String URL) - This method load a webpage in the browser with the given URL in the parameter
getTitle() - It returns the title of the WebPage in the form of a string. The title is the text you see in the browser tab.
getCurrentUrl() - It return the Current URL of the webpage.
close() - It closes only the current window in the browser.
Quit() - It closes the browser including child windows.
For more details, please watch the video