반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Airflow
- aws cicd
- docker
- chartjs
- AWS CI/CD 구축하기
- redis
- node
- bootstrap
- aws
- Spring Error
- Flux
- kubeflow
- PostgreSQL
- 도커
- COALESCE
- java bigdecimal
- JavaScript
- SQL
- codebuild
- codepipeline
- Python
- or some instances in your deployment group are experiencing problems.
- Kafka
- chart.js
- VPN
- codedeploy error
- Spring
- IntelliJ
- Jenkins
- codedeploy
Archives
- Today
- Total
Small Asteroid Blog
java selenium input 값 입력 및 버튼 클릭 본문
728x90
ID로 input 값에 값 입력하기
WebElement tab2 = driver.findElementById("sc_word");
tab2.sendKeys(keyword);
xpath 로 버튼 클릭하기
WebElement tab1 = driver.findElementByXPath("//*[@id=\"search-tabs1\"]/form/footer/div/button");
tab1.click();
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
[spring] spring cors 해결 (0) | 2021.10.19 |
---|---|
java.net.ProtocolException: cannot write to a URLConnection if doOutput=false - call setDoOutput(true) (0) | 2021.10.19 |
[spring] jsoup으로 사이트 크롤링하기 (0) | 2021.09.30 |
[querydsl] import static com.querydsl.core.types. does not exist - gradle cache 삭제 (0) | 2021.09.23 |
[spring] querydsl 동적쿼리 (0) | 2021.09.10 |