GithubHelp home page GithubHelp logo

clicknium / clicknium-samples Goto Github PK

View Code? Open in Web Editor NEW
26.0 0.0 7.0 7.17 MB

Clicknium Python automation Samples

License: Apache License 2.0

Python 100.00%
autohotkey automated-testing howto-tutorial python rpa scraper scraping-websites selenium

clicknium-samples's Introduction

clicknium-samples

This repository contains many python projects/scripts to use Clicknium automations.

clicknium-samples's People

Contributors

diceyclickcorp avatar luluyu2022 avatar xiaoxinbo118 avatar yongjuntian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

clicknium-samples's Issues

clicknium can't identify windows pop-up window?

I need to automatically operate the pop-up window of Windows desktop software in the crawler, in the middle of the pop-up window is a list of users, below is the confirm and cancel buttons, I need to identify the pop-up pop-up window, then click the specified user in the user list, and finally confirm. The pop-up title was selected using clicknium's selector, and the user in the list could recognize it with the "validate" button, but the pop-up content was not recognized when the code ran until this time, and tried to change to IA or image recognition technology, but it had no effect

Mac vscode extensions always loading

image

i installed clicknium module, but Clicknium explorer Always loading...like the pic

vscodeVersion = 1.80

pythonVersion = 3.9.6

clickniumVersion = 0.1.15

Java Extension can't be installed

I finish install Java Extension however when using the Clicknium recorder it appears that Java Extension isn't installed.

Start to install Java extension...
Try scanning java installation folder under Program Files
Java extension installation finished.

Java application detected, please install the Java extension
Error

Converting python clicknium example with pyinstaller

Hello,

I have just prepared simple script importing clicknium and printing something:

script_example.py:

  from clicknium import clicknium as cc
  print(cc.edge.browsers)

The script is working when running as python file.

I want to prepare .exe file by using pyinstaller.

So I have prepared spec file:

pyi-makespec spec_file script_example.py

After running command with created spec_file.spec:

pyinstaller spec_file_name.spec

The pyinstaller is creating the .exe file.

After running created .exe file I got an error:

System.IO.FileNotFoundException: Unable to find assembly 'C:\Users\user_1\AppData\Local\Temp\_MEI197042\clicknium\.lib\automation\ClickniumJavaBridge-32.dll'

Could you help me with above?

clicknium==0.1.9
pyinstaller==5.4.1

No module named tkinter

Hello,
I have just followed the project management tutorial
https://www.clicknium.com/documents/tutorial/vscode/project_management
And I have tried to add tkinter module to the app.py:

from clicknium import clicknium as cc, locator, ui
import tkinter

def main():
    pass

if __name__ == "__main__":
    main()

Unfortunately I got an error:
ImportError: No module named tkinter

tkinter is the standard python gui library. And should be installed with python Why it's not importing?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.