liamcryan

Results 2 issues of liamcryan

I'm trying to use a remote webdriver instead of the chrome webdriver...I made this change in driver_builder.py: # driver = Chrome(executable_path=driver_path, chrome_options=chrome_options) driver = Remote( command_executor='http://127.0.0.1:4444/wd/hub', desired_capabilities=chrome_options.to_capabilities()) Once execution gets...

I am getting an error: ``` AttributeError: 'zoneinfo.ZoneInfo' object has no attribute 'localize' ``` [link to line](https://github.com/O365/python-o365/blob/master/O365/utils/utils.py#L950): The `self.protocol.timezone` object is the one being referenced by the error. It looks...