Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is address of the WebDriver #35

Open
kurokh opened this issue Nov 2, 2018 · 1 comment
Open

What is address of the WebDriver #35

kurokh opened this issue Nov 2, 2018 · 1 comment

Comments

@kurokh
Copy link

kurokh commented Nov 2, 2018

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

@simonedegiacomi
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants