[py] Fixing path to selenium server for remote tests
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 46155c98212b65d246951610ad621405e06f16e0
diff --git a/conftest.py b/conftest.py
index 1c11ddb..d2e05a6 100644
--- a/conftest.py
+++ b/conftest.py
@@ -191,7 +191,7 @@
_host = 'localhost'
_port = 4444
_path = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
- 'bazel-bin/java/server/src/org/openqa/selenium/grid/selenium_server_deploy.jar')
+ 'java/server/src/org/openqa/selenium/grid/selenium_server_deploy.jar')
def wait_for_server(url, timeout):
start = time.time()