Using the Selenium WebDriver Unable to launch chrome browser on Mac

+1 vote

Attached screenshot of code and execution consoleI see no errors after executing the program to Launch a chrome browser on Mac . My guess is that the execution stops at the new driver object creation.

Can anyone assist here please?

Nov 21, 2019 in Selenium by Reshmi
• 130 points
12,501 views

You probably need to check if the location of the chromedriver.exe that you specified in system.setProperty. If it's in  C drive then,

System.setProperty("webdriver.chrome.driver","C:/chromedriver.exe");

 Make sure you have latest chromedriver.exe and mention the correct path to it in the system.setProperty line of your code.

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Selenium

0 votes
1 answer

How to launch Chrome browser using Selenium Webdriver on MAC?

Hey Lucas, you can launch chrome browser ...READ MORE

answered Jul 18, 2019 in Selenium by Abha
• 28,140 points
4,992 views
0 votes
1 answer

How to start Firefox browser on Mac using Selenium Webdriver?

Hey Tom, you can use following commands ...READ MORE

answered Jul 18, 2019 in Selenium by Abha
• 28,140 points
1,404 views
0 votes
1 answer
0 votes
8 answers

How to open a link in new tab of chrome browser using Selenium WebDriver?

This below code works for me in ...READ MORE

answered Dec 14, 2020 in Selenium by Gitika
• 65,910 points
101,454 views
0 votes
0 answers

Unable to pass url in firefox and chrome by using selenium webdriver

Hi All, I am not able to run ...READ MORE

May 1, 2019 in Selenium by anonymous

edited May 2, 2019 by Omkar 1,339 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to save the content on the page (full page) using Selenium WebDriver?

Selenium isn't designed to do this, you ...READ MORE

answered Jun 28, 2019 in Selenium by Vaishnavi
• 1,180 points
4,321 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP