You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

save-delivery-address 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head profile="http://selenium-ide.openqa.org/profiles/test-case">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <link rel="selenium.base" href="http://127.0.0.1:8000/" />
  7. <title>save-delivery-address</title>
  8. </head>
  9. <body>
  10. <table cellpadding="1" cellspacing="1" border="1">
  11. <thead>
  12. <tr><td rowspan="1" colspan="3">save-delivery-address</td></tr>
  13. </thead><tbody>
  14. <tr>
  15. <td>open</td>
  16. <td>/shop/checkout/shipping-address/</td>
  17. <td></td>
  18. </tr>
  19. <tr>
  20. <td>type</td>
  21. <td>id_first_name</td>
  22. <td>David</td>
  23. </tr>
  24. <tr>
  25. <td>type</td>
  26. <td>id_last_name</td>
  27. <td>Winerbottom</td>
  28. </tr>
  29. <tr>
  30. <td>type</td>
  31. <td>id_line1</td>
  32. <td>73B Woodhouse Road</td>
  33. </tr>
  34. <tr>
  35. <td>type</td>
  36. <td>id_line3</td>
  37. <td>London</td>
  38. </tr>
  39. <tr>
  40. <td>type</td>
  41. <td>id_postcode</td>
  42. <td>N12 9et</td>
  43. </tr>
  44. <tr>
  45. <td>select</td>
  46. <td>id_country</td>
  47. <td>label=United Kingdom of Great Britain and Northern Ireland</td>
  48. </tr>
  49. <tr>
  50. <td>clickAndWait</td>
  51. <td>//input[@value='Save shipping address']</td>
  52. <td></td>
  53. </tr>
  54. </tbody></table>
  55. </body>
  56. </html>