Showing posts with label BAT file. Show all posts
Showing posts with label BAT file. Show all posts

November 17, 2019

Start Selenium Grid (Hub-Node) from a single BAT file

Start Selenium Grid (Hub-Node) from a single BAT file

We can setup BAT file to start the selenium Grid , Start Hub in local host and to add Node to the hub. For this to make simple we have ...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...