clicknium-docs
clicknium-docs copied to clipboard
A next-generation GUI automation framework for Web and Desktop Application Testing and Automation.
In docs "How to Deliver Executable File/Script" Clicknium Project Package and PyInstaller are used.
I would like to ask some questions about the tool. When selecting the element, a ".locator" folder is generated in the root folder of the project, knowing that if I...
Greetings. Thank you for this awesome package. But i can't find docs for Win applications, especially for manipulating multiple applications with same name. Is it possible? If yes - could...
vmlogin browser can install clicknium extension, but how clicknium work with vmlogin browser by python code ?
**When clicknium is used to automatically log in to the website,how to get the login cookie value thanks**
I wrote a simple Clicknium script that downloads icons from [Iconify](https://icon-sets.iconify.design/fluent-mdl2/accept/). Here's the script: ```py from time import sleep from clicknium import clicknium as cc, locator def main(): tab =...
This is a login password input field, validate failed with message "Failed to locate the target application." Any comments? not sure what's the issue, and how to continue?

Clicknium is a commercial software now? 
System.NotSupportedException: Specified method is not supported. at Clicknium.Wrapper.UiElementApp.d__4.MoveNext() at Python.Runtime.Iterator.tp_iternext(BorrowedReference ob) for chrome_window in cc.find_elements(locator.chrome.usvisascheduling.body_no_js):