w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
353 stars 39 forks source link

Spec issue: Differentiate between `List` and `Array` #500

Closed lolaodelola closed 1 year ago

lolaodelola commented 1 year ago

This solution returns a list instead of an array so that it can be used later.


Preview | Diff

lolaodelola commented 1 year ago

The deploy is failing with

  # Failed
  node -e 'require("@actions/core").setFailed("Failed. See details above.")'
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
    PYTHONUSERBASE: /home/runner/work/_actions/w3c/spec-prod/v2/python_modules

I'm unsure where this error is coming from or what's causing it. When I build the HTML locally, I'm error free.