Selenium 4 - New Grid Detailed Configuration

Опубликовано: 06 Ноябрь 2019
на канале: Way2Automation - Rahul Arora
5,015
33

Selenium 4 Alpha 3 version - Introduction to latest Selenium 4 features

Features:

1. No More JSON Wire protocol, Complete W3C Protocol
2. Chromium based support for both Chrome and Edge
3. New Feature for Opening Tabs and Windows
4. Many Deprecated methods are removed
5. Addition of Relative Locators
6. TakesScreenshot enhanced for taking Element screenshot
7. Added API to interact with Chrome DevTools
8. Selenium Grid 4 with enhanced Functionality

~~~~Join the most demanding Selenium Automation course with Many live projects~~~~


Selenium WebDriver Training with Java and Many Live Projects (BIGGEST Selenium course in the industry, over 1.25 Lakh students enrolled and learning)


https://www.udemy.com/course/selenium...


Automation Architect - Selenium WebDriver - 7 Live Projects (A Unique course on Web which will make you Master in Framework designing and Architect):


https://www.udemy.com/course/selenium...




~~~~Subscrible to our channel for latest updates on various automation testing tool tutorials and free courses:~~~~

https://www.youtube.com/c/seleniumapp...

Join the Facebook Group to discuss Live queries on Automation:   / seleniumexperts  

Join me directly on Linked id:   / rahul-arora-0490b751  



----------------
StandAlone Mode
----------------

java -jar selenium-server-4.0.0-alpha-1.jar standalone



-------------
Hub and Node
-------------
java -jar selenium-server-4.0.0-alpha-1.jar hub


java -jar selenium-server-4.0.0-alpha-1.jar node --detect-drivers


java -jar selenium-server-4.0.0-alpha-1.jar node --detect-drivers --port 5556




------------

Pre-requisite

-------------

Place the geckodriver and chromedriver exe at the location where the jar file is


Microsoft WebDriver for Microsoft Edge version 18 is a Windows Feature on Demand.

To install run the following in an elevated command prompt:

DISM.exe /Online /Add-Capability /CapabilityName:Microsoft.WebDriver~~~~0.0.1.0