Another approach might be to work around not knowing the session key with
regular expressions, perhaps something like:

$ie.form(:action, /CCAdmissionDefAdmissionInfo.aspx/)

Note that ie.form and :action above are blind guesses, since I haven't
worked tabs like this, but hopefully illustrate how you would use a regular
expression to identify an element by a substring.

Regexes can be used in many many more complex ways. See for example
http://www.regular-expressions.info/

Jeff

On 6/15/07, Bret Pettichord <[EMAIL PROTECTED]> wrote:

Can you find the session key in the page itself?

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general




--
http://testingjeff.wordpress.com
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to