-
Notifications
You must be signed in to change notification settings - Fork 14
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
How to initialize driver when using selenograph #19
Comments
@adishreepaliwal all these tools are using just the same pattern of initializing the session:
However just for your information - Selenograph was abandoned at least a year ago. New latest and greatest Selenium tools are here:
|
Thanks @vania-pooh for the prompt reply. I would now explore selenoid and ggr. |
To have a small Selenium grid one Ggr instance is sufficient to run the tests. Hostname will not change. For reliable Selenium cluster you need to install two or more Ggr instances behind load balancer (such as AWS Elastic Load Balancer). This load balancer will have fixed IP address and you can add a DNS record to have human-readable hostname. Anyway once installed hostname always remains the same. |
I am using Selenograph to run my test cases which are in turn using docker based zelenium instances to execute the java based Test Cases.
I am somehow not able to initialize my Remote Web Driver.
Can you please help me with this ?
The text was updated successfully, but these errors were encountered: