I use a Macro to fill in a Webform. So far the Macros serve my purpose. The Web forms gets text the from excel correctly.
The problem is after the form is filled in. The Web form does not recognize the text that the macro inserted. Web forms need an action from the keybord in the Web form to validate that it is not auto filled. For example, if I do anything through the keyboard in the Web form, it then sees as text, so typing space from keyboard and deleting it helps to form to be valid.
How can I use the 'delete' symbol in form? I tried getElementsByTagName
and getElementsByClassname
and with this to SendKeys
return error. For example,
getElementsByTagName(0).SendKeys"{BACKSPACE}"
This returns an error.