Tagged Questions

2
votes
1answer
435 views

Selenium Grid 2 Tests with Ruby

I recently discovered Selenium Grid 2. I have used Grid, IDE and RC before, for which writing tests was pretty trivial, especially with the original Grid. (maybe because I never used web-driver?) ...
0
votes
1answer
126 views

Selenium Grid Hub with node(s) set up. Whats next? (Picture included)

I am using Selenium 2 and I have the grid hub currently set up. I have a local node in place. This is what my hub looks like. I want to load the same webpage on a number of these browsers. Is it ...
0
votes
1answer
56 views

Selenium 'ant run-demo-in-parallel' command failure?

I'm trying to run the Selenium Grid Demo successfully but I'm having a problem. I have the hub set up correctly with 4 localhost Remote Controls. When I try to run them in parallel I get the ...
0
votes
0answers
170 views

Not seeing updated pagesource when using htmlunit with remotebrowser in c# after ajax call

I have a problem when using RemoteBrowser, htmlunit and running a test that checks the validation message in a modal windows which only shows in the pagesource after the AJAX call is made post click ...