sachinguptait / SeleniumAutomation

Selenium Automation Framework

Home Page:https://www.youtube.com/channel/UCLTE4_DaxM3w2pqjIrnkO8A

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium Automation Framework, In this repository, I have covered below topics with example

  • How to get Console Logs in Chrome Browser (New Feature of Selenium 4)
  • How to open insecure website in Chrome Browser (New Feature of Selenium 4)
  • How to intercept the Network in Chrome Browser (New Feature of Selenium 4)
  • How to emulate Network (latency, upload & download speed) in Chrome Browser (New Feature of Selenium 4)
  • How to emulate Network (online and offline network) in Chrome Browser (New Feature of Selenium 4)
  • How to emulate Geo-Location in Chrome Browser (New Feature of Selenium 4)
  • Relative Locators (New Feature of Selenium 4)
  • Open New Window and New Tab using by Selenium 4 Feature
  • Avoid chrome driver downloading manually (Using by WebDriverManager)
  • Builder Pattern, how to call many methods as a chain, Example: RestAssured.given().param("name", "Bob").when().get().then().extract();

Please go through below videos for detailed information:- Click here to Subscribe the YouTube Channel

How to get console logs

Insecure Website

Intercept Network

Emulate latency, upload and download speed

Emulate Online & Offline Network

Emulate Geo-Location

Relative Locators

New Tab and Window

WebDriverManager

Builder Pattern