axe-core-gems
axe-core-gems copied to clipboard
Allow sandboxed iframe testing
We need to be able to test iframes with the sandbox attribute:
<iframe sandbox src="..."></iframe>
We have a solution for this in axe-webdriverjs that we can copy here.