- 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();