We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df4508 commit 9a32b65Copy full SHA for 9a32b65
lib/controllers.js
@@ -21,7 +21,9 @@ const sendJSCommand = async function(script) {
21
22
let res;
23
await implicitWaitForCondition.call(this, async () => {
24
+ await (this.pageIframe || this.page).waitForLoadState();
25
res = await (this.pageIframe || this.page).evaluate(command);
26
27
return !!res;
28
});
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "macaca-playwright",
3
- "version": "1.12.0",
+ "version": "1.12.1",
4
"description": "Macaca Playwright driver",
5
"keywords": [
6
"playwright",
0 commit comments