1. UI element operations #
- clicknium.find_element: return the UI element defined by the given locator.
- clicknium.find_elements: return list of all matched Web elements by the given locator.
- clicknium.is_existing: check whether the UI element exists or not
- clicknium.wait_appear: wait for the UI element to appear and return it within specified timeout.
- clicknium.wait_disappear: wait for the UI element to disappear within specified timeout.
2. Global operations #
- clicknium.send_hotkey: send hotkey to the cursor’s current position.
- clicknium.send_text: send text to the cursor’s current position.
- clicknium.get_screenshot: saves a screenshot of the current window to an image file.