robotframework-seleniumtestability
robotframework-seleniumtestability copied to clipboard
Add an option to list wich element is waiting for
Hi,
It would be very intersting to have the ability to log or to get the detail of the reason why we are waiting during the execution of "Wait For Testability Ready".
Thanks.
Depending on what you need, that should be at least partially possible. Set Testability Config has undocumented : verbose boolean .. If set to True, when asyncronous events that cause waiting, there will be a log entry in the browsers logs with [START] and [END] prefixes ..
For fine grained control, changes should happen in the upstream here: https://github.com/alfonso-presa/testability-browser-bindings/blob/master/lib/index.js
Currently im not 100% if that logging is available but providing that would be to just make a new build and release .. Want to try it out if it works ?