selenium-ide
Load an external js file containing useful test functions in selenium
The runScript command in selenium is really useful, and I\'m using it to total values in a table and then store the value like this[详细]
2023-04-11 18:28 分类:问答Selenium IDE, deleteAllVisibleCookies and ASP.NET_SessionId Cookie - Not Working
I\'m using Selenium IDE (1.3.0 on FF 7.1) to create a test case. The object of the test case is to log in to an ASP.NET application, clear the session cook开发者_高级运维ie (to simulate a timeout or s[详细]
2023-04-11 13:01 分类:问答How to use Selenium to store values between tests
Selenium has the ability to temporarily store data items and then later retrieve them in subsequent tests, e.g.[详细]
2023-04-09 21:04 分类:问答Selenium Export test cases as PHP-phpunit is missing in my Selenium IDE 1.2.0?
I really in need of conver开发者_开发问答ting/exporting my test cases to PHP. But PHP-phpunit formatter in Selenium IDE 1.2.0 is missing. Can you please tell me how can I get it? Its really urgent ple[详细]
2023-04-08 16:55 分类:问答Selenium IDE: Problem to record input value with dynamic security prefix
I want to use selenium to record and click at item in a page with the following code: <input t开发者_运维技巧ype=\"checkbox\" onclick=\"HighlightRow(1, this, 3,\"\");\" value=\"916242540932034325|[详细]
2023-04-06 05:17 分类:问答What is best way to learn maybe any guide/tutorial for selenium in ruby?
I want to learn to write selenium script 开发者_开发百科in ruby but I am new to ruby, could you suggest any material to get started.Instead of Selenium look at https://github.com/jnicklas/capybara[详细]
2023-04-04 13:25 分类:问答i am a newbie in automation testing using Selenium. What do I need to run an automation test? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-04 09:27 分类:问答How to get text of single input tag
I am using a input tag as follows: <input type=\"text\" autocomplete=\"off\" class=\"x-form-field x-form-text\" size=\"20\" name=\"someField\" id=\"ext-gen1203\"[详细]
2023-04-02 21:16 分类:问答How do I detect a test has failed in Selenium html test?
We have a bank of tests that all start by logging in. They\'re recorded by QA so are html tests. However occasionally something goes wrong and the tests fails. When[详细]
2023-04-02 15:25 分类:问答Store absolute URL for selenium test using javascript
I have a html file which stores which suppose to store the absoluteUrl whose content is this : <html>[详细]
2023-04-02 11:00 分类:问答