TarCV / surveyor-idea

Idea plugin for trying out locators and navigating screen snapshots while developing mobile automated tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UI Surveyor plugin for IDEA

Build Version Downloads

Description

UI Surveyor plugin provides tools helping with mobile application automation. They provide the following features:

  • Evaluating element selectors against an XML UI snapshots
    Search
  • Syntax highlighting and autocomplete for element selectors (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

At the moment

UI Surveyor plugin provides tools helping work with Android UI Snapshot in XML format and UIAutomator selectors.

Those tools are:

  • Locate Element tool window for evaluating element selectors against a currently open XML UI snapshots
  • Basic syntax highlighting and autocomplete for UIAutomator selectors (as Java code, supported only for Java IDEs)
  • Improved structure navigation for UI snapshots

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 and navigating screen snapshots while developing mobile automated tests

License:GNU General Public License v3.0


Languages

Language:Kotlin 89.1%Language:Nix 7.8%Language:Shell 3.1%