patchright-core 1.52.2 → 1.52.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1231,9 +1231,9 @@ class Frame extends import_instrumentation.SdkObject {
1231
1231
  return state.matches;
1232
1232
  }, { handle });
1233
1233
  }
1234
- });
1234
+ }, "returnOnNotResolved");
1235
1235
  return scope ? scope._context._raceAgainstContextDestroyed(promise) : promise;
1236
- }, 1e4);
1236
+ }, 1e4) || false;
1237
1237
  } catch (e) {
1238
1238
  if (js.isJavaScriptErrorInEvaluate(e) || (0, import_selectorParser.isInvalidSelectorError)(e) || (0, import_protocolError.isSessionClosedError)(e)) throw e;
1239
1239
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patchright-core",
3
- "version": "1.52.2",
3
+ "version": "1.52.3",
4
4
  "description": "A high-level API to automate web browsers",
5
5
  "repository": {
6
6
  "type": "git",