Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Jonathan Goode edited this page May 23, 2018 · 1 revision

Dusk chrome driver error - unknown error: call function result missing 'value'

  1. Manually download the file for the OS version you're using
  2. Copy it to {laravel root}\vendor\laravel\dusk\bin
  3. Rename it according to the OS version expected by Dusk
    • e.g. the ZIP for Linux extracts to a filename of chromedriver.exe but Dusk wants the filename to be chromedriver-linux
    • I would rename the old file before replacing it just in case you need that version

We are stuck on PHP 5.6 so have to use a Dusk 1.1.1 release and it doesn't dynamically download the correct Chrome driver version.

Clone this wiki locally