I\'d like to use Selenium to automate a few web tasks (not for testing). I think I have Selenium RC Server installed, but have no way of writing \"test scripts\"开发者_如何学C since I can\'t find a cl
string searchText = \"test this\"; Sel.Type(\"//*[@id=\'txtbox\']\", searchText); Sel.Click(\"//*[id=\'goButton\']\");
Only two days back i have started working in selenium test using firefox driver and yes!!! your guess is correct im in a fix (dont know its a big or a small as im new to this).
Is there a way to verify only part of text present? If there is a text \"Warning: A15P09 has not been activated.\" I need to verify the text is present. However, \'A15P09\' is not always the same, so
I have an application where I need to do mouseOver over a particular menu. The issue is that selenium.mouseOver is not able to open the respective menu, it just seems to highlight that div [it appears
I\'m trying to get the value of the bottom margin of an element on my page.The page has a select box that allows the visitor to adjust the botttom margin of an element.I want to create a script that c
I am using Selenium for the first time and am overwhelmed by the options. I am using the IDE in Firefox.
I\'m currently writing specs for my Ruby on Rails application using Rspec and capybara with selenium to drive the browser.
I\'ve got a subdomained rails 3.0 app I\'m trying to test with cucumber/capybara/selenium. I use the subdomain to set the current site in a before_filter in the application controller.
I\'ve read here and there that we should now use Selenium 2 (WebDriver if my understanding is right). I\'m not talking about Selenium IDE which is really easy to use.