Condtion which tests the website in Firefox?

I have a macro I only want to execute when Firefox shows a particular website.

With which condition can I test for this?

Many thanks for any pointers!

You would have to poll for it using a periodic trigger. Use that to trigger a macro that checks either the URL or the page title.

A search of the forum will show you some discussions about obtaining the page title or URL from Firefox.

I use the Focused Window trigger in a macro group restricted only to Firefox. And because I have several macros for different websites, I use a Switch/Case action to execute the appropriate macro based on the front window name using the %WindowName%1% token.

2 Likes

Oh yes... I mistakenly thought that that didn‘t work with Firefox, but it certainly does.

1 Like