sitelink1 | https://blog.naver.com/pcmola/222845058255 |
---|---|
sitelink2 | |
sitelink3 | |
extra_vars4 | |
extra_vars5 | |
extra_vars6 |
포스팅에 언급된 기술 목록
- Selenium 4.20.0
- Java11 이상
- EdgeDriver 124.0.2477.0
목차
1. 내 PC Edge 브라우저의 버전 확인
: MS Edge > 우측 상단의 ... > 설정 > Microsoft Edge 정보
2. 해당 버전의 Edge WebDriver를 로컬에 다운로드한다.
> https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
3. Selenium Server 다운로드 및 설치
> https://www.selenium.dev/downloads/#:~:text=Selenium%20Server%20(Grid)
4. 샘플 클래스 실행 (첨부파일 TestEdgeDriver.java )
참조
- https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
- https://www.tutorialspoint.com/how-to-launch-edge-browser-with-selenium-webdriver
- https://www.geeksforgeeks.org/how-to-open-microsoft-edge-browser-using-selenium-in-java/
- https://docs.microsoft.com/en-us/microsoft-edge/webdriver-chromium/?tabs=java
기타
- 테스트용 chrome 과 chrome driver : https://googlechromelabs.github.io/chrome-for-testing/
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
11 | [Selenium] 크롬 브라우저 실행 화면을 출력하거나 감추는 방법 | 황제낙엽 | 2024.05.05 | 129 |
10 | [Selenium] 페이지 이동 함수 | 황제낙엽 | 2024.05.05 | 122 |
9 |
[Selenium] Chrome 실행 자동화
![]() | 황제낙엽 | 2024.05.03 | 152 |
» |
[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 |