minsu koo

Results 1 comments of minsu koo

I have same unresolved error!! ㅜㅜ Did you resolved? Here my code ``` def scrap_profile_linked(email, pw, url): options = webdriver.ChromeOptions() options.add_argument("headless") driver = webdriver.Chrome('util/chromedriver', options=options) time.sleep(3) print("log.....로그인 중") try: actions.login(driver,...