Categories

Developer

JoshuaCold

ZXPath v1.0.2

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
like other xpath extensions but with the purpose of generating usable web driver code for your preferred language ZXPath

- 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].....)