c# - ArgumentException when creating driver from service "Requested value 'windows-7-32bit' was not found" -




i'm consistently getting system.argumentexception "'requested value 'windows-7-32bit' not found.'"

this happens when creating driver service (which i'm doing keep command prompt hidden) below:

        pjsdriverservice = phantomjsdriverservice.createdefaultservice();         pjsdriverservice.hidecommandpromptwindow = true;         pjsdriver = new phantomjsdriver( pjsdriverservice ); 

to date i've tried updating , downgrading selenium package (that i've pulled in via nuget) no effect.

changing target processor has no effect either. also, whilst it's running on win7 system, it's 64bit, don't know getting windows-7-32bit from.

phantomjs.exe in right place.

it working fine until recently, have no idea what's broken.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -