A recorded test script includes a google search. After clicking on \"Google Search\", the next action was to click on a link in the test results, however during playback this happens before the brows
What command is used to verify the list of suggestions is displayed when typing a letter in text field (example: a)? And how to verify the items in the list start with the l开发者_StackOverflow社区ett
I have a selenium script that I created with Selenium IDE. I was wondering if there is anyway to store the text that is in a certain
My web application loads a pdf in the browser. I have figured out how to check that the pdf has loaded correctly using:
I\'ve created a test suite in selenium IDE using the example code from the website and when 开发者_StackOverflowI right click and attempt to load the suite it tells me the test is empty.This is on lat
Just using selenium to fill out some forms for me. I need it to generate a unique value for my username field. How can I do that?
Right now I am trying to use selenium ide to write code that makes sure web pages on a website work. On one particular page there is a table that has text boxes in each cell. You can add a row by clic
I have been using selenium IDE to do some web app testing. I have been encountering errors on trying to playback the user actions, but have not been able to fix them because I have no idea what makes
I\'ve got a bunch of test scripts written using Test::WWW::Selenium (but the fact that I used perl is inconsequential, any language selenium supports probably has the problem I describe).When the cogs
I need to re-run my Selenium test script for unlimited number of times (infinite loop) - how I do that and what language should I us开发者_开发技巧e ?