Skip to main content

auto clicking and writing

Project description

Automation-vision

This package is use for auto clicking and auto writing

Quickstart

pip install Automation-vision==0.1

requirements

  • Operating System
    • Windows
  • Programming Language
    • python 3.7

Usage

  • First open this link link make sure it remain open
  • then
from Auto import Automation

app='Sample Web Form - ClickDimensions - Google Chrome'
dictionary_data=Automation.Get_RT_app_elements('Vision-179',app)
action='write'
Automation.add_action(action,dictionary_data,app,label_='*First name:',enter_text='test1')
Automation.add_action(action,dictionary_data,app,label_='*Last name:',enter_text='test')
Automation.add_action(action,dictionary_data,app,label_='*Email:',enter_text='test@gmail.com')
Automation.add_action(action,dictionary_data,app,label_='*Company:',enter_text='Expert')
Automation.add_action(action,dictionary_data,app,label_='City:',enter_text='islamabad')
Automation.add_action('click',dictionary_data,app,label_='*Country:',enter_text='test')
Automation.add_action('click',dictionary_data,app,label_='*Country:')
Automation.add_action(action,dictionary_data,app,label_='Phone:',enter_text='00000000')
Automation.add_action('click',dictionary_data,app,label_='Sign-up to receive our monthly newsletter?')

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Automation_vision-0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

Automation_vision-0.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page