angrykoala / wendigo

A proper monster for front-end automated testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dismissAllDialogs type missing

guillenotfound opened this issue · comments

Where can it be used? Docs suggest BrowserSettings, but tests only cover open function AKA OpenOptions.

Yep, you are right, docs are wrong, this is an option to be used as:

browser.open({
  dismissAllDialogs: true
})

I'll close this issue and open a new one to handle doc update