Click option is not coming in webelement

Hi All,

Please suggest me why click option is missing in this program.

Please let me know how can i add it. I have updated all libraries.

You’re trying to find a list of Elements :smile:

Try this : driver.findElementByXPath("Your_X_Path").click()

or if you need an element from list of elements driver.findElementsByXPath("Your_X_Path").get(ithItem).click()

1 Like

Thank you got it. Could you help me one more issue as well

Please go ahead. I will try to help you out.