free-computer-use 0.2.4 → 0.2.6

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.
@@ -1709,6 +1709,848 @@ export declare const PlanSchema: z.ZodObject<{
1709
1709
  }, z.core.$strict>], "type">>;
1710
1710
  continue: z.ZodDefault<z.ZodBoolean>;
1711
1711
  }, z.core.$strict>;
1712
+ export declare const PlannerOutputSchema: z.ZodObject<{
1713
+ steps: z.ZodArray<z.ZodString>;
1714
+ actions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1715
+ sensitive: z.ZodOptional<z.ZodBoolean>;
1716
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1717
+ type: z.ZodLiteral<"input_value_equals">;
1718
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1719
+ role: z.ZodOptional<z.ZodString>;
1720
+ name: z.ZodOptional<z.ZodString>;
1721
+ label: z.ZodOptional<z.ZodString>;
1722
+ placeholder: z.ZodOptional<z.ZodString>;
1723
+ testId: z.ZodOptional<z.ZodString>;
1724
+ id: z.ZodOptional<z.ZodString>;
1725
+ attributeName: z.ZodOptional<z.ZodString>;
1726
+ text: z.ZodOptional<z.ZodString>;
1727
+ css: z.ZodOptional<z.ZodString>;
1728
+ frame: z.ZodOptional<z.ZodNumber>;
1729
+ }, z.core.$strict>]>;
1730
+ value: z.ZodString;
1731
+ }, z.core.$strict>, z.ZodObject<{
1732
+ type: z.ZodLiteral<"extraction_created">;
1733
+ key: z.ZodOptional<z.ZodString>;
1734
+ }, z.core.$strict>, z.ZodObject<{
1735
+ type: z.ZodLiteral<"extraction_contains">;
1736
+ key: z.ZodOptional<z.ZodString>;
1737
+ value: z.ZodString;
1738
+ }, z.core.$strict>, z.ZodObject<{
1739
+ type: z.ZodLiteral<"tab_count">;
1740
+ count: z.ZodNumber;
1741
+ }, z.core.$strict>, z.ZodObject<{
1742
+ type: z.ZodLiteral<"extraction_count">;
1743
+ key: z.ZodOptional<z.ZodString>;
1744
+ min: z.ZodNumber;
1745
+ max: z.ZodOptional<z.ZodNumber>;
1746
+ }, z.core.$strict>, ...(z.ZodObject<{
1747
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
1748
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1749
+ role: z.ZodOptional<z.ZodString>;
1750
+ name: z.ZodOptional<z.ZodString>;
1751
+ label: z.ZodOptional<z.ZodString>;
1752
+ placeholder: z.ZodOptional<z.ZodString>;
1753
+ testId: z.ZodOptional<z.ZodString>;
1754
+ id: z.ZodOptional<z.ZodString>;
1755
+ attributeName: z.ZodOptional<z.ZodString>;
1756
+ text: z.ZodOptional<z.ZodString>;
1757
+ css: z.ZodOptional<z.ZodString>;
1758
+ frame: z.ZodOptional<z.ZodNumber>;
1759
+ }, z.core.$strict>]>;
1760
+ }, z.core.$strict> | z.ZodObject<{
1761
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
1762
+ value: z.ZodString;
1763
+ }, z.core.$strict>)[], z.ZodObject<{
1764
+ type: z.ZodLiteral<"network_response">;
1765
+ value: z.ZodString;
1766
+ status: z.ZodOptional<z.ZodNumber>;
1767
+ }, z.core.$strict>, z.ZodObject<{
1768
+ type: z.ZodLiteral<"download_created">;
1769
+ value: z.ZodOptional<z.ZodString>;
1770
+ }, z.core.$strict>, z.ZodObject<{
1771
+ type: z.ZodLiteral<"page_changed">;
1772
+ value: z.ZodString;
1773
+ }, z.core.$strict>], "type">>>;
1774
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
1775
+ type: z.ZodLiteral<"switchTab">;
1776
+ index: z.ZodNumber;
1777
+ }, z.core.$strict>, ...(z.ZodObject<{
1778
+ sensitive: z.ZodOptional<z.ZodBoolean>;
1779
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1780
+ type: z.ZodLiteral<"input_value_equals">;
1781
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1782
+ role: z.ZodOptional<z.ZodString>;
1783
+ name: z.ZodOptional<z.ZodString>;
1784
+ label: z.ZodOptional<z.ZodString>;
1785
+ placeholder: z.ZodOptional<z.ZodString>;
1786
+ testId: z.ZodOptional<z.ZodString>;
1787
+ id: z.ZodOptional<z.ZodString>;
1788
+ attributeName: z.ZodOptional<z.ZodString>;
1789
+ text: z.ZodOptional<z.ZodString>;
1790
+ css: z.ZodOptional<z.ZodString>;
1791
+ frame: z.ZodOptional<z.ZodNumber>;
1792
+ }, z.core.$strict>]>;
1793
+ value: z.ZodString;
1794
+ }, z.core.$strict>, z.ZodObject<{
1795
+ type: z.ZodLiteral<"extraction_created">;
1796
+ key: z.ZodOptional<z.ZodString>;
1797
+ }, z.core.$strict>, z.ZodObject<{
1798
+ type: z.ZodLiteral<"extraction_contains">;
1799
+ key: z.ZodOptional<z.ZodString>;
1800
+ value: z.ZodString;
1801
+ }, z.core.$strict>, z.ZodObject<{
1802
+ type: z.ZodLiteral<"tab_count">;
1803
+ count: z.ZodNumber;
1804
+ }, z.core.$strict>, z.ZodObject<{
1805
+ type: z.ZodLiteral<"extraction_count">;
1806
+ key: z.ZodOptional<z.ZodString>;
1807
+ min: z.ZodNumber;
1808
+ max: z.ZodOptional<z.ZodNumber>;
1809
+ }, z.core.$strict>, ...(z.ZodObject<{
1810
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
1811
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1812
+ role: z.ZodOptional<z.ZodString>;
1813
+ name: z.ZodOptional<z.ZodString>;
1814
+ label: z.ZodOptional<z.ZodString>;
1815
+ placeholder: z.ZodOptional<z.ZodString>;
1816
+ testId: z.ZodOptional<z.ZodString>;
1817
+ id: z.ZodOptional<z.ZodString>;
1818
+ attributeName: z.ZodOptional<z.ZodString>;
1819
+ text: z.ZodOptional<z.ZodString>;
1820
+ css: z.ZodOptional<z.ZodString>;
1821
+ frame: z.ZodOptional<z.ZodNumber>;
1822
+ }, z.core.$strict>]>;
1823
+ }, z.core.$strict> | z.ZodObject<{
1824
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
1825
+ value: z.ZodString;
1826
+ }, z.core.$strict>)[], z.ZodObject<{
1827
+ type: z.ZodLiteral<"network_response">;
1828
+ value: z.ZodString;
1829
+ status: z.ZodOptional<z.ZodNumber>;
1830
+ }, z.core.$strict>, z.ZodObject<{
1831
+ type: z.ZodLiteral<"download_created">;
1832
+ value: z.ZodOptional<z.ZodString>;
1833
+ }, z.core.$strict>, z.ZodObject<{
1834
+ type: z.ZodLiteral<"page_changed">;
1835
+ value: z.ZodString;
1836
+ }, z.core.$strict>], "type">>>;
1837
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
1838
+ type: z.ZodLiteral<"check" | "click" | "doubleClick" | "hover" | "submit" | "uncheck">;
1839
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1840
+ role: z.ZodOptional<z.ZodString>;
1841
+ name: z.ZodOptional<z.ZodString>;
1842
+ label: z.ZodOptional<z.ZodString>;
1843
+ placeholder: z.ZodOptional<z.ZodString>;
1844
+ testId: z.ZodOptional<z.ZodString>;
1845
+ id: z.ZodOptional<z.ZodString>;
1846
+ attributeName: z.ZodOptional<z.ZodString>;
1847
+ text: z.ZodOptional<z.ZodString>;
1848
+ css: z.ZodOptional<z.ZodString>;
1849
+ frame: z.ZodOptional<z.ZodNumber>;
1850
+ }, z.core.$strict>]>;
1851
+ }, z.core.$strict> | z.ZodObject<{
1852
+ sensitive: z.ZodOptional<z.ZodBoolean>;
1853
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1854
+ type: z.ZodLiteral<"input_value_equals">;
1855
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1856
+ role: z.ZodOptional<z.ZodString>;
1857
+ name: z.ZodOptional<z.ZodString>;
1858
+ label: z.ZodOptional<z.ZodString>;
1859
+ placeholder: z.ZodOptional<z.ZodString>;
1860
+ testId: z.ZodOptional<z.ZodString>;
1861
+ id: z.ZodOptional<z.ZodString>;
1862
+ attributeName: z.ZodOptional<z.ZodString>;
1863
+ text: z.ZodOptional<z.ZodString>;
1864
+ css: z.ZodOptional<z.ZodString>;
1865
+ frame: z.ZodOptional<z.ZodNumber>;
1866
+ }, z.core.$strict>]>;
1867
+ value: z.ZodString;
1868
+ }, z.core.$strict>, z.ZodObject<{
1869
+ type: z.ZodLiteral<"extraction_created">;
1870
+ key: z.ZodOptional<z.ZodString>;
1871
+ }, z.core.$strict>, z.ZodObject<{
1872
+ type: z.ZodLiteral<"extraction_contains">;
1873
+ key: z.ZodOptional<z.ZodString>;
1874
+ value: z.ZodString;
1875
+ }, z.core.$strict>, z.ZodObject<{
1876
+ type: z.ZodLiteral<"tab_count">;
1877
+ count: z.ZodNumber;
1878
+ }, z.core.$strict>, z.ZodObject<{
1879
+ type: z.ZodLiteral<"extraction_count">;
1880
+ key: z.ZodOptional<z.ZodString>;
1881
+ min: z.ZodNumber;
1882
+ max: z.ZodOptional<z.ZodNumber>;
1883
+ }, z.core.$strict>, ...(z.ZodObject<{
1884
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
1885
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1886
+ role: z.ZodOptional<z.ZodString>;
1887
+ name: z.ZodOptional<z.ZodString>;
1888
+ label: z.ZodOptional<z.ZodString>;
1889
+ placeholder: z.ZodOptional<z.ZodString>;
1890
+ testId: z.ZodOptional<z.ZodString>;
1891
+ id: z.ZodOptional<z.ZodString>;
1892
+ attributeName: z.ZodOptional<z.ZodString>;
1893
+ text: z.ZodOptional<z.ZodString>;
1894
+ css: z.ZodOptional<z.ZodString>;
1895
+ frame: z.ZodOptional<z.ZodNumber>;
1896
+ }, z.core.$strict>]>;
1897
+ }, z.core.$strict> | z.ZodObject<{
1898
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
1899
+ value: z.ZodString;
1900
+ }, z.core.$strict>)[], z.ZodObject<{
1901
+ type: z.ZodLiteral<"network_response">;
1902
+ value: z.ZodString;
1903
+ status: z.ZodOptional<z.ZodNumber>;
1904
+ }, z.core.$strict>, z.ZodObject<{
1905
+ type: z.ZodLiteral<"download_created">;
1906
+ value: z.ZodOptional<z.ZodString>;
1907
+ }, z.core.$strict>, z.ZodObject<{
1908
+ type: z.ZodLiteral<"page_changed">;
1909
+ value: z.ZodString;
1910
+ }, z.core.$strict>], "type">>>;
1911
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
1912
+ type: z.ZodLiteral<"fill" | "press" | "select" | "type">;
1913
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1914
+ role: z.ZodOptional<z.ZodString>;
1915
+ name: z.ZodOptional<z.ZodString>;
1916
+ label: z.ZodOptional<z.ZodString>;
1917
+ placeholder: z.ZodOptional<z.ZodString>;
1918
+ testId: z.ZodOptional<z.ZodString>;
1919
+ id: z.ZodOptional<z.ZodString>;
1920
+ attributeName: z.ZodOptional<z.ZodString>;
1921
+ text: z.ZodOptional<z.ZodString>;
1922
+ css: z.ZodOptional<z.ZodString>;
1923
+ frame: z.ZodOptional<z.ZodNumber>;
1924
+ }, z.core.$strict>]>;
1925
+ value: z.ZodString;
1926
+ }, z.core.$strict> | z.ZodObject<{
1927
+ sensitive: z.ZodOptional<z.ZodBoolean>;
1928
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1929
+ type: z.ZodLiteral<"input_value_equals">;
1930
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1931
+ role: z.ZodOptional<z.ZodString>;
1932
+ name: z.ZodOptional<z.ZodString>;
1933
+ label: z.ZodOptional<z.ZodString>;
1934
+ placeholder: z.ZodOptional<z.ZodString>;
1935
+ testId: z.ZodOptional<z.ZodString>;
1936
+ id: z.ZodOptional<z.ZodString>;
1937
+ attributeName: z.ZodOptional<z.ZodString>;
1938
+ text: z.ZodOptional<z.ZodString>;
1939
+ css: z.ZodOptional<z.ZodString>;
1940
+ frame: z.ZodOptional<z.ZodNumber>;
1941
+ }, z.core.$strict>]>;
1942
+ value: z.ZodString;
1943
+ }, z.core.$strict>, z.ZodObject<{
1944
+ type: z.ZodLiteral<"extraction_created">;
1945
+ key: z.ZodOptional<z.ZodString>;
1946
+ }, z.core.$strict>, z.ZodObject<{
1947
+ type: z.ZodLiteral<"extraction_contains">;
1948
+ key: z.ZodOptional<z.ZodString>;
1949
+ value: z.ZodString;
1950
+ }, z.core.$strict>, z.ZodObject<{
1951
+ type: z.ZodLiteral<"tab_count">;
1952
+ count: z.ZodNumber;
1953
+ }, z.core.$strict>, z.ZodObject<{
1954
+ type: z.ZodLiteral<"extraction_count">;
1955
+ key: z.ZodOptional<z.ZodString>;
1956
+ min: z.ZodNumber;
1957
+ max: z.ZodOptional<z.ZodNumber>;
1958
+ }, z.core.$strict>, ...(z.ZodObject<{
1959
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
1960
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1961
+ role: z.ZodOptional<z.ZodString>;
1962
+ name: z.ZodOptional<z.ZodString>;
1963
+ label: z.ZodOptional<z.ZodString>;
1964
+ placeholder: z.ZodOptional<z.ZodString>;
1965
+ testId: z.ZodOptional<z.ZodString>;
1966
+ id: z.ZodOptional<z.ZodString>;
1967
+ attributeName: z.ZodOptional<z.ZodString>;
1968
+ text: z.ZodOptional<z.ZodString>;
1969
+ css: z.ZodOptional<z.ZodString>;
1970
+ frame: z.ZodOptional<z.ZodNumber>;
1971
+ }, z.core.$strict>]>;
1972
+ }, z.core.$strict> | z.ZodObject<{
1973
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
1974
+ value: z.ZodString;
1975
+ }, z.core.$strict>)[], z.ZodObject<{
1976
+ type: z.ZodLiteral<"network_response">;
1977
+ value: z.ZodString;
1978
+ status: z.ZodOptional<z.ZodNumber>;
1979
+ }, z.core.$strict>, z.ZodObject<{
1980
+ type: z.ZodLiteral<"download_created">;
1981
+ value: z.ZodOptional<z.ZodString>;
1982
+ }, z.core.$strict>, z.ZodObject<{
1983
+ type: z.ZodLiteral<"page_changed">;
1984
+ value: z.ZodString;
1985
+ }, z.core.$strict>], "type">>>;
1986
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
1987
+ type: z.ZodLiteral<"navigate" | "openTab">;
1988
+ url: z.ZodString;
1989
+ }, z.core.$strict> | z.ZodObject<{
1990
+ sensitive: z.ZodOptional<z.ZodBoolean>;
1991
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
1992
+ type: z.ZodLiteral<"input_value_equals">;
1993
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
1994
+ role: z.ZodOptional<z.ZodString>;
1995
+ name: z.ZodOptional<z.ZodString>;
1996
+ label: z.ZodOptional<z.ZodString>;
1997
+ placeholder: z.ZodOptional<z.ZodString>;
1998
+ testId: z.ZodOptional<z.ZodString>;
1999
+ id: z.ZodOptional<z.ZodString>;
2000
+ attributeName: z.ZodOptional<z.ZodString>;
2001
+ text: z.ZodOptional<z.ZodString>;
2002
+ css: z.ZodOptional<z.ZodString>;
2003
+ frame: z.ZodOptional<z.ZodNumber>;
2004
+ }, z.core.$strict>]>;
2005
+ value: z.ZodString;
2006
+ }, z.core.$strict>, z.ZodObject<{
2007
+ type: z.ZodLiteral<"extraction_created">;
2008
+ key: z.ZodOptional<z.ZodString>;
2009
+ }, z.core.$strict>, z.ZodObject<{
2010
+ type: z.ZodLiteral<"extraction_contains">;
2011
+ key: z.ZodOptional<z.ZodString>;
2012
+ value: z.ZodString;
2013
+ }, z.core.$strict>, z.ZodObject<{
2014
+ type: z.ZodLiteral<"tab_count">;
2015
+ count: z.ZodNumber;
2016
+ }, z.core.$strict>, z.ZodObject<{
2017
+ type: z.ZodLiteral<"extraction_count">;
2018
+ key: z.ZodOptional<z.ZodString>;
2019
+ min: z.ZodNumber;
2020
+ max: z.ZodOptional<z.ZodNumber>;
2021
+ }, z.core.$strict>, ...(z.ZodObject<{
2022
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2023
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2024
+ role: z.ZodOptional<z.ZodString>;
2025
+ name: z.ZodOptional<z.ZodString>;
2026
+ label: z.ZodOptional<z.ZodString>;
2027
+ placeholder: z.ZodOptional<z.ZodString>;
2028
+ testId: z.ZodOptional<z.ZodString>;
2029
+ id: z.ZodOptional<z.ZodString>;
2030
+ attributeName: z.ZodOptional<z.ZodString>;
2031
+ text: z.ZodOptional<z.ZodString>;
2032
+ css: z.ZodOptional<z.ZodString>;
2033
+ frame: z.ZodOptional<z.ZodNumber>;
2034
+ }, z.core.$strict>]>;
2035
+ }, z.core.$strict> | z.ZodObject<{
2036
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2037
+ value: z.ZodString;
2038
+ }, z.core.$strict>)[], z.ZodObject<{
2039
+ type: z.ZodLiteral<"network_response">;
2040
+ value: z.ZodString;
2041
+ status: z.ZodOptional<z.ZodNumber>;
2042
+ }, z.core.$strict>, z.ZodObject<{
2043
+ type: z.ZodLiteral<"download_created">;
2044
+ value: z.ZodOptional<z.ZodString>;
2045
+ }, z.core.$strict>, z.ZodObject<{
2046
+ type: z.ZodLiteral<"page_changed">;
2047
+ value: z.ZodString;
2048
+ }, z.core.$strict>], "type">>>;
2049
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2050
+ type: z.ZodLiteral<"upload">;
2051
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2052
+ role: z.ZodOptional<z.ZodString>;
2053
+ name: z.ZodOptional<z.ZodString>;
2054
+ label: z.ZodOptional<z.ZodString>;
2055
+ placeholder: z.ZodOptional<z.ZodString>;
2056
+ testId: z.ZodOptional<z.ZodString>;
2057
+ id: z.ZodOptional<z.ZodString>;
2058
+ attributeName: z.ZodOptional<z.ZodString>;
2059
+ text: z.ZodOptional<z.ZodString>;
2060
+ css: z.ZodOptional<z.ZodString>;
2061
+ frame: z.ZodOptional<z.ZodNumber>;
2062
+ }, z.core.$strict>]>;
2063
+ file: z.ZodString;
2064
+ }, z.core.$strict> | z.ZodObject<{
2065
+ sensitive: z.ZodOptional<z.ZodBoolean>;
2066
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2067
+ type: z.ZodLiteral<"input_value_equals">;
2068
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2069
+ role: z.ZodOptional<z.ZodString>;
2070
+ name: z.ZodOptional<z.ZodString>;
2071
+ label: z.ZodOptional<z.ZodString>;
2072
+ placeholder: z.ZodOptional<z.ZodString>;
2073
+ testId: z.ZodOptional<z.ZodString>;
2074
+ id: z.ZodOptional<z.ZodString>;
2075
+ attributeName: z.ZodOptional<z.ZodString>;
2076
+ text: z.ZodOptional<z.ZodString>;
2077
+ css: z.ZodOptional<z.ZodString>;
2078
+ frame: z.ZodOptional<z.ZodNumber>;
2079
+ }, z.core.$strict>]>;
2080
+ value: z.ZodString;
2081
+ }, z.core.$strict>, z.ZodObject<{
2082
+ type: z.ZodLiteral<"extraction_created">;
2083
+ key: z.ZodOptional<z.ZodString>;
2084
+ }, z.core.$strict>, z.ZodObject<{
2085
+ type: z.ZodLiteral<"extraction_contains">;
2086
+ key: z.ZodOptional<z.ZodString>;
2087
+ value: z.ZodString;
2088
+ }, z.core.$strict>, z.ZodObject<{
2089
+ type: z.ZodLiteral<"tab_count">;
2090
+ count: z.ZodNumber;
2091
+ }, z.core.$strict>, z.ZodObject<{
2092
+ type: z.ZodLiteral<"extraction_count">;
2093
+ key: z.ZodOptional<z.ZodString>;
2094
+ min: z.ZodNumber;
2095
+ max: z.ZodOptional<z.ZodNumber>;
2096
+ }, z.core.$strict>, ...(z.ZodObject<{
2097
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2098
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2099
+ role: z.ZodOptional<z.ZodString>;
2100
+ name: z.ZodOptional<z.ZodString>;
2101
+ label: z.ZodOptional<z.ZodString>;
2102
+ placeholder: z.ZodOptional<z.ZodString>;
2103
+ testId: z.ZodOptional<z.ZodString>;
2104
+ id: z.ZodOptional<z.ZodString>;
2105
+ attributeName: z.ZodOptional<z.ZodString>;
2106
+ text: z.ZodOptional<z.ZodString>;
2107
+ css: z.ZodOptional<z.ZodString>;
2108
+ frame: z.ZodOptional<z.ZodNumber>;
2109
+ }, z.core.$strict>]>;
2110
+ }, z.core.$strict> | z.ZodObject<{
2111
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2112
+ value: z.ZodString;
2113
+ }, z.core.$strict>)[], z.ZodObject<{
2114
+ type: z.ZodLiteral<"network_response">;
2115
+ value: z.ZodString;
2116
+ status: z.ZodOptional<z.ZodNumber>;
2117
+ }, z.core.$strict>, z.ZodObject<{
2118
+ type: z.ZodLiteral<"download_created">;
2119
+ value: z.ZodOptional<z.ZodString>;
2120
+ }, z.core.$strict>, z.ZodObject<{
2121
+ type: z.ZodLiteral<"page_changed">;
2122
+ value: z.ZodString;
2123
+ }, z.core.$strict>], "type">>>;
2124
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2125
+ type: z.ZodLiteral<"download">;
2126
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2127
+ role: z.ZodOptional<z.ZodString>;
2128
+ name: z.ZodOptional<z.ZodString>;
2129
+ label: z.ZodOptional<z.ZodString>;
2130
+ placeholder: z.ZodOptional<z.ZodString>;
2131
+ testId: z.ZodOptional<z.ZodString>;
2132
+ id: z.ZodOptional<z.ZodString>;
2133
+ attributeName: z.ZodOptional<z.ZodString>;
2134
+ text: z.ZodOptional<z.ZodString>;
2135
+ css: z.ZodOptional<z.ZodString>;
2136
+ frame: z.ZodOptional<z.ZodNumber>;
2137
+ }, z.core.$strict>]>;
2138
+ filename: z.ZodOptional<z.ZodString>;
2139
+ }, z.core.$strict> | z.ZodObject<{
2140
+ sensitive: z.ZodOptional<z.ZodBoolean>;
2141
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2142
+ type: z.ZodLiteral<"input_value_equals">;
2143
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2144
+ role: z.ZodOptional<z.ZodString>;
2145
+ name: z.ZodOptional<z.ZodString>;
2146
+ label: z.ZodOptional<z.ZodString>;
2147
+ placeholder: z.ZodOptional<z.ZodString>;
2148
+ testId: z.ZodOptional<z.ZodString>;
2149
+ id: z.ZodOptional<z.ZodString>;
2150
+ attributeName: z.ZodOptional<z.ZodString>;
2151
+ text: z.ZodOptional<z.ZodString>;
2152
+ css: z.ZodOptional<z.ZodString>;
2153
+ frame: z.ZodOptional<z.ZodNumber>;
2154
+ }, z.core.$strict>]>;
2155
+ value: z.ZodString;
2156
+ }, z.core.$strict>, z.ZodObject<{
2157
+ type: z.ZodLiteral<"extraction_created">;
2158
+ key: z.ZodOptional<z.ZodString>;
2159
+ }, z.core.$strict>, z.ZodObject<{
2160
+ type: z.ZodLiteral<"extraction_contains">;
2161
+ key: z.ZodOptional<z.ZodString>;
2162
+ value: z.ZodString;
2163
+ }, z.core.$strict>, z.ZodObject<{
2164
+ type: z.ZodLiteral<"tab_count">;
2165
+ count: z.ZodNumber;
2166
+ }, z.core.$strict>, z.ZodObject<{
2167
+ type: z.ZodLiteral<"extraction_count">;
2168
+ key: z.ZodOptional<z.ZodString>;
2169
+ min: z.ZodNumber;
2170
+ max: z.ZodOptional<z.ZodNumber>;
2171
+ }, z.core.$strict>, ...(z.ZodObject<{
2172
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2173
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2174
+ role: z.ZodOptional<z.ZodString>;
2175
+ name: z.ZodOptional<z.ZodString>;
2176
+ label: z.ZodOptional<z.ZodString>;
2177
+ placeholder: z.ZodOptional<z.ZodString>;
2178
+ testId: z.ZodOptional<z.ZodString>;
2179
+ id: z.ZodOptional<z.ZodString>;
2180
+ attributeName: z.ZodOptional<z.ZodString>;
2181
+ text: z.ZodOptional<z.ZodString>;
2182
+ css: z.ZodOptional<z.ZodString>;
2183
+ frame: z.ZodOptional<z.ZodNumber>;
2184
+ }, z.core.$strict>]>;
2185
+ }, z.core.$strict> | z.ZodObject<{
2186
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2187
+ value: z.ZodString;
2188
+ }, z.core.$strict>)[], z.ZodObject<{
2189
+ type: z.ZodLiteral<"network_response">;
2190
+ value: z.ZodString;
2191
+ status: z.ZodOptional<z.ZodNumber>;
2192
+ }, z.core.$strict>, z.ZodObject<{
2193
+ type: z.ZodLiteral<"download_created">;
2194
+ value: z.ZodOptional<z.ZodString>;
2195
+ }, z.core.$strict>, z.ZodObject<{
2196
+ type: z.ZodLiteral<"page_changed">;
2197
+ value: z.ZodString;
2198
+ }, z.core.$strict>], "type">>>;
2199
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2200
+ type: z.ZodLiteral<"extract">;
2201
+ target: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2202
+ role: z.ZodOptional<z.ZodString>;
2203
+ name: z.ZodOptional<z.ZodString>;
2204
+ label: z.ZodOptional<z.ZodString>;
2205
+ placeholder: z.ZodOptional<z.ZodString>;
2206
+ testId: z.ZodOptional<z.ZodString>;
2207
+ id: z.ZodOptional<z.ZodString>;
2208
+ attributeName: z.ZodOptional<z.ZodString>;
2209
+ text: z.ZodOptional<z.ZodString>;
2210
+ css: z.ZodOptional<z.ZodString>;
2211
+ frame: z.ZodOptional<z.ZodNumber>;
2212
+ }, z.core.$strict>]>>;
2213
+ format: z.ZodDefault<z.ZodEnum<{
2214
+ links: "links";
2215
+ records: "records";
2216
+ table: "table";
2217
+ text: "text";
2218
+ }>>;
2219
+ key: z.ZodDefault<z.ZodString>;
2220
+ match: z.ZodOptional<z.ZodString>;
2221
+ limit: z.ZodOptional<z.ZodNumber>;
2222
+ fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
2223
+ css: z.ZodString;
2224
+ attribute: z.ZodDefault<z.ZodEnum<{
2225
+ href: "href";
2226
+ src: "src";
2227
+ text: "text";
2228
+ title: "title";
2229
+ value: "value";
2230
+ }>>;
2231
+ }, z.core.$strict>>>;
2232
+ }, z.core.$strict> | z.ZodObject<{
2233
+ sensitive: z.ZodOptional<z.ZodBoolean>;
2234
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2235
+ type: z.ZodLiteral<"input_value_equals">;
2236
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2237
+ role: z.ZodOptional<z.ZodString>;
2238
+ name: z.ZodOptional<z.ZodString>;
2239
+ label: z.ZodOptional<z.ZodString>;
2240
+ placeholder: z.ZodOptional<z.ZodString>;
2241
+ testId: z.ZodOptional<z.ZodString>;
2242
+ id: z.ZodOptional<z.ZodString>;
2243
+ attributeName: z.ZodOptional<z.ZodString>;
2244
+ text: z.ZodOptional<z.ZodString>;
2245
+ css: z.ZodOptional<z.ZodString>;
2246
+ frame: z.ZodOptional<z.ZodNumber>;
2247
+ }, z.core.$strict>]>;
2248
+ value: z.ZodString;
2249
+ }, z.core.$strict>, z.ZodObject<{
2250
+ type: z.ZodLiteral<"extraction_created">;
2251
+ key: z.ZodOptional<z.ZodString>;
2252
+ }, z.core.$strict>, z.ZodObject<{
2253
+ type: z.ZodLiteral<"extraction_contains">;
2254
+ key: z.ZodOptional<z.ZodString>;
2255
+ value: z.ZodString;
2256
+ }, z.core.$strict>, z.ZodObject<{
2257
+ type: z.ZodLiteral<"tab_count">;
2258
+ count: z.ZodNumber;
2259
+ }, z.core.$strict>, z.ZodObject<{
2260
+ type: z.ZodLiteral<"extraction_count">;
2261
+ key: z.ZodOptional<z.ZodString>;
2262
+ min: z.ZodNumber;
2263
+ max: z.ZodOptional<z.ZodNumber>;
2264
+ }, z.core.$strict>, ...(z.ZodObject<{
2265
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2266
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2267
+ role: z.ZodOptional<z.ZodString>;
2268
+ name: z.ZodOptional<z.ZodString>;
2269
+ label: z.ZodOptional<z.ZodString>;
2270
+ placeholder: z.ZodOptional<z.ZodString>;
2271
+ testId: z.ZodOptional<z.ZodString>;
2272
+ id: z.ZodOptional<z.ZodString>;
2273
+ attributeName: z.ZodOptional<z.ZodString>;
2274
+ text: z.ZodOptional<z.ZodString>;
2275
+ css: z.ZodOptional<z.ZodString>;
2276
+ frame: z.ZodOptional<z.ZodNumber>;
2277
+ }, z.core.$strict>]>;
2278
+ }, z.core.$strict> | z.ZodObject<{
2279
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2280
+ value: z.ZodString;
2281
+ }, z.core.$strict>)[], z.ZodObject<{
2282
+ type: z.ZodLiteral<"network_response">;
2283
+ value: z.ZodString;
2284
+ status: z.ZodOptional<z.ZodNumber>;
2285
+ }, z.core.$strict>, z.ZodObject<{
2286
+ type: z.ZodLiteral<"download_created">;
2287
+ value: z.ZodOptional<z.ZodString>;
2288
+ }, z.core.$strict>, z.ZodObject<{
2289
+ type: z.ZodLiteral<"page_changed">;
2290
+ value: z.ZodString;
2291
+ }, z.core.$strict>], "type">>>;
2292
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2293
+ type: z.ZodLiteral<"wait">;
2294
+ condition: z.ZodDiscriminatedUnion<[z.ZodObject<{
2295
+ type: z.ZodLiteral<"input_value_equals">;
2296
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2297
+ role: z.ZodOptional<z.ZodString>;
2298
+ name: z.ZodOptional<z.ZodString>;
2299
+ label: z.ZodOptional<z.ZodString>;
2300
+ placeholder: z.ZodOptional<z.ZodString>;
2301
+ testId: z.ZodOptional<z.ZodString>;
2302
+ id: z.ZodOptional<z.ZodString>;
2303
+ attributeName: z.ZodOptional<z.ZodString>;
2304
+ text: z.ZodOptional<z.ZodString>;
2305
+ css: z.ZodOptional<z.ZodString>;
2306
+ frame: z.ZodOptional<z.ZodNumber>;
2307
+ }, z.core.$strict>]>;
2308
+ value: z.ZodString;
2309
+ }, z.core.$strict>, z.ZodObject<{
2310
+ type: z.ZodLiteral<"extraction_created">;
2311
+ key: z.ZodOptional<z.ZodString>;
2312
+ }, z.core.$strict>, z.ZodObject<{
2313
+ type: z.ZodLiteral<"extraction_contains">;
2314
+ key: z.ZodOptional<z.ZodString>;
2315
+ value: z.ZodString;
2316
+ }, z.core.$strict>, z.ZodObject<{
2317
+ type: z.ZodLiteral<"tab_count">;
2318
+ count: z.ZodNumber;
2319
+ }, z.core.$strict>, z.ZodObject<{
2320
+ type: z.ZodLiteral<"extraction_count">;
2321
+ key: z.ZodOptional<z.ZodString>;
2322
+ min: z.ZodNumber;
2323
+ max: z.ZodOptional<z.ZodNumber>;
2324
+ }, z.core.$strict>, ...(z.ZodObject<{
2325
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2326
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2327
+ role: z.ZodOptional<z.ZodString>;
2328
+ name: z.ZodOptional<z.ZodString>;
2329
+ label: z.ZodOptional<z.ZodString>;
2330
+ placeholder: z.ZodOptional<z.ZodString>;
2331
+ testId: z.ZodOptional<z.ZodString>;
2332
+ id: z.ZodOptional<z.ZodString>;
2333
+ attributeName: z.ZodOptional<z.ZodString>;
2334
+ text: z.ZodOptional<z.ZodString>;
2335
+ css: z.ZodOptional<z.ZodString>;
2336
+ frame: z.ZodOptional<z.ZodNumber>;
2337
+ }, z.core.$strict>]>;
2338
+ }, z.core.$strict> | z.ZodObject<{
2339
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2340
+ value: z.ZodString;
2341
+ }, z.core.$strict>)[], z.ZodObject<{
2342
+ type: z.ZodLiteral<"network_response">;
2343
+ value: z.ZodString;
2344
+ status: z.ZodOptional<z.ZodNumber>;
2345
+ }, z.core.$strict>, z.ZodObject<{
2346
+ type: z.ZodLiteral<"download_created">;
2347
+ value: z.ZodOptional<z.ZodString>;
2348
+ }, z.core.$strict>, z.ZodObject<{
2349
+ type: z.ZodLiteral<"page_changed">;
2350
+ value: z.ZodString;
2351
+ }, z.core.$strict>], "type">;
2352
+ }, z.core.$strict> | z.ZodObject<{
2353
+ sensitive: z.ZodOptional<z.ZodBoolean>;
2354
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2355
+ type: z.ZodLiteral<"input_value_equals">;
2356
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2357
+ role: z.ZodOptional<z.ZodString>;
2358
+ name: z.ZodOptional<z.ZodString>;
2359
+ label: z.ZodOptional<z.ZodString>;
2360
+ placeholder: z.ZodOptional<z.ZodString>;
2361
+ testId: z.ZodOptional<z.ZodString>;
2362
+ id: z.ZodOptional<z.ZodString>;
2363
+ attributeName: z.ZodOptional<z.ZodString>;
2364
+ text: z.ZodOptional<z.ZodString>;
2365
+ css: z.ZodOptional<z.ZodString>;
2366
+ frame: z.ZodOptional<z.ZodNumber>;
2367
+ }, z.core.$strict>]>;
2368
+ value: z.ZodString;
2369
+ }, z.core.$strict>, z.ZodObject<{
2370
+ type: z.ZodLiteral<"extraction_created">;
2371
+ key: z.ZodOptional<z.ZodString>;
2372
+ }, z.core.$strict>, z.ZodObject<{
2373
+ type: z.ZodLiteral<"extraction_contains">;
2374
+ key: z.ZodOptional<z.ZodString>;
2375
+ value: z.ZodString;
2376
+ }, z.core.$strict>, z.ZodObject<{
2377
+ type: z.ZodLiteral<"tab_count">;
2378
+ count: z.ZodNumber;
2379
+ }, z.core.$strict>, z.ZodObject<{
2380
+ type: z.ZodLiteral<"extraction_count">;
2381
+ key: z.ZodOptional<z.ZodString>;
2382
+ min: z.ZodNumber;
2383
+ max: z.ZodOptional<z.ZodNumber>;
2384
+ }, z.core.$strict>, ...(z.ZodObject<{
2385
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2386
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2387
+ role: z.ZodOptional<z.ZodString>;
2388
+ name: z.ZodOptional<z.ZodString>;
2389
+ label: z.ZodOptional<z.ZodString>;
2390
+ placeholder: z.ZodOptional<z.ZodString>;
2391
+ testId: z.ZodOptional<z.ZodString>;
2392
+ id: z.ZodOptional<z.ZodString>;
2393
+ attributeName: z.ZodOptional<z.ZodString>;
2394
+ text: z.ZodOptional<z.ZodString>;
2395
+ css: z.ZodOptional<z.ZodString>;
2396
+ frame: z.ZodOptional<z.ZodNumber>;
2397
+ }, z.core.$strict>]>;
2398
+ }, z.core.$strict> | z.ZodObject<{
2399
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2400
+ value: z.ZodString;
2401
+ }, z.core.$strict>)[], z.ZodObject<{
2402
+ type: z.ZodLiteral<"network_response">;
2403
+ value: z.ZodString;
2404
+ status: z.ZodOptional<z.ZodNumber>;
2405
+ }, z.core.$strict>, z.ZodObject<{
2406
+ type: z.ZodLiteral<"download_created">;
2407
+ value: z.ZodOptional<z.ZodString>;
2408
+ }, z.core.$strict>, z.ZodObject<{
2409
+ type: z.ZodLiteral<"page_changed">;
2410
+ value: z.ZodString;
2411
+ }, z.core.$strict>], "type">>>;
2412
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2413
+ type: z.ZodLiteral<"scroll">;
2414
+ target: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2415
+ role: z.ZodOptional<z.ZodString>;
2416
+ name: z.ZodOptional<z.ZodString>;
2417
+ label: z.ZodOptional<z.ZodString>;
2418
+ placeholder: z.ZodOptional<z.ZodString>;
2419
+ testId: z.ZodOptional<z.ZodString>;
2420
+ id: z.ZodOptional<z.ZodString>;
2421
+ attributeName: z.ZodOptional<z.ZodString>;
2422
+ text: z.ZodOptional<z.ZodString>;
2423
+ css: z.ZodOptional<z.ZodString>;
2424
+ frame: z.ZodOptional<z.ZodNumber>;
2425
+ }, z.core.$strict>]>>;
2426
+ direction: z.ZodDefault<z.ZodEnum<{
2427
+ down: "down";
2428
+ up: "up";
2429
+ }>>;
2430
+ pixels: z.ZodDefault<z.ZodNumber>;
2431
+ }, z.core.$strict> | z.ZodObject<{
2432
+ sensitive: z.ZodOptional<z.ZodBoolean>;
2433
+ verify: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2434
+ type: z.ZodLiteral<"input_value_equals">;
2435
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2436
+ role: z.ZodOptional<z.ZodString>;
2437
+ name: z.ZodOptional<z.ZodString>;
2438
+ label: z.ZodOptional<z.ZodString>;
2439
+ placeholder: z.ZodOptional<z.ZodString>;
2440
+ testId: z.ZodOptional<z.ZodString>;
2441
+ id: z.ZodOptional<z.ZodString>;
2442
+ attributeName: z.ZodOptional<z.ZodString>;
2443
+ text: z.ZodOptional<z.ZodString>;
2444
+ css: z.ZodOptional<z.ZodString>;
2445
+ frame: z.ZodOptional<z.ZodNumber>;
2446
+ }, z.core.$strict>]>;
2447
+ value: z.ZodString;
2448
+ }, z.core.$strict>, z.ZodObject<{
2449
+ type: z.ZodLiteral<"extraction_created">;
2450
+ key: z.ZodOptional<z.ZodString>;
2451
+ }, z.core.$strict>, z.ZodObject<{
2452
+ type: z.ZodLiteral<"extraction_contains">;
2453
+ key: z.ZodOptional<z.ZodString>;
2454
+ value: z.ZodString;
2455
+ }, z.core.$strict>, z.ZodObject<{
2456
+ type: z.ZodLiteral<"tab_count">;
2457
+ count: z.ZodNumber;
2458
+ }, z.core.$strict>, z.ZodObject<{
2459
+ type: z.ZodLiteral<"extraction_count">;
2460
+ key: z.ZodOptional<z.ZodString>;
2461
+ min: z.ZodNumber;
2462
+ max: z.ZodOptional<z.ZodNumber>;
2463
+ }, z.core.$strict>, ...(z.ZodObject<{
2464
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2465
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2466
+ role: z.ZodOptional<z.ZodString>;
2467
+ name: z.ZodOptional<z.ZodString>;
2468
+ label: z.ZodOptional<z.ZodString>;
2469
+ placeholder: z.ZodOptional<z.ZodString>;
2470
+ testId: z.ZodOptional<z.ZodString>;
2471
+ id: z.ZodOptional<z.ZodString>;
2472
+ attributeName: z.ZodOptional<z.ZodString>;
2473
+ text: z.ZodOptional<z.ZodString>;
2474
+ css: z.ZodOptional<z.ZodString>;
2475
+ frame: z.ZodOptional<z.ZodNumber>;
2476
+ }, z.core.$strict>]>;
2477
+ }, z.core.$strict> | z.ZodObject<{
2478
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2479
+ value: z.ZodString;
2480
+ }, z.core.$strict>)[], z.ZodObject<{
2481
+ type: z.ZodLiteral<"network_response">;
2482
+ value: z.ZodString;
2483
+ status: z.ZodOptional<z.ZodNumber>;
2484
+ }, z.core.$strict>, z.ZodObject<{
2485
+ type: z.ZodLiteral<"download_created">;
2486
+ value: z.ZodOptional<z.ZodString>;
2487
+ }, z.core.$strict>, z.ZodObject<{
2488
+ type: z.ZodLiteral<"page_changed">;
2489
+ value: z.ZodString;
2490
+ }, z.core.$strict>], "type">>>;
2491
+ timeoutMs: z.ZodOptional<z.ZodNumber>;
2492
+ type: z.ZodLiteral<"back" | "closeTab" | "forward" | "reload">;
2493
+ }, z.core.$strict>)[]], "type">>;
2494
+ completion: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
2495
+ type: z.ZodLiteral<"input_value_equals">;
2496
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2497
+ role: z.ZodOptional<z.ZodString>;
2498
+ name: z.ZodOptional<z.ZodString>;
2499
+ label: z.ZodOptional<z.ZodString>;
2500
+ placeholder: z.ZodOptional<z.ZodString>;
2501
+ testId: z.ZodOptional<z.ZodString>;
2502
+ id: z.ZodOptional<z.ZodString>;
2503
+ attributeName: z.ZodOptional<z.ZodString>;
2504
+ text: z.ZodOptional<z.ZodString>;
2505
+ css: z.ZodOptional<z.ZodString>;
2506
+ frame: z.ZodOptional<z.ZodNumber>;
2507
+ }, z.core.$strict>]>;
2508
+ value: z.ZodString;
2509
+ }, z.core.$strict>, z.ZodObject<{
2510
+ type: z.ZodLiteral<"extraction_created">;
2511
+ key: z.ZodOptional<z.ZodString>;
2512
+ }, z.core.$strict>, z.ZodObject<{
2513
+ type: z.ZodLiteral<"extraction_contains">;
2514
+ key: z.ZodOptional<z.ZodString>;
2515
+ value: z.ZodString;
2516
+ }, z.core.$strict>, z.ZodObject<{
2517
+ type: z.ZodLiteral<"tab_count">;
2518
+ count: z.ZodNumber;
2519
+ }, z.core.$strict>, z.ZodObject<{
2520
+ type: z.ZodLiteral<"extraction_count">;
2521
+ key: z.ZodOptional<z.ZodString>;
2522
+ min: z.ZodNumber;
2523
+ max: z.ZodOptional<z.ZodNumber>;
2524
+ }, z.core.$strict>, ...(z.ZodObject<{
2525
+ type: z.ZodLiteral<"checkbox_checked" | "element_exists" | "element_not_visible" | "element_visible" | "form_submitted">;
2526
+ target: z.ZodUnion<readonly [z.ZodString, z.ZodObject<{
2527
+ role: z.ZodOptional<z.ZodString>;
2528
+ name: z.ZodOptional<z.ZodString>;
2529
+ label: z.ZodOptional<z.ZodString>;
2530
+ placeholder: z.ZodOptional<z.ZodString>;
2531
+ testId: z.ZodOptional<z.ZodString>;
2532
+ id: z.ZodOptional<z.ZodString>;
2533
+ attributeName: z.ZodOptional<z.ZodString>;
2534
+ text: z.ZodOptional<z.ZodString>;
2535
+ css: z.ZodOptional<z.ZodString>;
2536
+ frame: z.ZodOptional<z.ZodNumber>;
2537
+ }, z.core.$strict>]>;
2538
+ }, z.core.$strict> | z.ZodObject<{
2539
+ type: z.ZodLiteral<"text_disappeared" | "text_exists" | "title_changed" | "url_contains" | "url_equals">;
2540
+ value: z.ZodString;
2541
+ }, z.core.$strict>)[], z.ZodObject<{
2542
+ type: z.ZodLiteral<"network_response">;
2543
+ value: z.ZodString;
2544
+ status: z.ZodOptional<z.ZodNumber>;
2545
+ }, z.core.$strict>, z.ZodObject<{
2546
+ type: z.ZodLiteral<"download_created">;
2547
+ value: z.ZodOptional<z.ZodString>;
2548
+ }, z.core.$strict>, z.ZodObject<{
2549
+ type: z.ZodLiteral<"page_changed">;
2550
+ value: z.ZodString;
2551
+ }, z.core.$strict>], "type">>;
2552
+ continue: z.ZodDefault<z.ZodBoolean>;
2553
+ }, z.core.$strict>;
1712
2554
  export type Plan = z.infer<typeof PlanSchema>;
1713
2555
  export declare const RepairSchema: z.ZodObject<{
1714
2556
  actions: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{