How do you resolve the automation issue?

Your log on automation is failing and you cannot proceed because the Submit button is not enabled. After searching the HTML code, you discover that the Submit button is enabled only after the Password field experiences a key press.

How do you resolve the automation issue?
A . On the Password field, add an Enabled property and set it to True.
B . On the Password field, add a RaiseEvent method with onkeypress.
C . On the Submit button, add a Disabled property and set it to True.
D . On the Submit button, add a RaiseEvent method with onkeypress.

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments