I m automating a web Application which has flash embedded in it. I m using FlashSelenium for flash part of the application but every time i run the test i get the following error
I am extending the selenium RC by using user-extension.js. It is able to call the new method function, but throwing following error message.
iam not able to run selenium rc with chrome.it runs fine 开发者_如何学Cin firefox.Any one sucessful in running in chrome browser? These links will help:
I\'m using selenium-rc with php. I want to show in my test the value of CLASSNAME. How can i present the var? I tried to do $this[\'drivers\'][\'CLASSNAME\'] but this is 开发者_开发问答not working for
So, using Selenium, I want to test links on a page and see if they open a new window. They are NOT javascript links, just a basic href \"target=_blank\".
Is there a way to capture errors occurring in the DOM in Selenium and probably flag the same as an error in the page?
I\'m trying to run an html testSuite with Selenium RC. The browser starts, the first test runs, but nothing else. Selenium never start running the second test in my suite. Couldn\'t find anything rel
I\'m using selenium RC with 开发者_Go百科PHPunit and i have this problem. I\'m trying to do assertEqual but this is the result:
When I ru开发者_运维技巧n my Selenium tests from Selenium-IDE everything works fine, but when I export this test to Java and run it as a JUnit test from Eclipse, I get a timeout when trying to retriev
We have a huge amount of htmlsuite deisgned by business analyst and we want to launch them during continuous integration (or every night) automatically. The problem is that the machine with selenium-R