Firstly apologies for posting inb the Developers group but have had no response in Selenium Users.
My problem seems quite simple, buT i cannot seem to find an solution;
The setup;
Selenium 2.32 with selenium-server-standalone used as combined node/grid hosted on MiniMac
Java
TestNG running parallel classes.
Chromedriver.exe
The problem;
The AUT sometimes hangs on a 'click' command but neither the test nor the click API request timeout, resulting in a hanging test.
Attempted solutions;
1. Using TestNG timeout annotation
2. Setting PageLoadTimeout via manage().timeouts()
3. Setting various command line arguments surrounding timeout when starting the server
None of these work for me. Are there any other suggestions?
Thanks
Robbie