Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change data in a field
#4
Label at left does not change? Then capture label, and enter 1 or some other number in Navigate field so that Test would find the edit field, not the label.

This is example with http://www.google.com/advanced_search

Code:
Copy      Help
Htm el=htm("FONT" "with all of the words" "" "Google Advanced Search - Microsoft Internet Explorer" 0 4 0x21 0 3)
el.SetText("a")
el=htm("FONT" "with the exact phrase" "" "Google Advanced Search - Microsoft Internet Explorer" 0 6 0x21 0 3)
el.SetText("b")
el=htm("FONT" "-- missing --" "" "Google Advanced Search - Microsoft Internet Explorer" 0 7 0x21 0 3)
el.SetText("c")
err+


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)