Skip to content

Do we need to add step to scroll to off-viewport element before the action? #6

@jecfish

Description

@jecfish

Steps:

  1. Import this JSON file in Recorder. Add an example complete JSON file for extension builder to test puppeteer/replay#268
  2. Export it as WebDriverIO script.
  3. Run it with chrome driver.
  4. The script failed at the step: click Americano. [NOT OK]
    Element is not clickable at point x y. Other element would receive the click: ...
  5. Repeat step 2 and 3.
  6. Manually scroll down to Americano.
  7. The "click Americano" step run successfully.

Notes:

Follow the side note in the https://webdriver.io/docs/api/element/click.
I am not sure if this is something can be addressed by the auto-generated script or should I manually remove the fixed header menu.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions