Actually, the entire html page is like this:
<html> <head> <title>TL1 - BTPKPAAJFOUA</title> <script src="/javascripts/prototype.js?1252070532" type="text/java +script"></script> <script src="/javascripts/effects.js?1252070532" type="text/javascript +"></script> <script src="/javascripts/dragdrop.js?1252070532" type="text/javascrip +t"></script> <script src="/javascripts/controls.js?1252070532" type="text/javascrip +t"></script> <script src="/javascripts/cli.js?1252070532" type="text/javascript"></ +script> <script src="/javascripts/application.js?1252070532" type="text/javasc +ript"></script> </head> <body style="background-color: black; color: white;", link='white', +alink='white', vlink='white'> <h3>Command Line Iterface to BTPKPAAJFOUA</h3> <div style="width: 100%; height: 90%; overflow: scroll;"> <script type="text/javascript"> new CLI('tl1-cli', '/tl1_cli/command/BTPKPAAJFOUA', { prompt: 'TL1? ', initialCommand: 'RTRV-HDR:BTPKPAAJFOU +A::1;', errorRegExp: /^>>.*/, tid: 'BTPKPAAJFOUA' }); </script> </div> <a href="#" onclick="window.close(); return false;">Close</a> </body> </html>

As you can see, there is no form tag and so if i try to use the submit option, its throwing me an error.

Error: Error requesting http://localhost:5555/selenium-server/driver/:
ERROR: Command execution failure. Please search the forum at http://clearspace.o penqa.org for error details from the log window. The error message is: formElem ent.submit is not a function


In reply to Re^4: How To Simulate "Enter" Key Stroke using WWW::Selenium by venkatesan_G02
in thread (SOLVED)How To Simulate "Enter" Key Stroke using WWW::Selenium by venkatesan_G02

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.