@hira-core/sdk 1.0.12 → 1.0.14
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.
- package/dist/index.d.ts +4 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -636,6 +636,10 @@ declare class BrowserUtils<TConfig extends IFlowConfig = IFlowConfig> {
|
|
|
636
636
|
* Called once before the first action (goto, click, etc.).
|
|
637
637
|
*/
|
|
638
638
|
private ensureCursorReady;
|
|
639
|
+
/**
|
|
640
|
+
* Get the current page URL.
|
|
641
|
+
*/
|
|
642
|
+
getUrl(): string;
|
|
639
643
|
/**
|
|
640
644
|
* CDP trick — Chromium thinks tab is always focused, not throttled
|
|
641
645
|
* when user switches to another tab or clicks elsewhere.
|