robotframework / OldSeleniumLibrary

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

`Page Should Contain Button` and `Page Should Not Contain Button` keywords #30

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by kkreddy1... on 15 Feb 2009

What steps will reproduce the problem?

  1. currently the selenium library doesnot have keyword options as "page should contain button and page shouldnot contain button keywords"
  2. try to add these two keywords to seleniumlibrary 3.

What is the expected output? What do you see instead? page should contain button and page should not contain button keywords needs to be present in selenium library

What version of the product are you using? On what operating system? selenium library 2.1.2

Please provide any additional information below.

Currently I am using selenium library with robot frame work for testing gui based application. I found some keywords are missing from library. they are "page should contain button" and "page should not contain button".

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 13 May 2009

Implemented these keywords in r185