sitelink1 | https://googlechromelabs.github.io/chrome-for-testing |
---|---|
sitelink2 | https://m.blog.naver.com/genycho/223375899463 |
sitelink3 | |
extra_vars4 | |
extra_vars5 | |
extra_vars6 |
sitelink2 를 통해서 테스트용 chrome 과 chromedriver 를 함께 다운받아 실행해야 함을 알게 되었다.
테스트에 사용한 버전 정보
- Selenium 4.20.0
- Java11 이상
- Chrome 과 ChromeDriver 124.0.6367.91
절차
1. Selenium Server 다운로드 및 설치
> https://www.selenium.dev/downloads/#:~:text=Selenium%20Server%20(Grid)
2. chrome 과 chromedriver 설치 및 실행
> https://googlechromelabs.github.io/chrome-for-testing
3. 샘플 클래스 실행 (첨부파일 TestChromeDriver.java )
참고
- MS Edge 실행 자동화(RPA, Robotic Process Automation)
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
11 | [Selenium] 크롬 브라우저 실행 화면을 출력하거나 감추는 방법 | 황제낙엽 | 2024.05.05 | 129 |
10 | [Selenium] 페이지 이동 함수 | 황제낙엽 | 2024.05.05 | 122 |
» |
[Selenium] Chrome 실행 자동화
![]() | 황제낙엽 | 2024.05.03 | 152 |
8 |
[Selenium] MS Edge 실행 자동화(RPA, Robotic Process Automation)
![]() | 황제낙엽 | 2024.05.02 | 259 |
7 | [Selenium] Warning : Unable to find CDP implementation matching 124 | 황제낙엽 | 2024.05.02 | 170 |
6 | BDD (Behaviour-Driven Development) | 황제낙엽 | 2020.04.02 | 153 |
5 | Java Code Coverage Tool (CodeCover) 관련 링크 | 황제낙엽 | 2010.07.30 | 149 |
4 |
테스트 계획 (정리 필요, 작성중)
![]() | 황제낙엽 | 2010.04.28 | 129 |
3 | TDD 와 Junit | 황제낙엽 | 2007.11.05 | 180 |
2 | TDD에관해서 | 황제낙엽 | 2005.10.27 | 130 |
1 |
Unit Test Guide Document (유닛 테스트 가이드 문서)
![]() | 황제낙엽 | 2007.11.08 | 156 |