반응형
element = driver.find_element(By.XPATH, f"//td[contains(.,'{your_text}')]")
참고 문서: https://qa.wujigu.com/qa/?qa=760508/python-selenium-syntaxerror-failed-execute-evaluate-document-the-string-div-contains-%40class-product-card__subtitle
반응형
'프로그래밍 > python' 카테고리의 다른 글
[selenium] 브라우저에 web element가 생길 때 까지 대기하기 (0) | 2022.07.25 |
---|---|
[pandas] dataframe 특정 단어가 포함된, 포함되지 않은 데이터 필터링 (0) | 2022.07.22 |
숫자 나누기, 나머지 구하기, 그리고 divmod() (/, %, divmod) (0) | 2022.07.20 |
[selenium] Select로 option 쉽게 선택하기 (1) | 2022.07.19 |
[selenium] 웹에서 파일을 다운 받은 후 이름을 변경하는 함수 (0) | 2022.07.18 |