Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I'm writing application using mono develop to automate functionalities of website.
My application is using selenium web driver for automation.
Now the problem is that my application is to open google chrome and chrome driver acts as intermediate b/w application and google chrome. so my application says chromedriver not found.
Now the question is I am accessing ChromeDriver.dmg from mono so where should I place chrome driver.dmg?

so I'm facing path issue. then I tried fixing $PATH through mac terminal using .bash_profile as a newbie to mac environment I'm not sure whether I have entered a correct Path or not, however I know if bash_profile has wrong values then terminal donot work so syntax is correct but not sure which one is my path as echo $PATH gves multiple paths separated by ":".
Please brief me here about Path with example like I need to put chromedriver.dmg at /usr/local/git/bin what should I write in my .bash_profile?

All I need is to set path I guess. let me know if there is any thing else other than path to be set in mac to get chromedriver working through monoDevelop.

Looking forward to hear from you.
Thanks
Sohaib Javed
Posted
Updated 29-Dec-15 19:47pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900