TarCV / surveyor-idea

Idea plugin for trying out locators when developing mobile automated tests. Supports UiAutomator By- and UiSelectors; WebDriverAgent/Appium class chain and predicate queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Surveyor plugin for IDEA

Build Version Downloads

Description

UI Surveyor plugin provides features helping designing selectors for mobile automated tests: They provide the following features:

  • Evaluating selectors against XML UI snapshots
    • UIAutomator UISelectors and BySelectors for Android Search by UISelector
    • (Experimental) WebDriverAgent/Appium class chain and predicate queries for iOS Search by class chain
  • Syntax highlighting and autocomplete for element selectors (UIAutomator selectors in Java IDEs only)
    Autocomplete & Highlighting
  • Improved structure navigation for XML UI snapshots
    Note: When using with an old IDE or Kotlin plugin, navigation bar display might be broken - XML tag names displayed without any UI element identifiers or texts (e.g. just node instead of Button "ZERO"). This is a known issue that can be fixed by updating your Kotlin plugin and/or IDE (please see KTIJ-27484 for details).
    Structure navigation Structure navigation

If for some reason Locate Element tool window is not enabled, you can open it from the View menu:
View > Tool windows > Locate Element

All trademarks are the property of their respective owners. All company, product and service names used in this plugin description are for identification purposes only. Use of these names or brands does not imply endorsement.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "surveyor-idea" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

Idea plugin for trying out locators when developing mobile automated tests. Supports UiAutomator By- and UiSelectors; WebDriverAgent/Appium class chain and predicate queries.

License:GNU General Public License v3.0


Languages

Language:Kotlin 68.3%Language:Java 23.5%Language:Nix 7.8%Language:Shell 0.3%