cheezy / page-object

Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
MIT License
653 stars 220 forks source link

Replace #visible? with #present? #474

Closed jkotests closed 5 years ago

jkotests commented 5 years ago

Fixes the deprecation warning from Watir about using Element#visible? (#467). All usages have been replaced by Element#present?.