@probolabs/playwright 1.0.16 → 1.0.17

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
@@ -117,6 +117,7 @@ declare class ProboPlaywright {
117
117
  * @throws Error if element is not found or validation fails
118
118
  */
119
119
  runStep(params: RunStepParams): Promise<string | void>;
120
+ generateOTP(secret: string, digits?: number, algorithm?: string): string;
120
121
  /**
121
122
  * Creates a visual highlight overlay on the target element with optional annotation text.
122
123
  * The highlight appears as a red border around the element and can include descriptive text.