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

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -