browser = webdriver.Chrome() 실행시, 다음과 같이 권한 오류가 발생하는 경우.... Traceback (most recent call last): File "/home/hodle/.local/lib/python3.5/site-packages/selenium/webdriver/common/service.py", line 74, in start stdout=self.log_file, stderr=self.log_file) File "/usr/lib/python3.5/subprocess.py", line 947, in __init__ restore_signals, start_new_session) File "/usr/lib/python3.5/subprocess.py", line 1551..