Back
How to click element present under Form tag in selenium web driver. using xpath, id, name it does not get recognized.refer screen shot
Here is a CSS selector:
.container-contact-info input[value='new']
Or an XPath
//*[@class='container-contact-info']//input[@value='new']
This might not work if you have a ton of these forms. If that's the case please update your question with the relevant information and I can adjust this answer.
31k questions
32.8k answers
501 comments
693 users