@browserbasehq/stagehand 2.2.1 → 2.3.0-alpha-6ef60730cab0ad9025f44b6eeb2c83751d1dcd35

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 CHANGED
@@ -390,6 +390,9 @@ interface ExtractOptions<T extends z.AnyZodObject> {
390
390
  modelName?: AvailableModel;
391
391
  modelClientOptions?: ClientOptions;
392
392
  domSettleTimeoutMs?: number;
393
+ /**
394
+ * @deprecated The `useTextExtract` parameter has no effect in this version of Stagehand and will be removed in later versions.
395
+ */
393
396
  useTextExtract?: boolean;
394
397
  selector?: string;
395
398
  }