You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A. Set 'DriverServiceLocation' property value to your local folder of webdrivers. <br>
7
+
B. If you would like to run other drivers beside 'Chrome', Set 'ActiveDriverConfig' to one of the other drivers names, i.e. 'Firefox'.
8
+
- Drivers can be downloaded from [Here](https://www.selenium.dev/documentation/webdriver/getting_started/install_drivers/#quick-reference).
9
+
- Run the tests in NUnit.
10
+
11
+
## Running tests on remote server
12
+
13
+
- Follow the instructions on [Quick start selenium server](https://www.selenium.dev/documentation/grid/getting_started/).
14
+
- Update `remote\ChromeRemoteWebDriver.cs` Uri to your remote server IP and port. i.e. "http://10.100.102.3:4444/wd/hub/".
15
+
- Same goes for the rest of the drivers types you would like to use. (can be found under 'test\remote').
0 commit comments