Closed christian-bromann closed 6 years ago
Are you using the selenium-standalone service? If yes I think we should file the issue there.
From @monolithed on October 19, 2016 18:19
Yep, selenium-standalone
Should be as simple as changing:
let absolutePath = path.join(process.cwd(), filePath)
to
let absolutePath = path.resolve(filePath)
in getFilePath.js.
From @monolithed on October 19, 2016 17:53
Config
Result
Expected
Copied from original issue: webdriverio/webdriverio#1656