Parcourir la source

docs: document new config option

Igor Perzic il y a 2 ans
Parent
commit
00e4b92639
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
 };
 ```