robotframework / OldSeleniumLibrary

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

`Page Should (Not) Contain Button` keywords don't work with buttons created like `<input type="button">` #70

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 14 Jan 2010

These keywords work only with buttons created using &lt;button&gt; tags. A workaround is using Page Should (Not) Contain Element.

See also issue 6 about similar (opposite) problem with Click Button and issue 30 that requested these keywords to be added.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 9 Feb 2010

Fixed in 310