-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
72 lines (71 loc) · 1.78 KB
/
Contact.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="https://v2.retargeter.com/" />
<title>Contact</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">Contact</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>/account/settings/</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>link=Contact</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Help</td>
<td></td>
</tr>
<tr>
<td>verifyText</td>
<td>css=h1</td>
<td>exact:Need any help?</td>
</tr>
<tr>
<td>verifyText</td>
<td>css=h3</td>
<td>Review some of the frequently asked questions below.</td>
</tr>
<tr>
<td>verifyText</td>
<td>css=strong</td>
<td>exact:What do I need to do to get my retargeting campaign live?</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id='content']/div/p[3]/strong</td>
<td>exact:What is your pricing model?</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id='content']/div/p[4]/strong</td>
<td>exact:Why 20 impressions per user per month?</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id='content']/div/p[6]/strong</td>
<td>exact:Need help on something else? Feel free to send an email to [email protected] with any questions you may have. We're happy to help!</td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>[email protected]</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>xpath=(//a[contains(text(),'Help')])[2]</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>