MCPcopy
hub / github.com/VibiumDev/vibium / SelectorOptions

Interface SelectorOptions

clients/javascript/src/element.ts:23–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23export interface SelectorOptions {
24 role?: string;
25 text?: string;
26 label?: string;
27 placeholder?: string;
28 alt?: string;
29 title?: string;
30 testid?: string;
31 xpath?: string;
32 near?: string;
33 timeout?: number;
34}
35
36export class Element {
37 private client: BiDiClient;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected