selenium-ide
Selenium IDE not recording Dijit Combo Values
I have an application which uses Dijit Combobox. What happens is, I click on the cell. It opens up开发者_运维知识库 a dropdown. This is getting properly recorded in the IDE. But, when I choose a value[详细]
2023-04-02 04:43 分类:问答Selenium IDE - record right click
Im using Selenium IDE for record test for my web app. Selenium IDE do not recognize the right cli开发者_StackOverflowck in my div. I\'ve customized right click over my div and I wanna test relative f[详细]
2023-03-30 02:14 分类:问答Traverse to get to innerHTML
Using Selenium IDE, I need to verify the text \"Schedule Entry Worksheet for ZBW - Boston Center\" is present. I\'d like to use AssertTextPresent to do this. I\'m using Firebug to identify the path to[详细]
2023-03-28 17:48 分类:问答Using Selenium commands within a command?
I\'m using Selenium IDE and would like to know if it is possible to use a Selenium command, within a Selenium command.[详细]
2023-03-25 01:28 分类:问答How to identify disabled radio buttons using Selenium IDE?
While recording the script using Selenium IDE,I\'m able to record Enabled \"ON/\"FF\" radio buttons. However , when I want to check the Disabled Radio Buttons, it is not showing invidual ID for ON or[详细]
2023-03-24 07:09 分类:问答Selenium IDE: Pass a variable to open URL
The below is my Selenium IDE generated XML file. <?xml version=\"1.0\" encoding=\"UTF-8\"?> <TestCase seleniumIDEVersion=\"1.0.10\" baseURL=\"http://test.com/\">[详细]
2023-03-24 01:04 分类:问答Clearing cookies between selenium HTML tests?
I\'m running my HTML tests as such with selenium-server 2.2: java -jar /var/lib/selenium/selenium-server.jar -ensureCleanSession -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.html ./[详细]
2023-03-24 00:20 分类:问答Selenium - running a test suite of test suites?
I\'m 开发者_StackOverflow社区running an HTML test suite as such: java -jar /var/lib/selenium/selenium-server.jar -browserSessionReuse -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.h[详细]
2023-03-23 20:55 分类:问答Selenium IDE - plugin to find alternate ID selectors?
I\'m using extjs, so of开发者_Go百科ten I need the parent\'s ID, or the parent\'s parent\'s ID for a selector. Is there any plugin which lets me traverse up a DOM element looking for different IDs, or[详细]
2023-03-23 20:45 分类:问答Selenium IDE - Set default speed to slow
Everytime开发者_JAVA百科 when I run Selenium IDE the speed control is set to \"fast\" It is possible to set the speed control per default to \"slow\"?Put this command in the beginning of your script:[详细]
2023-03-21 16:16 分类:问答