GithubHelp home page GithubHelp logo

windows-xpath-check's Introduction

XPath Check Tool for desktop applications

This tool allows to check validity of XPaths and highlights found elements.

Requirements

  • Windows 10 PC with the latest Windows 10 version
  • Microsoft Visual Studio 2017 or later

Getting Started

  1. Open XPathConsole.sln in Visual Studio
  2. Select Debug > Start Debugging or simply Run

Application Screen

enter image description here

Usage

  1. Fill application name (most commonly found on a top of the main window of application)
  2. Fill application .exe absolute path in the file system of your computer
  3. Check if you want to start an application, if unchecked tool will try to find a running instance of you application
  4. Click on "Find App" button and wait for the response. In some cases application could be in "not responding" state during this process
  5. Fill your XPath
  6. Click "Find Elements" button
  7. If one or more elements was found than list will be created. Clicking through this list will highlight elements on screen.
  8. Highlight overlay can be turned on or off with checkbox.
  9. All errors should be thrown to right text box.

Common Issues

  1. Application not found: Check if application name and path are correct Application name could also contain spaces. To be sure you can copy the name from Windows Accessibility Tools > inspect.exe.

  2. XPath Element not found: XPath shouldn't contain outer quotation marks.

    Valid formats are //MenuItem[@Name="File"] or //MenuItem[@Name=\"File\"].

Download

You can download the most recent version from github releases tab.

windows-xpath-check's People

Contributors

aladarknis avatar

Watchers

Martin Dobias avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.