Skip to content

Handle typing when no input element is focused (expedia fake input) #112

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

Open
mondaychen opened this issue Apr 9, 2024 · 0 comments
Open
Labels
bug Something isn't working limitations Known limitation of the system

Comments

@mondaychen
Copy link
Contributor

There are cases when the agent decides to type in an "input" on a page, but it turns out to be a fake one. For example, on expedia, this "Date" label looks very much like an input
image

However, no input is focused after clicking it. Instead, it opens up a dialog expecting button clicking.

image

Typing in this case is tricky because it can trigger keyboard shortcut websites, or at least "space" would cause browser to scroll to next screen in Chrome.

We need to think of a way to handle this problem

@mondaychen mondaychen added enhancement New feature or request bug Something isn't working limitations Known limitation of the system and removed enhancement New feature or request labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working limitations Known limitation of the system
Projects
None yet
Development

No branches or pull requests

1 participant