728x90
from selenium.webdriver.common.by import By
임포트하고 find_element 함수의 변수로 모두 컨트롤하게 변경됨.
driver.find_element(By.XPATH, r'//*[@id="mArticle"]/div/div[1]/div[1]/label').click()
728x90
'Python' 카테고리의 다른 글
티스토리 블로그 전체 게시물 비공개 변경 (1) | 2023.08.14 |
---|---|
selenium4 webdriver.Chrome() 전체화면 (0) | 2023.08.14 |
'str' object has no attribute 'capabilities' (0) | 2023.08.14 |
module 'telegram' has no attribute 'Bot' (0) | 2023.08.14 |
dataframe column 문자열 자르기 (0) | 2023.07.25 |