Skip to content

committedtester/appium_windows_desktop_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To replicate locally (with command line appium)

  • Install node.js*
  • npm install -g appium as an administrator
  • Run Appium from the command line as an administrator
  • npm install (based on the package.json)

To replicate locally with nicer Appium Desktop Experience (once bug is fixed)

Performance

I'm hoping that the Appium package can be updated with a newer version of WinAppDriver because performance is terrible...

To Execute

  • Run 'mocha' from the terminal or npm test

UI Automation (using inspect.exe)

Client API Locator Strategy Matched Attribute in inspect.exe Example
FindElementByAccessibilityId accessibility id AutomationId AppNameTitle
FindElementByClassName class name ClassName TextBlock
FindElementById id RuntimeId (decimal) 42.333896.3.1
FindElementByName name Name Calculator
FindElementByTagName tag name LocalizedControlType (upper camel case) Text
FindElementByXPath xpath Any //Button[0]

About

Used to perform Windows Desktop GUI Automation using Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published