You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thank you for creating such a valuable tool! It’s been an essential part of our workflow, and we truly appreciate all the effort put into its development.
Describe the bug
After the recent update, Web Interactions using 'Forms' and 'Click Element' actions no longer work. Attempting to execute these actions produces an error recorded in the log, preventing intended interactions with web elements.
To Reproduce
Go to any webpage where 'Forms' or 'Click Element' actions are implemented.
Attempt to use 'Forms' to fill out a web form --> text fields
Use 'Click Element' to click on a button on the same webpage.
Observe the failure and check the log for the reported error.
Expected behavior
In the past, the 'Forms' web interaction would first clear the form value and then replace it with the provided input (e.g., replace the existing value with '1').
After that, the 'Click Element' interaction would simply click the 'Save' button, saving the newly entered text without errors.
I am using:
OS: MacOS Sequoia 15.2
Browser: Google Chrome Version 133.0.6943.55 (Official Build) (arm64)
Extension Version: v0.12.0
Additional context
This issue began after the latest update. Previously, both 'Forms' and 'Click Element' interactions worked perfectly and were crucial for automation workflows. The current bug affects the ability to update and save form inputs reliably.
The text was updated successfully, but these errors were encountered:
Can you tell me that the whole workflow is based on the form of that website? I have done some repairs and want to verify whether the problem still exists.
Hi there,
First off, thank you for creating such a valuable tool! It’s been an essential part of our workflow, and we truly appreciate all the effort put into its development.
Describe the bug
After the recent update, Web Interactions using 'Forms' and 'Click Element' actions no longer work. Attempting to execute these actions produces an error recorded in the log, preventing intended interactions with web elements.
To Reproduce
Go to any webpage where 'Forms' or 'Click Element' actions are implemented.
Attempt to use 'Forms' to fill out a web form --> text fields
Use 'Click Element' to click on a button on the same webpage.
Observe the failure and check the log for the reported error.
Expected behavior
In the past, the 'Forms' web interaction would first clear the form value and then replace it with the provided input (e.g., replace the existing value with '1').
After that, the 'Click Element' interaction would simply click the 'Save' button, saving the newly entered text without errors.
I am using:
OS: MacOS Sequoia 15.2
Browser: Google Chrome Version 133.0.6943.55 (Official Build) (arm64)
Extension Version: v0.12.0
Additional context
This issue began after the latest update. Previously, both 'Forms' and 'Click Element' interactions worked perfectly and were crucial for automation workflows. The current bug affects the ability to update and save form inputs reliably.
The text was updated successfully, but these errors were encountered: