cheezy / page-object

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

Fixes bug with in_iframe(visible: true) #499

Closed justjoehere closed 3 years ago

justjoehere commented 3 years ago

Fixes bug where in_iframe(visible: true) blows up because true gets converted to a string, but must stay in TrueClass

justjoehere commented 3 years ago

I just saw the features area, I'll work on adding feature tests for this fix. However, Travis CI failed for what looks like chrome version issues.

justjoehere commented 3 years ago

Closing this PR for one that contains new tests