Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.06 KB

README.md

File metadata and controls

43 lines (31 loc) · 2.06 KB

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
    • (Experimental) WebDriverAgent/Appium class chain and predicate queries for iOS Search
  • Syntax highlighting and autocomplete for element selectors (UIAutomator selectors in Java IDEs only)
    Autocomplete & Highlighting
  • Improved structure navigation for XML UI snapshots
    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.