ph7 / selenium-client

Official Ruby client API for Selenium Remote Control (bare bone client driver)
http://rubyforge.org/projects/selenium-client/
Apache License 2.0
153 stars 47 forks source link

submit method fails #12

Closed raldred closed 14 years ago

raldred commented 14 years ago

using a valid for id i receive the following error

(rdb:1) selenium.submit('purchase_order_payment') Selenium::CommandError Exception: OR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: formElement.submit is not a function

ph7 commented 14 years ago

There is not enough details included to provide meaningful feedback. Additionally, based on the description the problem is likely to be either with the test logic or Selenium Core, not selenium-client.

raldred commented 14 years ago

No problem, you are correct its an issue with selenium-core