Forum Discussion

Jacky011's avatar
Jacky011
Copper Contributor
Oct 02, 2021

selenium_tools error how to fix?

I just write only this but got error alot ``` from msedge.selenium_tools import Edge,EdgeOptions from csv import DictReader options = EdgeOptions() options.use_chromium = True driver = E...