selenium-webdriver
Executing global teardown method after last test in junit4
I would like to know if there is a way to execute some method after executing my tests. I am using eclipse and i would like to be able to run some or all of my tests and then execute some code,[详细]
2023-04-04 11:04 分类:问答Selenium 2.5 unable to use driver.get on Android
I have everything running well on iOS, and am trying to get up and running with Android web testing. I am writing the tests in Python 2.7.2.[详细]
2023-04-04 08:28 分类:问答Error locating the element in selenium2
I am using selenium2.0with testNG. While on using XPATH or CSS for element to locate its shows error “unable to locate the element” .[详细]
2023-04-04 05:53 分类:问答selenium xpath scrape of mixed content html span
I\'m trying to scrape a span element that has mixed content <sp开发者_如何学Pythonan id=\"span-id\">[详细]
2023-04-04 04:05 分类:问答C# OpenQA and OperaDriver() problem. No Opera at selenium OpenQA v2.5
I am trying to use OperaDriver for selenium. IWebDriver wd 开发者_开发问答= new OperaDriver(); but using OpenQA.Selenium.Opera; does not exist. I can not find it in C# dll. I am using v2.5 drivers.[详细]
2023-04-03 21:35 分类:问答Webdriver (ChromeDriver) with Play?
I\'m using ChromeDriver with Play! framework. I have a UnitTest where ChromeDriver is instantiated and make a get request to my Dyndns url. When the test starts, it opens chrome, makes the request but[详细]
2023-04-03 20:17 分类:问答Selenium 2 Webdriver (Unable to find elemeny by xpath)
Can someone tell me what I\'m doing wrong? I\'ve tried using Firebug\'s long-form of the xpath and I ge开发者_C百科t the same error. Using the xpath[详细]
2023-04-03 15:37 分类:问答Selenium: How can I make WebDriver ignore "Element is not visible" error?
I\'m using Selenium WebDriver (v开发者_C百科2.5.0).I get this error when I use a driver.click(...)\" command[详细]
2023-04-03 03:39 分类:问答How do I detect a test has failed in Selenium html test?
We have a bank of tests that all start by logging in. They\'re recorded by QA so are html tests. However occasionally something goes wrong and the tests fails. When[详细]
2023-04-02 15:25 分类:问答How do I inject a JS function in my Selenium tests?
I\'m using Selenium client driver 2.5.0 with the WebBackedSeleniumDriver.I want to inject a Javascript function for use across my tests, but am having some trouble.Here\'s how I initialize my driver …[详细]
2023-04-02 14:48 分类:问答