I\'m spending my first few days with cucumber/selenium trying to figure out whether RBB is the thing I want to use in my latest RoR project.
as the title says.... this is what I have tried but not working $(\'#uxReferralAssessmentDetailsDialog\').dialog({
Does anyone know why this CSS selector works in Firefox but not in IE7 or IE8? css=div[style~=\'visible;\'] div[class~=\'x-combo-list-item\']:contains(\'Test Job\')
What is the best practice and library I can use to key in search textbox on external website and collect the search result?
I have the following xpath statement in a selenium test: //tbody/tr[td/span[text()=\'IPODate\']]/td[4]/input
I have a problem: when I try to run a JUnit TestCase through Eclipse, in debug mode (using Debug as JUnit Test), it runs perfectly well (I step over each statement), but if I run it normally, not in d
I\'m using Selenium to test my application. A nice test would be that after every DOM manipulation I would validate the DOM. Is there a nice way to do this?
I\'ve been looking for a while and still haven\'t found anything. When I run my Selenium tests from within Eclipse, it opens up a Firefox browser which always has English as its default locale. Changi
SeleniumException: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window.The error message is: Permission denied.
Is there any way in Selenium ide, so that we get list and handlers for all controls provided on any page?