Tag: <span>text box</span>

Activating & Inputting Text into an Ajax Text Box using Watir

01/04/2011
Posted by
0

Dealing with AJAX text boxes using Watir is tricky. We recently encountered 1 which looks like a generic input box but needs to be activated in order to input data. After trying the various common input methods

we finally were able to identify the fix as a 2 step process: Step 1: Clicking the…

Read more

Activating & Inputting Text into an Ajax Text Box using Watir

Posted by
0

Dealing with AJAX text boxes using Watir is tricky. We recently encountered 1 which looks like a generic input box but needs to be activated in order to input data. After trying the various common input methods

we finally were able to identify the fix as a 2 step process: Step 1: Clicking the…

Read more