Hi everyone,
I have been using Text Blaze Autopilot snippets with {click: selector=...} commands for repetitive browser form workflows.
These snippets were working normally until recently. Less than a week ago, I noticed a change in behavior: the {click: selector=...} command seems to find the correct element and may focus or select it visually, but it does not behave like a real mouse click anymore. In other words, the page does not always register the action, and the expected JavaScript event/change in the form is not triggered.
Example:
{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}{key: tab}
{click: selector=#MainContent_rdColoSim-boxLabelEl}
Expected behavior:
The command should click the element in the same way as a real user click, triggering the form behavior associated with that element.
Current behavior:
The element appears to be selected/focused, but the form does not reliably register the click. The same snippet was working before, and the issue started less than one week ago.
This affects workflows that depend on clicking radio buttons, labels, custom select fields, and form elements by CSS selector.
I would like to know:
- Was there any recent change to the Autopilot
{click: selector=...}behavior? - Is this a known regression?
- Is there a recommended workaround to force a real click event, not just focus/select the element?
- Should we now use a different click syntax for elements that require JavaScript event handlers?
Thanks.