selenium
SessionId null in Selenium RC test after redirect
I\'m testing an app, and after I\'ve filled an extarnal payment service iframe I\'m redirected to a payment confirmation screen inside the app I\'m testing.[详细]
2023-04-13 09:54 分类:问答using selenium htmlunit with load tests
Has anyone used HTML unit with TestNG invocation count and thread pool size? I drive all my Selenium2 tests with TestNG and have been playing开发者_JS百科 around with running HtmlUnit tests in multipl[详细]
2023-04-13 09:32 分类:问答Selenium RC fireEvent() not working in C#
I am writing an automated test to test a sig开发者_高级运维n up page. Each of the textbox on this page is validated on blur event. Sign up button is only enabled if the validation for all textboxes ha[详细]
2023-04-13 08:45 分类:问答PHPUnit Selenium Server - Better/Custom Error Handling?
Is there a way I can have PHPUnit just continue after an error?For example, I have a large test suite (400+ steps) and I would prefer that if say, an element is not开发者_JAVA技巧 found, it doesn\'t s[详细]
2023-04-13 07:38 分类:问答How to solve selenium exception: StaleElementReferenceException: Element not found in the cache
I\'m getting collection of links. Then I click first link, do something, moving back (driver.navigate().back();), getting second link and then link.click(); throws an exception org.openqa.selenium.Sta[详细]
2023-04-13 05:17 分类:问答Using Capybara to test pure JavaScript application
I\'m having some problems using Sinatra with Capybara. I want to test a pure javascript application. It\'s just a plain index.html that is being served by Sinatra.[详细]
2023-04-13 05:04 分类:问答capybara, selenium interact with hidden or display: none css properties
I\'m using similar construction: <div class=\"edit\" style=\"visibility: hidden;\"> <a href=\"some_path\" id=\"edit_item\">Edit</a>[详细]
2023-04-13 03:28 分类:问答Start Selenium RC server automatically
How can I automatically start and stop the Selenium RC server when I run my phpunit tests? I thought I could create a little bash script that does something like this (does not work though):[详细]
2023-04-13 02:14 分类:问答Selenium WebDriver + Firefox 7.0.1 incompatibility
I have a project where we have some Selenium tests. I 开发者_JAVA技巧have recently upgraded Firefox to 7.0.1 because it prompted me to and now the \"WebDriver for Firefox\" extension that these tests[详细]
2023-04-12 21:44 分类:问答No Alert is present/No modal dialog found -- WebDriver unable to catch JS error
I am automating an \"Add Employee\" form-based test for our production site. Whenan idis entered, or an email , or a name, that already exists, then, a service error is p开发者_Python百科opped up that[详细]
2023-04-12 17:05 分类:问答