You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validated with the latest develop branch code base, tested on test page, http://qateam.dequecloud.com/attest/api/test.html await axe.utils.getFrameContexts({exclude: [['iframe','#testFrame']] }); and await axe.utils.getFrameContexts('#testFrame')
its giving return type and with Array objects
The
getFrameContexts
method will never return DOM Nodes, unlike what its type suggests. This makes serialisation more difficult than it needs to be.The text was updated successfully, but these errors were encountered: