TestCafe does not have access to data URL iframe #1752
Labels
STATE: Stale
An outdated issue that will be automatically closed by the Stale bot.
SYSTEM: hammerhead
TYPE: enhancement
The accepted proposal for future implementation.
TYPE: Web API support
Milestone
Are you requesting a feature or reporting a bug?
Reporting bug.
What is the current behavior?
Accessing data URL iframe fails with error access is denied.
What is the expected behavior?
TestCafe should have access to data URL iframe
How would you reproduce the current behavior (if this is a bug)?
Access data URL iframe with .switchToIframe
Provide the test code and the tested page URL (if applicable)
import { Selector } from 'testcafe';
fixture
Getting Started
.page
https://test.shhnjk.com/iframer.php?url=data:,test
;test('My first test', async t => {
await t
.switchToIframe("#frame0");
});
Specify your
The text was updated successfully, but these errors were encountered: