chore: mv mask code to folder
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
* Designed to be independent of LLM and can be tested in unit tests.
|
* Designed to be independent of LLM and can be tested in unit tests.
|
||||||
* All public methods are async for potential remote calling support.
|
* All public methods are async for potential remote calling support.
|
||||||
*/
|
*/
|
||||||
import { SimulatorMask } from './SimulatorMask'
|
|
||||||
import {
|
import {
|
||||||
clickElement,
|
clickElement,
|
||||||
getElementByIndex,
|
getElementByIndex,
|
||||||
@@ -19,6 +18,7 @@ import { VIEWPORT_EXPANSION } from './constants'
|
|||||||
import * as dom from './dom'
|
import * as dom from './dom'
|
||||||
import type { FlatDomTree, InteractiveElementDomNode } from './dom/dom_tree/type'
|
import type { FlatDomTree, InteractiveElementDomNode } from './dom/dom_tree/type'
|
||||||
import { getPageInfo } from './dom/getPageInfo'
|
import { getPageInfo } from './dom/getPageInfo'
|
||||||
|
import { SimulatorMask } from './mask/SimulatorMask'
|
||||||
import { patchReact } from './patches/react'
|
import { patchReact } from './patches/react'
|
||||||
|
|
||||||
export { SimulatorMask }
|
export { SimulatorMask }
|
||||||
|
|||||||
Reference in New Issue
Block a user