Click On element for Web Automation

Hello, Forum.

I am facing issue while working in web automation. For login, after entering the user name i need to click next to got password section. I used click on element activity to capture the target, but it doesn’t capture the particular target. I need solution for this ASAP.

1 Like

Hello @Pooja, If you are not able to select the element through the Attributes, you may want to use XPath selector by editing the element.
image

Other alternative could be sending a submit request after entering the user name. You can do it in the “Input to browser” activity you used for the user name:
image

2 Likes

Thank you @dm.ferreyra.

It’s Worked.

3 Likes

We appreciate you asking this question, we are committed to helping you have the best possible experience out of our products. please feel free to ask any additional queries

2 Likes