-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
-
clickhad to becomeclickOnbecause the former is already awdmethod -
*IsVisiblebecame*IsDisplayedbecause that's howwdcalls it. Not sure if we should ignore this -
close("close session") had to becomequitbecausewdalready has aclose("close current window") -
setCookiedoesn't defaultpath: '/'. ButsetCookieValueexists with defaults forpathandsecure -
wdonly supports top-level custom methods, soassert.isFoobecameassertIsFoo -
getElementthrows if the element doesn't exist,getElementOrNullreturns null in that case - While moving
assert.*,assert.httpStatusbecameassertStatusCodeto be consistent withgetStatusCode -
-wduses a different algorithm for comparing urls with "fuzzy query argument order". Instead of building a regex, it compares the parsed urls.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels