selenium-ide
click / clickAndWait not working
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[详细]
2023-01-16 12:38 分类:问答Selenium - verify the list of suggestions is displayed
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[详细]
2023-01-15 07:03 分类:问答Is there a way to store in a variable the text in a certain element in selenium?
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[详细]
2023-01-15 06:00 分类:问答Can Selenium verify text inside a PDF loaded by the browser?
My web application loads a pdf in the browser. I have figured out how to check that the pdf has loaded correctly using:[详细]
2023-01-13 03:45 分类:问答Selenium doesnt see my test suite
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[详细]
2023-01-12 07:17 分类:问答Selenium: Get unique value?
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?[详细]
2023-01-10 18:39 分类:问答How to type data into table rows in selenium ide?
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[详细]
2023-01-09 13:28 分类:问答What exactly is selenese html?
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[详细]
2023-01-09 13:25 分类:问答from selenium test scripts back to selenese
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[详细]
2023-01-08 00:48 分类:问答how to repeat Selenium test script forever
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 ?[详细]
2023-01-05 23:20 分类:问答