Closed degeberg closed 3 weeks ago
Mojo::Phantom has an exe option that allows overriding which executable will be used. phantom_ok allows passing a hash ref of options. Some of the values in that hash are passed along to Mojo::Phantom, but exe isn't. This change fixes that.
Mojo::Phantom
exe
phantom_ok
This module is Deprecated, cleaning up old PRs
Mojo::Phantom
has anexe
option that allows overriding which executable will be used.phantom_ok
allows passing a hash ref of options. Some of the values in that hash are passed along toMojo::Phantom
, butexe
isn't. This change fixes that.