@applitools/eyes-playwright 1.13.1 → 1.14.0

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/types/api.d.ts DELETED
@@ -1,46 +0,0 @@
1
- import type { Driver, Element, Selector } from '@applitools/spec-driver-playwright';
2
- import * as api from '@applitools/eyes-api';
3
- import * as spec from '@applitools/spec-driver-playwright';
4
- export * from '@applitools/eyes-api';
5
- export { Driver, Element, Selector };
6
- export declare class Eyes extends api.Eyes<Driver, Element, Selector> {
7
- protected static readonly _spec: import("@applitools/core").Core<Driver, spec.Context, Element<Node> | Selector, (string & {
8
- __applitoolsBrand?: never;
9
- }) | (import("playwright-core").Locator & {
10
- __applitoolsBrand?: never;
11
- })>;
12
- static setViewportSize: (driver: Driver, viewportSize: api.RectangleSize) => Promise<void>;
13
- }
14
- export type ConfigurationPlain = api.ConfigurationPlain<Element, Selector>;
15
- export declare class Configuration extends api.Configuration<Element, Selector> {
16
- protected static readonly _spec: import("@applitools/core").Core<Driver, spec.Context, Element<Node> | Selector, (string & {
17
- __applitoolsBrand?: never;
18
- }) | (import("playwright-core").Locator & {
19
- __applitoolsBrand?: never;
20
- })>;
21
- }
22
- export type OCRRegion = api.OCRRegion<Element, Selector>;
23
- export type CheckSettingsAutomationPlain = api.CheckSettingsAutomationPlain<Element, Selector>;
24
- export declare class CheckSettingsAutomation extends api.CheckSettingsAutomation<Element, Selector> {
25
- protected static readonly _spec: import("@applitools/core").Core<Driver, spec.Context, Element<Node> | Selector, (string & {
26
- __applitoolsBrand?: never;
27
- }) | (import("playwright-core").Locator & {
28
- __applitoolsBrand?: never;
29
- })>;
30
- }
31
- export declare class CheckSettings extends CheckSettingsAutomation {
32
- }
33
- export declare const Target: api.Target<Element<Node>, Selector>;
34
- export declare class BatchClose extends api.BatchClose {
35
- protected static readonly _spec: import("@applitools/core").Core<Driver, spec.Context, Element<Node> | Selector, (string & {
36
- __applitoolsBrand?: never;
37
- }) | (import("playwright-core").Locator & {
38
- __applitoolsBrand?: never;
39
- })>;
40
- }
41
- export declare const closeBatch: (options: {
42
- batchIds: string[];
43
- serverUrl: string;
44
- apiKey: string;
45
- proxy?: api.ProxySettingsPlain;
46
- }) => Promise<void>;
@@ -1 +0,0 @@
1
- export * from '@applitools/spec-driver-playwright';