selenium-ide
How to wait for a page redirect in Selenium?
I am trying to perform a relatively simple task: to wait until a page redirect is complete. Just seen another answered question on the subject, where an advice is to wait for a particular text on the[详细]
2023-03-14 17:25 分类:问答Verify input text element is not empty in Selenium IDE
How can开发者_如何转开发 I verify that an input element has any text in it. It is loaded with random text so I can\'t verify a specific value, but there must be some text in it.[详细]
2023-03-10 18:03 分类:问答Selenium IDE - always fail on any 500 error
开发者_如何学编程Is there an easy way to tell Selenium IDE that any action that results in a http 500 response means the test failed?[详细]
2023-03-10 10:06 分类:问答Selenium IDE - Format button greyed out
For some reason, when I go to export the sequence of actions I take with 开发者_开发技巧the Selenium IDE by going to Options -> Format, I see that Format is greyed out. I\'ve restarted Firefox and loo[详细]
2023-03-10 01:38 分类:问答How to use Selenium IDE testing tool?
I am a beginner to testing and I have to use Selenium IDE in my project. Can anyone help me in gaining开发者_高级运维 the starting stuff, links containing detailed demo on Selenium, and how to run te[详细]
2023-03-09 22:09 分类:问答Can I tell Selenium to record in DOM mode instead of element ID mode?
I have been开发者_开发百科 using Selenium in my DEV environment.When I go to try some of my recorded tests on my Test environment, I find that the elements have different IDs (they are generated by th[详细]
2023-03-09 17:25 分类:问答Multiple Window problem in SELENIUM IDE
HI, I am using Selenium IDE for recording test cases. In a particular test case, I need to work on two windows simultaneously but the s开发者_StackOverflow中文版elenium IDE does not record when I ope[详细]
2023-03-09 03:18 分类:问答selenium: clicking on first link of the results page
I am testing a page similar to Google search where you would enter the search terms in the provided text box, and click Search, and the next page returns a bunch of results matching your search term.[详细]
2023-03-08 06:32 分类:问答Recording flash in selenium IDE?
solutions for Two things : Recording of flash objects in selenium IDE? Getiing the flash objects ID through flash firebug?[详细]
2023-03-07 15:31 分类:问答Selenium: How to assert all checkboxes checked?
Decimal totalCheckboxes = selenium.GetXpathCount(\"//input[@type=\'checkbox\']\"); for (int i = 1; i < totalCheckboxes + 1; i++)[详细]
2023-03-07 05:38 分类:问答