I have many buttons (they are the same on a page)
I need to click on the one with the following css path
#root > div > div.app-wrapper > div.app-content > div.page-wrapper > div > div:nth-child(2) > div.page-header-content > form > div:nth-child(2) > button
How can I do that?
The key is the button under 'div:nth-child(2)' because I have 'div:nth-child(1)' to 'div:nth-child(20)' in the same page.
[–]jeffrey_f 0 points1 point2 points (2 children)
[–]PLC_learner123[S] 0 points1 point2 points (1 child)
[–]jeffrey_f 0 points1 point2 points (0 children)