alright icon indicating copy to clipboard operation
alright copied to clipboard

Alright with Edge

Open DevLucasLourenco opened this issue 1 year ago • 3 comments

Can i use the alright with the edge? i'm trying to use it, but everytime is shown to me a new error

There's the code:

from alright import WhatsApp from selenium import webdriver from selenium.webdriver.edge.service import Service as EdgeService from webdriver_manager.microsoft import EdgeChromiumDriverManager

driver = webdriver.Edge(service=EdgeService(EdgeChromiumDriverManager().install())) messenger = WhatsApp()

(I made it at the company that i work, but there i was using google. I felt the problem that u are being showed, about the xpath, and made what the people on de issues said, and worked. But now, i brought it to my house and i don't use google chrome, just edge)

DevLucasLourenco avatar Aug 13 '22 00:08 DevLucasLourenco

Hi @LucasLourencoo

Can you please share a snapshot of the error messages you're getting?

@euriconicacio

Kalebu avatar Aug 14 '22 13:08 Kalebu

image

everytime that i run the same code that i wrote before, this error apears

DevLucasLourenco avatar Aug 15 '22 02:08 DevLucasLourenco

It is not finding EdgeChromium webdriver, as the error says. We can try to improve this and catch it as an exception, @Kalebu.

@LucasLourencoo, could you please download/upgrade your EdgeChromium driver here and retrying?

Thanks.

euriconicacio avatar Aug 15 '22 09:08 euriconicacio

Closing this since it has been unanswered for 2 months.

euriconicacio avatar Oct 12 '22 07:10 euriconicacio