-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKeywordsList.html
More file actions
234 lines (228 loc) · 6.85 KB
/
KeywordsList.html
File metadata and controls
234 lines (228 loc) · 6.85 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Web Analytics Keywords</title>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<!--
<link
href="https://cdn.rawgit.com/sachinkmr/Content/c743d66d2677c69baa4de84da0f3b38242ff09be/WebAnalytics/css/extent.css"
type="text/css" rel="stylesheet">
Latest compiled and minified CSS
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<!-- Optional theme
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-2.2.0.min.js"
integrity="sha256-ihAoc6M/JPfrIiIeayPE9xjin4UWjsx2mjW/rtmxLM4="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"
integrity="sha256-xNjb53/rY+WmG+4L6tTl9m6PpqknWZvRt0rO1SRnJzw="
crossorigin="anonymous"></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
-->
<style type="text/css">
div.report-info {
width: 100%;
display: inline-block;
height: 100%;
}
.report-name {
font-size: xx-large;
padding-left: 25px;
}
header {
height: 100px;
background: #f3f3f3;
color: white;
}
table {
border: 1px solid beige !important;
}
.main {
width:95%;
margin:0 auto;
display:block;
}
</style>
</head>
<body>
<header>
<div class="blue darken-2 report-info">
<div class="report-name">
Web Analytics Keywords List
</div>
</div>
</header>
<div class="main">
<div class="row">
<div class="col s12">
<p> </p>
<h3>Following is the detailed list of keywords</h3>
<p></p>
<table class="responsive-table striped">
<thead>
<tr>
<th>SN</th>
<th>Keyword Name</th>
<th>Object Name</th>
<th>Data</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Clear</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This is used to clear text field or text area</td>
</tr>
<tr>
<td>2</td>
<td>ClearEventCalls</td>
<td>..</td>
<td>..</td>
<td>This is used to clear networks calls or analytics calls</td>
</tr>
<tr>
<td>3</td>
<td>Click</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This is used to click on web Element</td>
</tr>
<tr>
<td>4</td>
<td>ClickCheckBox</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This is used to select check box if not selected already</td>
</tr>
<tr>
<td>5</td>
<td>Close</td>
<td>..</td>
<td>..</td>
<td>This is used to close the browser current tab/windows</td>
</tr>
<tr>
<td>6</td>
<td>DeleteCookies</td>
<td>..</td>
<td>..</td>
<td>This is used to delete cookies for current session</td>
</tr>
<tr>
<td>7</td>
<td>DoubleClick</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This is used to douple click on web element</td>
</tr>
<tr>
<td>8</td>
<td>Enter</td>
<td>Web Element Locator name form object repository</td>
<td>text to be entered</td>
<td>This is used to enter text in text field or text area</td>
</tr>
<tr>
<td>9</td>
<td>Launch</td>
<td>..</td>
<td>web page url</td>
<td>This Keyword is used to launch browser and opens web page</td>
</tr>
<tr>
<td>10</td>
<td>MouseHover</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This places mouse on web element</td>
</tr>
<tr>
<td>11</td>
<td>Refresh</td>
<td>..</td>
<td>..</td>
<td>This is used to reload the page</td>
</tr>
<tr>
<td>12</td>
<td>SaveText</td>
<td>Web Element Locator name form object repository</td>
<td>Name of the variable in which data is saved</td>
<td>This is used to save the text for and web element.</td>
</tr>
<tr>
<td>13</td>
<td>Select</td>
<td>Web Element Locator name form object repository</td>
<td>text to be selected</td>
<td>This is used to select a value from drop down</td>
</tr>
<tr>
<td>14</td>
<td>Submit</td>
<td>Web Element Locator name form object repository</td>
<td>..</td>
<td>This Keyword is used to submit form data</td>
</tr>
<tr>
<td>15</td>
<td>VerifyEvent</td>
<td>Analytics event name provided in sheet</td>
<td>..</td>
<td>This is used to verify analytics event</td>
</tr>
<tr>
<td>16</td>
<td>Wait</td>
<td>Web Element Locator name form object repository</td>
<td>wait time in seconds</td>
<td>This is used to wait for given time</td>
</tr>
<tr>
<td>17</td>
<td>WaitForElementAppearance</td>
<td>Web Element Locator name form object repository</td>
<td>Maximum time to wait in seconds</td>
<td>This is used to wait for a web element to appear on the webpage</td>
</tr>
<tr>
<td>18</td>
<td>WaitForElementDisappearance</td>
<td>Web Element Locator name form object repository</td>
<td>Maximum time to wait in seconds</td>
<td>This is used to wait for a web element to disappear from the webpage</td>
</tr>
<tr>
<td>19</td>
<td>WaitForPageLoad</td>
<td>..</td>
<td>..</td>
<td>This is used to wait for page to load completly.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>