Floating Menu Next to Button

Hi, I am looking to have a floating menu that is shown next to a certain button on a page whenever it is visible (or specific text if that is easier) Is this possible? @Andreas_Hegenberg

unfortunately monitoring button positions on websites would be very expensive, which makes this hard to do. Maybe I could add better support for figuring out element positions with BTT's new browser extension, but currently that is not supported

Or is the button maybe always at a specific position relative to the window's corners? That would make it easier.

So what I did which worked was use Trigger on Change of Advanced Trigger Condition and have that set to the "hovered_element_details CONTAINS "<AXButton: "Save & Return">"" then have that trigger the menu!

this can work, but it will increase CPU usage depending on the refresh rate. The problem is that querying elements is pretty expensive. Checking the hovered is better than checking the whole screen though.

Got it, good to know, thank you!