Hi!
I need to check such situation:
I have text field with id="field1" that contains text '250M'. When you
click on it - only '250' becomes highlighted - special logic.
Testing it with watir:
$IE0 = Watir::IE.new
..........................................
$IE0.text_field(:id,'field1').focus # this works
$IE0.send_keys('^{c}') # copies, but txt in url field of browser
$IE0.text_field(:id,'oherField').focus #doesn't work
$IE0.send_keys('^{v}')
But the problem is that focus in URL field of browser (IE7).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to [email protected]
Before posting, please read the following guidelines:
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---