selenium
Selenium WebDriver Multi-Threading & Browser Hiding using Java
I\'m using the 开发者_开发知识库Java API of the Selenium WebDriver: Is it possible to create multiple instances of the Selenium WebDriver from different threads simultaneously without conflict?[详细]
2023-04-07 17:01 分类:问答How to clickRight in selenium dont use javascript and fireevent?
I have one contextmenu and i want to clickRight in selenium test. i try t开发者_如何学编程o use[详细]
2023-04-07 16:57 分类:问答selenium: type_keys(locator, "movyt") not typing correct value
I am using firefox I Have used the following code in selenium: selenium: type_keys(locator, \"movyt\")[详细]
2023-04-07 13:53 分类:问答Selenium RC (java)+ Safari3 + XP
I am using seleniumRc 1.0.3 version this is fine..I am good with IE and Firefox..This is very good.. But i want to test 开发者_运维知识库in other browsers like \"Safari and Chrome\".[详细]
2023-04-07 13:52 分类:问答Selenium IDE - Not capturing button link
In Selenium IDE, the application has got image as button. The click event for that is not capturing. Is there any alternativ开发者_JS百科e Selenium Commands available for that or otherwise, is there a[详细]
2023-04-07 13:21 分类:问答Capybara/selenium: wait for element to become hidden
I need to wait for loading b开发者_开发问答ar (div#loading) to disappear (become display: none) in a cucumber step. I\'d expect the following to do the trick[详细]
2023-04-07 09:49 分类:问答How do i integrate Selenium RC with PHP?
I very recently started working on Selenium. I know to run the testcases on IE we should have Selenium Server. I downloaded and finally got it running on my computer. Can anyone tell me how do i put t[详细]
2023-04-07 07:39 分类:问答Test if an element is focused using Selenium Webdriver
I\'m really surprised I can\'t findreferences on the internet to testing for element focus using Selenium Webdriver.[详细]
2023-04-07 06:19 分类:问答How to extract tags with content that have certain substring using CSS selectors?
I have the following HTML: <tr bgcolor=\"#DEDEDE\"> <td> <b>OK:Have idea</b> </td>[详细]
2023-04-07 04:50 分类:问答How to reduce the time in executing Selenium test cases?
I\'m writing the Selenium test cases for each screen to test the different scenarios. In our project for each build in Jenkins, its Selenium test cases (QA) also runs automatically.[详细]
2023-04-07 04:20 分类:问答