FindElement using Locators in Selenium 4, click and sendKeys - Selenium Tutorials

preview_player
Показать описание
This video will teach you how to identify properties or attributes of elements in a webpage, save them and perform click action on buttons and links and entering text in textbox using the below locators:

 Intro : (0:00)
Inspecting WebElements : (1:33)
Locating By ID : (3:16)
Entering Text in a text box : (6:00)
Locating By Name : (8:06)
Locating By ClassName : (11:06)
Locating By LinkName and PartialLinkName : (14:04)
Locating By TagName : (17:46)
HTML Basic : (18:28)

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

nice tutorial sir. I am hearing a lot about SelectorsHub XPath tool. Hows that tool sir, do you have a tutorial on it sir?

kritishah