fuji-web icon indicating copy to clipboard operation
fuji-web copied to clipboard

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

Open mondaychen opened this issue 1 year ago • 0 comments

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 avatar Apr 09 '24 16:04 mondaychen