I have a little issue with some Webdriver tests in order to make them run using grid2.
My first issue is, that some tests need to check something on another domain, for example, I start on domain AA and then check a result on domain BB. Going to domain BB when I run local is not a problem, but using grid (Launching from a hub and testing on clients) the tests stop in that step.
The other problem, is that many findby functions only works locally, but using remote webdriver they return a null pointer exception (By xpath for example). Why is webdriver finding elements when test are local and not when tests run on remote pcs?
As a clarification, in both PCs (Hub and node) test run perfectly when I run them local, but also, in both, they fail using remote webdriver.
Any clues about his?