[python 인터넷] Selenium Python button 클릭

질문

내 시스템에서 내 button을 클릭하게하는 방법을 찾을 수 없습니다.여기에 button (또는 첨부 파일)의 코드가 있습니다.

<button class="btn btn-primary btn-captcha" id="invisibleCaptchaShortlink" type="submit">continue</button>

여기에 이미지 설명 입력

이 명령을 이미 시도했지만 작동하지 않습니다.

search = driver.find_element_by_name("invisibleCaptchaShortlink")
search.click()

 

답변1

xpath 아래 사용 ::

driver.find_element_by_xpath("//button[@id='invisibleCaptchaShortlink'][contains(text(),'continue')]")

또는

driver.find_element_by_id("invisibleCaptchaShortlink")

find_element_by_id 를 사용해야하는 대신 유효하지 않은 find_element_by_name요소를 찾기 위해 xpath 위에 잘못된 전략을 사용하여 요소를 검색하려고합니다.


 

 

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

 

 

 

출처 : https://stackoverflow.com/questions/61250670/selenium-python-click-a-button

[출처] https://qastack.tistory.com/entry/Selenium-Python-button-%ED%81%B4%EB%A6%AD

 

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
376 [python 인터넷] Selenium에서 특정 element가 갑자기 클릭이 되지 않을 때 (python) 졸리운_곰 2021.11.26 106
» [python 인터넷] Selenium Python button 클릭 file 졸리운_곰 2021.11.26 89
374 [python 인터넷] Tor browser 로 selenium webdriver 크롤링 ip 우회 [Windosws] 졸리운_곰 2021.11.26 96
373 [python 인터넷] 파이썬 셀레니움을 이용한 DC인사이드 자동 글쓰기 file 졸리운_곰 2021.11.26 232
372 [Python 인공지능] TextRank 를 이용한 키워드 추출과 핵심 문장 추출 (구현과 실험) file 졸리운_곰 2021.11.22 156
371 [python][image processing][파이썬][이미지프로세싱] 파이썬 영상 처리 (OpenCV) file 졸리운_곰 2021.11.12 165
370 [python] Python Console Input & Output Tutorial 졸리운_곰 2021.11.06 142
369 [Python 데이터분석] [pandas] 공공데이터(csv) 활용시 한글 깨짐 현상 해결 file 졸리운_곰 2021.09.30 157
368 [Python 데이터분석] 공공데이터포털::공휴일 데이터 조회 (REST API) file 졸리운_곰 2021.09.30 171
367 [Python 데이터 분석] pandas의 to_csv()를 사용해서 csv 파일로 저장하기(save 하기) 졸리운_곰 2021.09.29 139
366 [Python 데이터 분석] 데이터 과학을 단순하게 만드는 3가지 Python 패키지 file 졸리운_곰 2021.09.24 153
365 [Python][Dash] DASH PLOTLY 설치부터 튜토리얼까지 졸리운_곰 2021.09.11 126
364 python - 국가공휴일 데이터 가져오기 (data.go.kr) file 졸리운_곰 2021.09.05 85
363 [python][web] Separate Front-end from Back-end with Flask+AJAX file 졸리운_곰 2021.08.13 103
362 [python][파이썬 조건문(if-elif-else)] 졸리운_곰 2021.07.24 91
361 [python] 파이썬 for 문 졸리운_곰 2021.07.24 116
360 [python][파이썬 기초] 48 파이썬으로 파일 만들기 졸리운_곰 2021.07.24 114
359 [Python] UnicodeEncodeError: 'ascii' codec can't encode file 졸리운_곰 2021.07.24 120
358 [python] *args 와 **kwargs 사용하기 - 슬기로운 파이썬 트릭 中 file 졸리운_곰 2021.07.24 99
357 [python] *args 와 **kwargs 졸리운_곰 2021.07.24 123
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED