2016-09-23 3 views
1

Eclipse 용 PerfectoMobile 플러그인을 설치했으며 Eclipse의 Perfecto 랩에 연결할 수있었습니다. 셀렌 자동화 코드를 작성하려고하지만 다음 WebDriver 클래스는 인식되지 않습니다.import com.perfectomobile.selenium을 (를) 확인할 수 없습니다.

MobileDriver driver = new MobileDriver("mobilecloud.perfectomobile.com","username","password"); 

는 어디 com.perfectomobile.selenium의 jar 파일을 가져 옵니까?

답변

0

Perfecto Lab Java Selenium Project 프로젝트를 새로 만들 때 com.perfectomobile.selenium의 jar 파일이 자동으로 추가되었음을 알았습니다.

관련 문제