Skip to content

Improved errors for inner search and fixed _HookWaitAction in Should

Pre-release
Pre-release
Compare
Choose a tag to compare
@yashaka yashaka released this 18 May 21:21
  • improved error messages for cases of inner element search
    • like error on S(".parent").Find(".child").Click() when .parent is absent or not visible
  • FIXED experimental Configuration._HookWaitAction application to Should methods on SeleneElement and SeleneCollection
    (was not working, just being skipped)