I my tests working calling the selenium grid server. but now they're all failing with a class cast exception. (can't cast a string to a map). Stepping through the Selenium code the response coming from the selenium grid server is some html (telling me I'm using selenium2, as if I didn't know this) as opposed to a map of raw capabilities.
Asked
Active
Viewed 319 times
1 Answers
0
Be sure to add /wd/hub to the end of the Selenium Hub URL.
For example, if your Selenium Hub is running on localhost port 4444 you would use this URL:
http://localhost:4444/wd/hub

smith.gt
- 109
- 1
- 4