PDA

View Full Version : Not able to access a text field using getElementbyID



musicgold
02-28-2017, 08:43 AM
Hi,

For some reason, I am not able to access inputs on the following webpage using vbscript commands.


https://www.cibc.com/en/personal-banking.html



htmlDOC.getelementbyid("card-number-821cbccd").value = "*********x"

What am I doing wrong?

Thanks