Browse Source

for selenium grid v4

George 4 years ago
parent
commit
24cdb3d111
2 changed files with 13 additions and 2 deletions
  1. 12 1
      README.md
  2. 1 1
      globals.json

+ 12 - 1
README.md

@@ -2,4 +2,15 @@
 Please find the full documentation on [ReadTheDocs](https://baangt.readthedocs.io)
 
 # Further reading:
-Latest news on http://baangt.org for community edition and http://baangt.com for corporate environments.
+Latest news on http://baangt.org for community edition and http://baangt.com for corporate environments.
+
+
+ - donwload latest webdrivers in baangt/browserDrivers folder
+ - or if you run baangt and execute with TC.Browser = FF, then latest geckodriver will be downloaded.
+ 
+To run selenium grid 4 
+```bash
+$ java -jar /baangt/browserDrivers/selenium-server-4.0.0-alpha-5.jar standalone
+```
+
+To check http://localhost:4444/status

+ 1 - 1
globals.json

@@ -7,6 +7,6 @@
     "ImportPath": "/home/aaa/baangt/0testdateninput",
     "TC.dontCloseBrowser": "",
     "TC.slowExecution": "",
-    "TC.BrowserAttributes": "{'browserName': 'chrome', 'seleniumGridIp': 'localhost', 'seleniumGridPort': '4444'}",
+    "TC.BrowserAttributes": "{'browserName': 'firefox', 'seleniumGridIp': 'localhost', 'seleniumGridPort': '4444'}",
     "TC.Browser": "REMOTE_V4"
 }