selenium-grid Questions
1
Solved
I'm running a test:
DesiredCapabilities capability = DesiredCapabilities.Firefox();
IWebDriver driver = new RemoteWebDriver(new Uri("http://localhost:4444/wd/hub"), capability);
ISelenium selen...
Snodgrass asked 2/8, 2011 at 17:29
1
Solved
I have a set of C# Selenium tests that need to delete a cookie that has the HttpOnly flag set.
Unfortunately the DefaultSelenium.GetCookie() and DefaultSelenium.DeleteCookie() commands aren't able...
Enlightenment asked 25/5, 2010 at 14:58
3
Has anyone found a way to run Selenium RC / Selenium Grid tests, written in C# in parallel?
I've currently got a sizable test suite written using Selenium RC's C# driver. Running the entire test s...
Christian asked 18/9, 2008 at 13:7
1
Solved
Is there a good tutorial or does anyone have experience with setting this up ?
I have a Testsuite.html which launches my tests in one browser atm. This is done in the integration-test lifecycle by ...
Cheyenne asked 5/2, 2009 at 9:43
© 2022 - 2024 — McMap. All rights reserved.