Hi ,
Thanks for reading this .. any help is appreciated.
I have a situation where the Text field tab property is disabled on the
UI , the only way to move to the next control is manually click the next
control
is there a way in watir to disable tab on text field. I did the focus
but it threw stack too deep error. Click worked but its tabbing out of the
previous control which is not want I want
browser.iframe(:id,"imodal0").text_field(:name,
/customer_number$/).fire_event("onkeypress")
browser.iframe(:id,"imodal0").text_field(:name, /customer_number$/).set
CUNumber
browser.iframe(:id,"imodal0").text_field(:name,
/customer_number$/).fire_event("onkeypress")
browser.iframe(:id,"imodal0").text_field(:name, /expire$/).click()
ie.. I want the focus to move to the next control(expire) without tabbing
out of the previous(customer_number) ... just like how we do manual click
Thanks
Priya
--
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
[email protected]
http://groups.google.com/group/watir-general
[email protected]
---
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.