robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Click Button does not work with <button> tag #6

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 22 Aug 2008

Current implementation of Click Button works only with buttons implemented as with <input> tag. To actually click <button> tag, Click Element has to be used.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 15 Oct 2008

Fixed in r68