ZXPath 제작자: JoshuaCold
like other xpath extensions but with the purpose of generating usable web driver code for your preferred language
사용자 3명사용자 3명
확장 메타 데이터
스크린샷
정보
- highlight elements you want identifiers generated for
- ZXpath will generate multiple identifiers per element and determine which would be best. You can choose which to pick per element
- ZXPath will verify elements are A. unquie on the page B. Are valid selectors
- ZXPath will generate methods for clicking, sending text, clearing for each element where applicable
- ZXPath will never give a full xpath for an element. These xpaths although valid become unstable overtime when trying to use them in web automation code (ex. /div/div[3]/div/img/div[1].....)
- ZXpath will generate multiple identifiers per element and determine which would be best. You can choose which to pick per element
- ZXPath will verify elements are A. unquie on the page B. Are valid selectors
- ZXPath will generate methods for clicking, sending text, clearing for each element where applicable
- ZXPath will never give a full xpath for an element. These xpaths although valid become unstable overtime when trying to use them in web automation code (ex. /div/div[3]/div/img/div[1].....)
0명이 0점으로 평가함
권한 및 데이터
추가 정보