J700070/Stock-Analyzer-Python

Gracias por tu ayuda

Opened this issue · 4 comments

Hola, gracias por tu trabajo. He ejecutado el código y sale el siguiente error. También he ejecutado el ChromeDriver .exe--- Muchas gracias por tu respuesta.
image

Find where your Chrome driver ("chromedriver.exe") is at your PC and specify its path on executable_path argument when instantiating the chrome driver.

from selenium.webdriver import Chrome

browser = Chrome(options=options, executable_path='C://Users/chromedriver.exe')` 

Thank you.
I did it, and now I get the following message.
Sorry.

image

Please, I will be appreciated for your answer
Thanx

Hi! thanks a lot for this wonderful code, I am getting this error but still dont know why, can you please help me realize whats wrong?

image