Bump up version 1.0.4.
[platform/core/uifw/aurum.git] / README.md
1 <img src="https://capsule-render.vercel.app/api?type=waving&color=1d9cd8&height=200&section=header&text=Aurum&fontSize=60" />
2
3 ## Contents
4 1. [Introduce Aurum](#introduce-aurum)
5 2. [Reference and Tip](#reference-and-tip)
6
7 ## Introduce Aurum
8 - Aurum is a UI automation framework without UI Toolkit dependency.
9
10   Provides Commands to interact with the device UI by simulation user actions and introspection of the screen content.
11
12   It relies on the platform accessibility APIs to introspect the screen.
13
14 - User can use the IDL defined in Proto to create an automation app or script in a variety of languages without a language dependency.
15
16 Please refer [grpc](https://grpc.io/) and [proto buffers](https://developers.google.com/protocol-buffers) for more information
17
18 **If you're new to Aurum or want a more comprehensive description of what this is all about, please read our
19 [Github Pages](https://pages.github.sec.samsung.net/tizen/aurum/)**
20
21 ### Reference and Tip
22 - [Aurum python library](https://github.sec.samsung.net/tizen/aurum-python)
23 - [How to run aurum on TM1](https://code.sec.samsung.net/confluence/display/GFX/04.+NUITizenGallery+Test+Script+Guide)
24 - [NUI automation test](https://github.com/nui-dali/NUIAutomationTest)
25 - [Aurum test sciprts(samples)](https://github.sec.samsung.net/NUI/AurumTestScript)
26 - [Automation application(C++) in target](https://github.sec.samsung.net/TizenUIFW/aurum-test-sample)
27 - [UI Analyzer](https://github.sec.samsung.net/TizenNativeUI/ui-analyzer)
28    * Aurum API is not public. we dont recommand direct calling aurum API in target.