Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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-...