How URL matches #348
Replies: 3 comments 4 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.
-
Hi Lookking for assistance with having a wild card in the Config file URL. I'm using Auto-Clicker to click on a Download button from a website using a URL similar to: https://stockjunk.com/stocks/nnnn/financials/ where nnnn is a stock symbol that will change with each company that I am studying. Can I use the asterix (*) in place of nnnn and have the config file to all? Thanks |
Beta Was this translation helpful? Give feedback.
-
Try .*Sent from my iPhoneOn 19 Nov 2024, at 3:02 AM, tonymetzgerjr ***@***.***> wrote:
Hi
Lookking for assistance with having a wild card in the Config file URL. I'm using Auto-Clicker to click on a Download button from a website using a URL similar to: https://stockjunk.com/stocks/nnnn/financials/ where nnnn is a stock symbol that will change with each company that I am studying. Can I use the asterix (*) in place of nnnn and have the config file to all? Thanks
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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