Hi,
basically what I want is to call two tap actions from a button press. I can’t use a script because one of the actions is an url_path action, so I have to call it directly (I guess). Does anyone know of a workaround?
Also, an alternative configuration like this:
If your goal is to have multiple actions, where one is meant to navigate, then you can use a script. This is where browser_mod comes into play. It allows you to use service calls to navigate to a page. See
So with this you can create a script where browser_mod is the first sequence and your second service call the second one. Use the correct deviceID (or use deviceID: this for device pressing it) and you can use navigate within a script.