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
Sorry for dumb question and for my english, what means phrase "Insert the address of the WebDriver" where i can get it? could you give me example of that addres, i use headless machine on ubuntu
The text was updated successfully, but these errors were encountered:
If you use a headless machine you'll need to run the WebDriver on a machine with graphical interface, and the address will be the IP of that machine.
Please note that you'll need to run the WebDriver specifying the IP of the headless machine.
Example:
Headless machine IP: 192.168.1.2
Machine with graphical interface: 192.168.1.3
Start the WebDriver with the option: --whitelisted-ips="192.168.1.2"
Insert "192.168.1.3:9515" as the WebDriver address (9515 is the default port of the WebDriver).
Sorry for dumb question and for my english, what means phrase "Insert the address of the WebDriver" where i can get it? could you give me example of that addres, i use headless machine on ubuntu
The text was updated successfully, but these errors were encountered: