forked from pauljz/FluentAutomationRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpect-dialog.html
More file actions
38 lines (32 loc) · 1.17 KB
/
expect-dialog.html
File metadata and controls
38 lines (32 loc) · 1.17 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
<h1>Expect Builder</h1>
<label>I Expect ...
<select id="far-expect-type" name="far-expect-type">
<option value="Text">Text</option>
<option value="Value">Value</option>
<option value="Element">Element</option>
<option value="Count">Count</option>
<option value="Class">Class</option>
<option value="Alert">Alert</option>
<option value="Url">URL</option>
</select>
</label>
<label data-farmode="Text,Value,Class,Alert">
<input name="far-expect-text" type="text" />
</label>
<label data-farmode="Count">
<input name="far-expect-count" type="number" />
</label>
<label data-farmode="Url">
<input name="far-expect-url" name="far-expect-url" type="text" />
</label>
<label data-farmode="Text,Value,Element,Count,Class">
<span data-farmode="Text,Value">In ...</span>
<span data-farmode="Class">On ...</span>
<span data-farmode="Count">Of ...</span>
<input name="far-expect-selector" type="text" />
</label>
<div id="far-dialog-submit">
<input name="cancel" type="button" value="Cancel" class="far-cancel" />
<input name="submit" type="button" value="Submit" class="far-submit" />
</div>
<input id="far-dialog-cancel" type="button" value="x" title="Cancel" class="far-cancel" />