selenium-grid
Selenium Grid Error
Has anyone seen this error in CentOS, when running Selenium Grid: SEVERE: Could not find any remote control providing the \'*chrome\' environment. Please make sure you started some remote controls wh[详细]
2023-02-08 16:01 分类:问答Selenium Exception : No sessionId Provided
I am working on getting rid of many Selenium exceptions I have been getting from quite some time(Which mostly turn out to be false positives). One of the many exceptions I have been getting is the exc[详细]
2023-02-05 09:51 分类:问答How to pass webSite parameter to SeleniumGrid instances
I am using C#, MBunit and selenium Grid and I need to run the same scripts for 3 different environments Dev, QA and PROD. I launch 3 different remote controls in Selenium grid, but how can I pass diff[详细]
2023-01-28 17:22 分类:问答How would you stress test a dynamic site, when you don't know what the URLs will be ahead of time?
This isn\'t a question of what stress testing tools are out there.I\'m afraid it\'s a lot harder than that. (At least for me)[详细]
2023-01-25 16:54 分类:问答Parallel testing with Selenium Grid (using C# unit tests)
Following AutomatedTesters response: Is there any way to run parrallel tests with C# code, without using class libraries other than the Selenium Core?[详细]
2023-01-18 14:51 分类:问答Selenium Grid. Why HUB wrote "false" after registration Selenium RC?
Steps: 1. Ru开发者_Python百科n hub (\"ant launch-hub\") 2. Run registration of RC (\"ant -Dport=5557 launch-remote-control\")[详细]
2023-01-13 06:40 分类:问答Selenium grid tests with TestNG - multiple tests on multiple machines
we have开发者_如何学编程 a running selenium grid setup. Before the grid, when I started the tests with the suite parameter parallel=\"tests\" it would start several browser instances on the same machi[详细]
2023-01-13 05:51 分类:问答Selenium-Grid: How to use `user-extensions.js`
We\'re converting our Selenium tests to use Selenium-Grid. I\'m trying to find a way to launch selenium-grid\'s hub and/or remote so that it can use the user-extensions.js that we created before. I\'[详细]
2023-01-08 11:41 分类:问答Is there any way to delete an HttpOnly cookie from C# Selenium tests?
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 t[详细]
2022-12-31 08:04 分类:问答Selenium Grid not always using all of its registered RC's, why?
My Selenium Grid setup is as follows (all VMs) VM1 - Windows 7 x64 Windows XP x32 - Grid Hub + 2 RCs registering the default *firefox environment[详细]
2022-12-31 06:13 分类:问答