selenium-grid
Cannot register remote control to Selenium Hub
I got this problem when I tried to register the remote control to Selenium Hub. Here is the ip info: RC: 172.16.0.90[详细]
2023-03-19 04:11 分类:问答In pythons self.selenium = selenium("localhost", 4444, "*firefox", "http://google.com/")
In pythons self.selenium = selenium(\"localhost\", 4444, \"*firefox\", \"http://g开发者_高级运维oogle.com/\")[详细]
2023-03-16 12:26 分类:问答Selenium Grid - Remote Controls always being unregistered by hub
I have Selenium Grid 1.0.8 running wellwith the hub and several remote controls on the same machine.My testNG tests all runsuccessfully.[详细]
2023-03-13 19:05 分类:问答Running Selenium Suites on a Selenium Grid
Does anyone know how to run a selenium test suite from a selenium grid. I know you can do it programatically with a single test, but I was wondering if there was an easy way to do it with a full tes[详细]
2023-03-12 17:52 分类:问答selenium grid 2 to achieve continous integration headlessly using xvfb or xvnc?
So using grid 2, is there a configuration file to start up xvfb or xvnc each time selenium RC begins. Hub and Selenium RC is already installed on separate linux boxes.[详细]
2023-03-12 16:09 分类:问答TestRunner not running automatically when running Selenium 2.0 HTML Selenese tests using Selenium-Maven Plugin
I am trying to run a series of HTML selenium tests using the selenese command through Selenium Maven plugin (version 1.1) in the hopes of coming up with a solution to able to run these tests across di[详细]
2023-03-11 08:00 分类:问答How to maintain Selenium Grid?
I have many VMs which are used as part of Grid. Some as RC and some as Hub. Due to the large number of VMs that is being used, it is a big task to maintain the grid now. To change the RC to point to a[详细]
2023-03-11 03:57 分类:问答Java IO Exception - Selenium GRID
I am new to Grid. I am able to start the Hub and a couple of RC servers, but when I am trying to run my test case, I am getting typical JAVA IO error. Below is error stack on one of the RC servers.[详细]
2023-03-07 12:57 分类:问答How to set Selenium browsers to treat Selenium's hub as a proxy server in python on Selenium Grid?
I\'m running Selenium 2.0b4dev on Selenium Grid in Ubuntu 10.04, using Python code to write test cases. I\'ve been havin开发者_运维知识库g trouble with getting basic HTTP authentication to a specific[详细]
2023-03-05 09:16 分类:问答is Selenium Remote Webdriver Server similar to Hudson CI?
Right now I am using Hudson CI to launch br开发者_运维问答owser in xvnc and run my tests through Webdriver (pre 2.0)[详细]
2023-03-04 19:12 分类:问答