We've had a need to check that we're not editing disabled fields or
writing too much text into a text field so I've patched doType and
doSelect as below. Haven't really explored browser compatibility issues
(we're developing for IE) or completeness with regards to other
commands. But hopefully
Hello, this is an issue I've come across while trying to use the regexp
option for the selenium recorder. In my simple test suite, I attempt to
use verifyText to locate a certain expression.
The format is as following:
|verifyText|document.documentElement|regexp:/SomeSubString/|
The erro
This started on the user's list, but I'm cc'ing this to the developer's
list...
If folks want to talk about user workarounds for supporting frames in
Selenium... replies should go to Users' list.
If folks want to talk about developer implementation of supporting frames
in Selenium... replies sh
Today I tested a web app of which the first page contained three frames.
_
| topFrame |
|_|
| |
| mainFrame |
|_|
|bottomFrame |
|_|
There is a link to popup in the mainFrame and I wrote the test scripts of
below.
|open|ht