Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23
stars
7
forks
source link
Using a Watir Element or Selenium Element as a parent element #137
Doing so results in an error as currently we assume that the element being passed in as a parent will have #.watir_element defined on it (which watir and selenium elements do not). This is expected behavior and should likely be documented somewhere.
Currently it's possible to define direct driver elements in our page models like so
Doing so results in an error as currently we assume that the element being passed in as a parent will have #.watir_element defined on it (which watir and selenium elements do not). This is expected behavior and should likely be documented somewhere.