QA to SDET Transformation 2.1.1 | Driver Object Methods [2020] |(get(), navigate(), close(), quit())

Опубликовано: 01 Январь 1970
на канале: ABHISHEK REDDY S
336
10

In this video, I have Explained what are selenium driver object methods and how to use them in the script.

----------------------------------------------------
Selenium Driver Object Methods
----------------------------------------------------
get()
This method loads a new webpage in the current browser window
navigate()
This method allows the driver to access the browser's history and to navigate to a given URL.
This method returns “Webdriver. Navigation“ interface and this interface has the following methods:
1. back()
Moves back a single “item“ in the browser history.
2. forward()
Moves a single “item“ forward in the browser's history.
3. refresh()
Refresh the current page
4. to(java.lang.String URL)
Load a new web page in the current browser window.
quit()
Quits this driver, closing everything associated window.
close()
Closes the current window.
--------------------------------------------------------------------------------------------------------------------------
Website: https://www.selenium-webdriver.com
--------------------------------------------------------------------------------------------------------------------------

#get() #navigate() #close() #quit()


Смотрите видео QA to SDET Transformation 2.1.1 | Driver Object Methods [2020] |(get(), navigate(), close(), quit()) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь ABHISHEK REDDY S 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 336 раз и оно понравилось 10 людям.