How URL matches #348
Replies: 1 comment 3 replies
-
How do I get the extension to click a link that comes up after a poll? I have it set to click the correct choice and then the submit button. Once the submit button is clicked, the current results pop up and there is a new link that says "return to poll" which is a javascript link. I can easily just have the extension refresh the page, but I would rather have this link clicked. I have tried everything but can't figure it out. //[@id="PDI_answer61283458"] That third line is what the XPath gives me for the link, but I don't understand it. I have also tried the class action to no avail. This is the page: https://co.milesplit.com/articles/347682/colorado-girls-performer-of-the-week-april-29-may-4 |
Beta Was this translation helpful? Give feedback.
-
URL Matching System
The extension offers a single
Auto start
configuration alongside the flexibility of multipleManual start
configurations that can match specific URLs.Determining Configuration Priority
Consider the webpage URL:
https://test.getautoclicker.com/?username=Dhruv
🥈 Partial Match / Regular Expression Match
https://test.getautoclicker.com/
https://test.getautoclicker.com/?username=
https://.+getautoclicker\.com/.+
🥇 Exact Match (Top Priority)
https://test.getautoclicker.com/?username=Dhruv
Auto Configuration
Manual Configuration
Beta Was this translation helpful? Give feedback.
All reactions