Selenium with Java Training - Class 15 - Install XAMPP Local Server, WebDriver Methods

Опубликовано: 17 Октябрь 2024
на канале: subbus tech
64
1

If you want to join the trainings classes, please visit
http://www.subbustech.com

In this class the following are explained.
Installing XAMPP local server and start a local site for practice
WebDriver methods let get(), windowHandle(), windowHandles(), close(), quit() etc.
driver.navigate() methods like back(), forward() and refresh()
Basic HTML Concepts like textboxes, textarea, buttons, radio buttons, check boxes, dropdown lists etc.
Selenium Locator Techniques:
Finding Element by id
Finding Element by name
Finding Element by class name
Finding Element by link text
Finding Element by partial link text
Finding Element by tagName
Finding Element by XPath
Finding Element by CssSelector