selenium IDE gave me following xpath for string on page called \"System\". However this string may appear somewhere other than this place in future.
I\'ve got the following problem: When recording a webtest using Selenium IDE (v1.0.4) every step will be recorded but when I try to replay the tests some buttons won\'t be found although they do not
I\'m trying to hit a link in a table-row that contains multiple links. This pattern is used throughout the table.
I want Selenium IDE to fail a test if the time to access a page is more 开发者_StackOverflow社区than 60 seconds and log the time it took to access the page.
We\'ll be developing a booking engine, a 4-5 step checkout process for reserving rooms with a hotel where there\'s a lot of complexity involved. Something similar to this.
There are some buttons and menus in the application I am testing that require actual clicks to send all th开发者_高级运维e information through and FireEvent style clicking does not seem to cut it.Both
A little context: I\'m trying to build and run the un开发者_Python百科it tests for the source of the Selenium IDE plugin.Everything builds correctly (through maven commands, et al) and the unit tests
I\'m writing Selenium tests for an ASP application, and would like to test the case开发者_开发技巧s when a session isn\'t properly initialized. Right now I\'m clearing the cookies manually, but that i
I am seeing a problem in Selenium with IE6/8 that is giving me some bad time. The problem is that the DOM window properties are not updated after actions are done and always return the default values.
Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)?