Skip to content

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

License

Notifications You must be signed in to change notification settings

TarCV/surveyor-idea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.