I use Browserflow to fill data in forms and while it should support Ctrl+C (Cmd+C) to copy selected text, it doesn't work for me. So I let the bflow stop, then manually press Cmd+C to copy text, and then I press the flow in Browserlow to continue.
They don't seem to have a solution, not that I expect, I am not a paying customer there and for free apps, they provide great value.
But I am trying to solve the issue of having to manually press the keys.
So I wonder if there is any way I can get to trigger KBM.
I thought about 2 options - http request (Browserflow can do) or show an Alert window that would trigger KBM.
The issue with the Alert window is it's not an normal application window, it's like an overlay because I can only drag it within the browser window where it shows.
The Browserflow extension runs in it's own separate window, the window has a title Browserflow and it runs beside the browser main window.
Is there a way to get KBM to trigger when this shows up?
The name "Browserflow" is always there, the text in the alert (here: This is a test), can be changed to whatever I like. The buttons Cancel and Continue are always there.
So I would like to KBM to get triggered when the alert shows up. The KBM would select the line of the text e.g. Cmd+arror_right+Shift and then Cmd+C to copy the text and then it would press the button Continue in the alert.
Once the Continue button is pressed, the Browserflow would continue the flow.