Basic Browser Commands - Selenium Tutorials

preview_player
Показать описание
In the last tutorial we have learnt how to install and create our first program in selenium, now we will understand that code and look at a few more important selenium browser methods in selenium.

Intro : (0:00)
Understanding first program : (1:11)
Getting page properties title, url and page source: (4:40)
Navigation Commands and Maximize window: (7:38)
Open new Window and Tab : (10:55)

Code:
-----------------------------
WebDriver driver = new ChromeDriver();
Рекомендации по теме
Комментарии
Автор

I went through several videos....but only after watching this particular one, I got all my confusions cleared!...Very well explained...very useful indeed for a Beginner like me....Thanks a lot...keep up the good work!

illusion