Function get_dropdown_options
- get_dropdown_options(
xpath?: string,
highlightIndex?: number,
):
| {
id?: string;
name?: string;
options: { index: number; text: string; value?: string }[];
}
| null Parameters
Optional
xpath: stringOptional
highlightIndex: number
Returns
| {
id?: string;
name?: string;
options: { index: number; text: string; value?: string }[];
}
| null