PHP OpenID consumer
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.

vox 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="" />
  7. <title>vox</title>
  8. </head>
  9. <body>
  10. <table cellpadding="1" cellspacing="1" border="1">
  11. <thead>
  12. <tr><td rowspan="1" colspan="3">vox</td></tr>
  13. </thead><tbody>
  14. <tr>
  15. <td>open</td>
  16. <td>/poidsy/examples/basic/</td>
  17. <td></td>
  18. </tr>
  19. <tr>
  20. <td>type</td>
  21. <td>openid_url</td>
  22. <td>poidsytest.vox.com</td>
  23. </tr>
  24. <tr>
  25. <td>clickAndWait</td>
  26. <td>//input[@value='Login']</td>
  27. <td></td>
  28. </tr>
  29. <tr>
  30. <td>type</td>
  31. <td>username</td>
  32. <td>me@chris.smith.name</td>
  33. </tr>
  34. <tr>
  35. <td>type</td>
  36. <td>password</td>
  37. <td>Test12345</td>
  38. </tr>
  39. <tr>
  40. <td>clickAndWait</td>
  41. <td>//form[@id='login-form']/div/div[2]/a[2]</td>
  42. <td></td>
  43. </tr>
  44. <tr>
  45. <td>verifyTextPresent</td>
  46. <td>Success: your OpenID identifier is http://poidsytest.vox.com/</td>
  47. <td></td>
  48. </tr>
  49. <tr>
  50. <td>open</td>
  51. <td>http://www.vox.com/</td>
  52. <td></td>
  53. </tr>
  54. <tr>
  55. <td>clickAndWait</td>
  56. <td>link=Sign Out</td>
  57. <td></td>
  58. </tr>
  59. </tbody></table>
  60. </body>
  61. </html>