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
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
However, no input is focused after clicking it. Instead, it opens up a dialog expecting button clicking.
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
The text was updated successfully, but these errors were encountered:
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

However, no input is focused after clicking it. Instead, it opens up a dialog expecting button clicking.
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
The text was updated successfully, but these errors were encountered: