Help is needed with Set Widget Value action

OK. I’ve changed sambamarket.com background color via actions and rules. I think that proves the idea.

What we’ll have ?

  • Html Widget Document Loaded Rule. Gives us url.
  • Invoke Script action. That executes a js script by it’s name that exists in a html page. For example if your page contains a Test function this action executes it.
  • and… the nasty Inject Script action. This action reads a script from Automation > Scripts by handler and injects it into html. So you can execute it with Invoke Script.

We can determine which widget to execute by it’s name.

2 Likes