Tagged Questions
5
votes
2answers
1k views
How can I identify the Selenium Grid host running my test from within the test?
I am using Selenium Grid with TestNG to run my tests in parallel. I have certain tests that require a user to be logged in, so I have a user account configured for testing.
I have been careful to ...
2
votes
1answer
165 views
Integrate Selenium Grid and Sikuli API
Currently, I am working on the automation testing framework, which combines with both Selenium Grid and Sikuli API.
I already implemented a library which includes functionality of Selenium and ...