We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Javascript

dkma
8 - Asteroid

Can we automate/replicate Tampermonkey user scripts into alteryx to work on Web browser. 

 

 

Is there any way further to achieve this ?

 

 

 

1 REPLY 1
BrandonB
Alteryx
Alteryx

I haven't used tampermonkey specifically, but it is possible to automate/script web browser interaction via things like Selenium using Python so I can only imagine that this could be catered to your needs. You can read more about this technique here: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Code-Tool-Web-Scraping-Dynamic-...