Closed stephenmathieson closed 6 years ago
This patch prevents axe-webdriverjs to infinitely recurse when injecting axe-core into <iframe>s. Instead of looping forever, we'll recurse 10 times before giving up. Closes #63.
axe-webdriverjs
axe-core
<iframe>
@jkodu yes, if a page really has 11 nested frames, this will not work.
Closed in favor of #66
This patch prevents
axe-webdriverjs
to infinitely recurse when injectingaxe-core
into<iframe>
s. Instead of looping forever, we'll recurse 10 times before giving up. Closes #63.