ソースを参照

docs: document new config option

Igor Perzic 1 年間 前
コミット
00e4b92639
1 ファイル変更2 行追加0 行削除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -73,6 +73,8 @@ type Config = {
     page: Page;
     pushData: (data: any) => Promise<void>;
   }) => Promise<void>;
+    /** Optional timeout for waiting for a selector to appear */
+    waitForSelectorTimeout?: number;
 };
 ```