Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no such driver Issue #133

Open
Hackerbone opened this issue Aug 30, 2023 · 6 comments
Open

There is no such driver Issue #133

Hackerbone opened this issue Aug 30, 2023 · 6 comments

Comments

@Hackerbone
Copy link

While running messenger = WhatsApp()

I am getting the issue of https://chromedriver.storage.googleapis.com/LATEST_RELEASE_116.0.5845

@giulio333
Copy link

Me too

@Hackerbone Hackerbone changed the title There is no such driver Issure. There is no such driver Issue Sep 4, 2023
@giulio333
Copy link

How can we solve this problem?

@dellinfa
Copy link

I'm the same problem. Running stop on messenger = WhatsApp()

@dellinfa
Copy link

Cell In[35], line 38, in WhatsApp.init(self, browser, time_out)
35 self.suffix_link = "https://web.whatsapp.com/send?phone={mobile}&text&type=phone_number&app_absent=1"
37 if not browser:
---> 38 browser = webdriver.Chrome(
39 options=self.chrome_options,
40 )
42 handles = browser.window_handles
43 for _, handle in enumerate(handles):

This iusse for me

@giulio333
Copy link

try this "pip install --upgrade webdriver-manager" . With webdriver manager to version 4.0.0 should work

@dellinfa
Copy link

thank you, now it's fine

Repository owner deleted a comment from cuichacha Feb 23, 2024
Repository owner deleted a comment from naudachu Mar 2, 2024
Repository owner deleted a comment from s-ikeda141104 Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants