Carefully analyze the following anchor tag that defines a static button present in your web page and answer the question that follows it.
<a class="button" id="myTestForm" onclick="return oamSubmitForm(’ myTestForm', 'myTestForm:__lD38');" href="#">View Archived Allocation Events<la>
Which of the following Selenium commands can be used in order to click the button defined above using a test script?
Correct Answer: click myTestForm
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Selenium Automation MCQ Questions