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

Unable to collect data using BrowserStack

Open foolip opened this issue 6 years ago • 0 comments

Following the instructions in README.md modulo https://github.com/mdittmer/web-apis/issues/68, I'm not able to collect data from Edge 18. https://github.com/mdittmer/web-apis/issues/70 has the logs I get. My browserstack_envs.json was:

[
  {
    "browserName" : "Edge",
    "browser_version" : "18",
    "os" : "Windows",
    "os_version" : "10",
    "resolution" : "1024x768"
  }
]

foolip avatar Jan 18 '19 21:01 foolip