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();
반응형
'공부 > 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 |