For example:

<html>
  <head>
  <script>
    function foo() {
      alert("foo()");
    }
  </script>
  </head>
  <body/>
</html>

I would like to write a Watir script that can call this function directly.

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to