selenium-webdriver
Selenium 2 Webdriver cant find element by xpath after upgrading from firefox 4 to 5
I\'m attempting to write a te开发者_如何学Cst which will click on a description box and type in a quick description. When using Selenium 2.0 with Firefox 4, I was using the code:[详细]
2023-03-22 13:39 分类:问答Segmentation fault issues (selenium-webdriver + rb-appscript)
I\'m trying to automate webscraping, making use of both the selenium-webdriver and the ruby port of AppleScript rb-appscript. However, when I try to run the code I keep running into a segmentation fau[详细]
2023-03-22 12:30 分类:问答Where are the dlls -WebDriver.Common and WebDriver.Firefox in Selenium Web Driver?
I am running some tests on Selenium Web Driver. But looks like that I need some dlls like WebDriver.Common.dll, WebDriver.Firefox.dll.[详细]
2023-03-22 03:34 分类:问答C# Selenium 2 Test Canonical Linke
I\'m using Selenium 2.0 and I want to test the correct cano开发者_开发百科nical link is being tested. How would I get this using the webdriver in c#?[详细]
2023-03-22 02:28 分类:问答Why is selenium hanging on INFO - Checking Resource aliases, and how do I even debug this?
I\'m trying to follow the tutorial here to setup a headless selenium test-run with jenkins. I\'m running CentOS 5.6, and I\'ve followed the instructions. Now, when I run this:[详细]
2023-03-21 22:02 分类:问答Why is selenium producing this error?
I\'m using selenium 2.0.3 (from a nuget package) for some browser tests. Which all work fine on my lo开发者_StackOverflowcal maching.[详细]
2023-03-21 18:37 分类:问答Output selenium test result as html after running perl script
I am currently looking for a way to output开发者_Go百科 the test result nicely after running selenium perl script.[详细]
2023-03-21 12:48 分类:问答Selenium-2 Webdriver browser support
I have a question about selenium2 开发者_C百科(webdriver). As selenium-2 supports following 4 types of web drivers..[详细]
2023-03-21 10:57 分类:问答How to fix "Permission denied to access property 'document'"?
While trying to automate testing with selenium rc I ran into this problem. I was just following the steps in the tutorials. Here is the code (same as tutorials):[详细]
2023-03-21 10:53 分类:问答How to ask Selenium2 to finish loading a page on .Click before doing any assertions?
I would like to use the selenium2 c# webdriver to test our login mechanism. The following test passes if I run through it in debug mode and give the Click method some time. If I run it normally though[详细]
2023-03-20 05:30 分类:问答