line 161 in webdriver_manager\core\os_manager.py cmd_mapping = cmd_mapping[browser_type][OperationSystemManager.get_os_name()] but in https://github.com/SergeyPirogov/webdriver_manager/pull/695 (commit 2586bc00acdc190390aa4b3134bc7e6d0f7f59ed) it removed the @staticmethod Decorator above the get_os_name method @SergeyPirogov
line 161 in webdriver_manager\core\os_manager.py
cmd_mapping = cmd_mapping[browser_type][OperationSystemManager.get_os_name()]
but in #695
(commit 2586bc0)
it removed the @staticmethod Decorator above the get_os_name method
@SergeyPirogov