Sessionnotcreatedexception: Message: Session Not Created From Tab Crashed In Python With Odoo, But Selenium Working Fine Alone ,
I am using the selenium integrating with odoo 13 executing the code: driver = webdriver.Chrome('/home/dev/chromedriver') from odoo. I think there is some conflict with odoo sessio
Solution 1:
(Session info: chrome=80.0.3987.132)
Your chrome version is 80.0.3987.132
,Try to download this Chrome webdriver,Add your webdriver folder to system PATH,and try again.
Post a Comment for "Sessionnotcreatedexception: Message: Session Not Created From Tab Crashed In Python With Odoo, But Selenium Working Fine Alone ,"