inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

김기솔님의 게시글

김기솔 김기솔

@rlthf35749332

수강평 작성수
1
평균평점
5.0

게시글 2

질문&답변

insta_web 질문 있습니다!

actions.key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform() # id_input.send_keys(data.id) time.sleep(5) pw_selector = "#loginForm > div > div:nth-child(2) > div > label > input" pw_input = driver.find_element(By.CSS_SELECTOR,pw_selector) pw_input.click() time.sleep(5) actions = ActionChains(driver) # ctrl + c 동작 pyperclip.copy(data.pw) # ctrl + v 동작 actions.key_down(Keys.CONTROL).send_keys('v').key_up(Keys.CONTROL).perform()

좋아요수
1
댓글수
3
조회수
1655

고민있어요

네이버 크롤링

좋아요수
0
댓글수
0
조회수
474