docs: getElementInformation comment docs
This commit is contained in:
@@ -49,7 +49,14 @@ export const getRect = async (page: Page, coordinates: Coordinates) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Checks the basic info about an element and returns a {@link BaseActionInfo} object.
|
||||||
|
* If the element is not found, returns undefined.
|
||||||
|
* @param page The page instance.
|
||||||
|
* @param coordinates Coordinates of an element.
|
||||||
|
* @category WorkflowManagement-Selectors
|
||||||
|
* @returns {Promise<BaseActionInfo|undefined>}
|
||||||
|
*/
|
||||||
export const getElementInformation = async (
|
export const getElementInformation = async (
|
||||||
page: Page,
|
page: Page,
|
||||||
coordinates: Coordinates
|
coordinates: Coordinates
|
||||||
|
|||||||
Reference in New Issue
Block a user