|
>>"Watir
revision 934" Is the latest Watir from trunk . >>“$ie.selectBox(
:name, "myProjectID2").select("MARK-TEST") # I took
out the Span tag - it seems unnecessary” Sometimes it can’t find the object
without the span tag, and sometime it does. >>“$ie.radio(
:id, '72').set # I don't know why you had an extra
", 1" in there.” I think that was some legacy radio button
code, you use to have to put a 1 to indicate you wanted it selected. The value in the select box >>“$ie.selectBox(
:name, "myProjectID2").select("MARK-TEST") << still gets reset. I have never had this
happen before. I have written many, many test cases for applications that
have similar behavior and have never had a selected value get reset, but this
one is. When I run the test case manually the value persists, but when I run
it via my Watir script it gets reset. Don’t know what the problem
is I was hoping someone else had seen this before give me a
fix/workaround. FYI I get the same behavior in 1.4.1 too. --Mark From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Paul Carvalho Hi Mark, I don't know what "Watir revision
934" is. I'm using 1.4.1 and I don't _seem_ to have a problem with
the script. On 14/03/06, Cain,
Mark <[EMAIL PROTECTED]>
wrote: I am running into
issue where during a test. I select a value from select Ruby version 1.8.4_16 Watir revision 934 Here is my script: [snip] |
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
