jquery-jpostal-ja
Version:
A jQuery plug-in that automatically enters a japanese zip code into the address field when you enter it.
90 lines (89 loc) • 1.8 kB
HTML
<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="http://localhost/jquery.jpostal.js/sample_1.html" />
<title>smoketest_6</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">smoketest_6</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>${BASE_URL}sample_6.html</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>css=input[type="reset"]</td>
<td></td>
</tr>
<!--#100-0001-->
<!--#東京都 千代田区 千代田-->
<tr>
<td>type</td>
<td>id=postcode1_1</td>
<td>100</td>
</tr>
<tr>
<td>type</td>
<td>id=postcode1_2</td>
<td>0001</td>
</tr>
<tr>
<td>pause</td>
<td>2000</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=postcode2_1</td>
<td>545</td>
</tr>
<tr>
<td>type</td>
<td>id=postcode2_2</td>
<td>6009</td>
</tr>
<tr>
<td>pause</td>
<td>2000</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>id=address1_1</td>
<td>東京都</td>
</tr>
<tr>
<td>verifyValue</td>
<td>id=address1_2</td>
<td>千代田区</td>
</tr>
<tr>
<td>verifyValue</td>
<td>id=address1_3</td>
<td>千代田</td>
</tr>
<tr>
<td>verifyValue</td>
<td>id=address2_1</td>
<td>大阪府</td>
</tr>
<tr>
<td>verifyValue</td>
<td>id=address2_2</td>
<td>大阪市阿倍野区</td>
</tr>
<!--#本来は、阿倍野筋あべのハルカス(9階)-->
<tr>
<td>verifyValue</td>
<td>id=address2_3</td>
<td>阿倍野筋あべのハルカス9階</td>
</tr>
</tbody></table>
</body>
</html>