selenium-grid
Running parallel tests using Selenium Grid and TestNG
We have the following set up for running parallel tests using selenium grid and testng. Selenium Hub : Running the hub.[详细]
2023-04-12 17:57 分类:问答Data provider is not running in Selenium Grid
Can anyone please tell me that why the below error occurs: it occurs for all data provider methods. I use a static class for entire data providers and am using @Test(dataProvider = \"Search\", dataPro[详细]
2023-04-10 17:08 分类:问答How to run Selenium tests parallelly in one machine
I have two test suites configured in build.gradle and i am using selenium-server-standalone-2.1.0.jar. How can i make use of selenium-grid to run selenium tests parallel. Is it possible to run two dif[详细]
2023-04-08 14:40 分类:问答Grid Hub http client timeout if waiting for a slot to be free
Is there a way to query my grid hub (2.6.0) to see if there are slots free for a particular desired capability?[详细]
2023-04-06 02:43 分类:问答Selenium - When running builds via the grid, how do you get the console output?
We\'ve been running Selenium tests via local RC for a few years, and are starting to migrate to the grid. We have been redirecting the console output of the server to our own test logs. It is quite us[详细]
2023-04-05 02:25 分类:问答How can I run Selenium 2 Grid from an Ant build?
I\'m working on modifying our existing Selenium Grid setup so that it will work with Selenium 2. The process of setting up the hub and nodes seems to be much simpler, but I\'m having a problem getting[详细]
2023-04-02 03:47 分类:问答Selenium hangs when launching Firefox on Ubuntu
My end goal is to have Selenium running \'within\' Jenkins. My Jenkins installation runs within an Ubuntu virtual machine.[详细]
2023-03-30 14:03 分类:问答Selenium2: Obtaining error details when using executeScript() fails
In order to deal with some bro开发者_Python百科wser peculiarities, I find myself needing to send javascript commands during tests.[详细]
2023-03-30 11:54 分类:问答Using Chrome Driver with WebDrive and Selenium 2.4
I am trying to run google chroome with webdrive but i always get error java -jar ..\\..\\Selenium\\selenium-server-2.4.0\\selenium-server-standalone-2.4.0.jar -role webdriver -hub http://localhost:44[详细]
2023-03-30 09:06 分类:问答Needing to combine *iehta and *iexploreproxy in order to get Selenium Grid to work
Recently I\'ve been trying to adapt Selenium 1 test cases designed to work in Firefox on Linux to Internet Explorer on Windows Vista. I installed the non-Grid version of Selenium on the Windows Vista[详细]
2023-03-28 23:51 分类:问答