OnetapInc / chromy

Chromy is a library for operating headless chrome. 🍺🍺🍺
MIT License
605 stars 41 forks source link

Add selector as part of WaitTimeoutError #102

Closed fcastilloec closed 6 years ago

fcastilloec commented 6 years ago

When chaining actions and a WaitTimeoutError is thrown, it was impossible to know which action was the one that triggered the error. Adding the selector as part of the object will help with this.

dotneet commented 6 years ago

@fcastilloec Thank you for contributing!!