File "/path/to/selenible/lib/python3.7/site-packages/selenible/drivers/base.py", line 188, in run1
self.variables[v] = getattr(self.driver, v)
File "/path/to/selenible/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 1247, in log_types
return self.execute(Command.GET_AVAILABLE_LOG_TYPES)['value']
File "/path/to/selenible/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/path/to/selenible/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown command: Cannot call non W3C standard command while in W3C mode
https://github.com/wtnb75/selenible/blob/master/selenible/drivers/base.py#L188
log_types, w3c, window_positionも? getattrで取得しようとすると例外が発生する状況。