diff --git a/src/common/IsolatedWorld.ts b/src/common/IsolatedWorld.ts index 0550bfd10aba1..6699091688fdf 100644 --- a/src/common/IsolatedWorld.ts +++ b/src/common/IsolatedWorld.ts @@ -77,6 +77,9 @@ export interface WaitForSelectorOptions { * @defaultValue `30000` (30 seconds) */ timeout?: number; + /** + * @deprecated Do not use. Use the {@link ElementHandle.waitForSelector} + */ root?: ElementHandle; }