dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

DoesNotExist not working for Windows Automation #537

Closed tyBouch closed 1 year ago

tyBouch commented 1 year ago

DoesNotExist is not working for windows automation as Windows doesn't support

  1. Iframes
  2. Switching to default content

An adjustment and override in WindowsElement should be made for Exists/DoesNotExist for these functions.