Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Interactions --> 'Forms' and "Click Element' Stopped Working After Update #1898

Open
benbenos opened this issue Feb 14, 2025 · 1 comment

Comments

@benbenos
Copy link

benbenos commented Feb 14, 2025

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').

Image Image

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.

@bingren-yd
Copy link
Contributor

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.

@benbenos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants