-
Notifications
You must be signed in to change notification settings - Fork 1
/
gettingstarted.html
57 lines (51 loc) · 1.91 KB
/
gettingstarted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<html>
<head>
<title>Getting started</title>
</head>
<body>
<style>
body {
color: #808080;
}
.center {
text-align: center;
}
.product_logo {
width: 30px;
}
</style>
<h1 class="center">OpenRPA Getting started</h1>
<hr>
<p class="center">
Thank you for downloading OpenRRA.<br />
A couple of handy shortcuts to know: <br />
</p>
<ul>
<li>Ctrl+K Will create a varable of the correct type</li>
<li>F5 Run the active workflow</li>
<li>F10 to single step though a workflow (use F5 to run again)</li>
<li>F9 to toogle a breakpoint at selected activity</li>
<li>Esc will stop recording, when selecting elements or a workflow run from designer</li>
</ul>
<p class="center">
To see examples of what you can build and how to work with the different elements please watch some of the many
videos created by us and the community or check out the <a target="_blank"
href="https://github.com/open-rpa/openrpa/wiki">wiki
page</a>, check out the <a href="https://docs.openiap.io/" target="_blank">documentation</a> or see our example
repository at <a href="https://github.com/open-rpa/examples-files" target="_blank">github</a>.<br />
<a href="https://www.youtube.com/channel/UCbuiWJYuKSYMDeDNvzEAkjA" target="_blank">Allans videos</a><br />
<a href="https://www.youtube.com/playlist?list=PLXXz88_TPiHqvKY1aGsfKL8JImbHjLfMi" target="_blank">Anders'
videos</a><br />
</p>
<p class="center">
If you have questions or need help, please <a href="https://rocket.openiap.io/">join
us on Rocket chat</a> and ask there.<br />
If you find a bug, please <a href="https://github.com/open-rpa/openrpa/issues" target="_blank">create a issue</a> on
github.<br>
</p>
<p class="center">
For support offerings and education, contact <a href="https://openrpa.dk/" target="_blank">OpenRPA ApS</a>
</p>
</p>
</body>
</html>