Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 4 articles
  • 65 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software Sikuli

Automate Anything: Using Sikuli and Python + Real Examples!

Automate anything visible on the screen using Python and Sikulix on Win, Mac, Linux
Bestseller
Rating: 4.7 out of 54.7 (42 ratings)
216 students
Created by Ivomir Assi
Last updated 11/2020
English
30-Day Money-Back Guarantee

What you'll learn

  • Expert level understanding of Sikuli Tool
  • Automate anything visible on the screen
  • Automate anything on Windows, Mac and Linux
  • Automate Web, Desktop, Mobile applications
  • Basic Python scripting
  • Automate Manual Testing with Python
  • Automate Daily Admin/Repetitive Tasks
  • Ready to face interviews on Sikuli tool

Requirements

  • Very basic programming knowledge

Description

Hello and welcome to the Amazing world of Sikuli Automation.

This course is an introduction to Sikuli, a tool that lets you automate anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code. You can easily Automate the Boring Stuff with Python Programming.

What is SikuliX?

  • Sikuli automates anything visible on the screen of your computer running Windows, Mac or some Linux/Unix

  • It uses image recognition to identify and control GUI components, like a real user.

  • It can run the mouse and the keyboard to interact with the identified GUI elements through image recognition

  • Sikuli comes with basic text recognition that can be used to search text in images.

  • Sikuli was developed at the User Interface Design Group at MIT

  • Sikuli has an OCR-mode, in which image matches are performed after converting those image patterns to text. The OCR-functionality is powered by Tesseract, an open-source optical character recognition engine whose development is sponsored by Google.

Who this course is for:

  • Anyone interested in programming
  • Automation Testers who wants to learn new Universal Automation Tool with image recognition - no more XPaths issues
  • Manual Testers who wants to become Automation Engineers (QAs)
  • Anyone interested in Automating manual processes
  • Anyone who has a lot of administrative tasks that needs to get automated

Featured review

Julio Cefnar Auyon
Julio Cefnar Auyon
80 courses
21 reviews
Rating: 4.5 out of 55 months ago
I really learned a lot. I took the course on Aug 2020 and it was all I needed, it got me started to build my own projects. I had searched for other courses and none of them offered not even half of the content this one has. It is clear that the author made an effort to include many details and what's more important examples on how to do real life things.

Course content

13 sections • 98 lectures • 5h 37m total length

  • Preview04:43
  • Join Our Online Community
    00:15
  • What is Sikuli?
    02:08
  • Preview02:46

  • Overview
    00:28
  • Requirements
    00:58
  • Install Sikuli on Windows
    03:00
  • Install Sikuli on Mac
    01:16
  • Install Sikuli on Linux (Ubuntu16.04x64)
    03:43
  • Resolution
    02:04
  • Scaling | DPI | Zoom
    02:07

  • Interface Overview
    01:19
  • Take Screenshot
    02:45
  • Code Editor
    01:13
  • Output
    00:21
  • Command List (left panel)
    00:41
  • Ribbon
    00:35
  • Preferences
    03:50
  • Sikuli Script Folder
    02:35

  • Overview
    00:29
  • Click
    04:31
  • Type
    01:57
  • Wait
    02:41
  • DragDrop
    02:41
  • *Find & Highlight
    01:48

  • Overview
    00:19
  • Matching Preview (Similarity)
    06:21
  • Target Offset
    03:24

  • Overview
    00:22
  • Preview07:07
  • DoubleClick
    01:25
  • RightClick
    00:58
  • Hover
    01:06
  • DragDrop
    02:20
  • Mouse Up/Down
    02:23
  • MouseMove
    01:56
  • Scrolling
    03:26

  • Overview
    00:29
  • Type
    03:54
  • Special Keys (Ctrl, Shift, Tab, Esc)
    01:42
  • Press Single Key
    03:10
  • Press Key Combinations – Copy & Paste
    05:41
  • Scrolling
    01:48

  • Overview
    01:06
  • Introduction to Python/Jython
    04:21
  • Data Types & Variables
    07:48
  • ------ Conditional Statements -----
    00:03
  • If
    06:39
  • Preview07:49
  • If, Elif, Else
    05:24
  • --------------- Loops ---------------
    00:03
  • Loops: Overview
    00:23
  • For Loop
    09:44
  • Range Function
    07:09
  • While Loop
    09:01
  • While vs For Loops
    02:29
  • While Infinite Loop
    01:51

  • Overview
    00:25
  • Find
    02:53
  • FindAll
    02:41
  • Wait
    05:40
  • WaitVanish
    03:33
  • Exists
    04:41

  • Overview
    00:16
  • Popup
    00:45
  • PopError
    00:41
  • PopAsk
    01:26
  • Select
    02:27
  • Input
    01:15

Instructor

Ivomir Assi
Technical Trainer | Automation Engineer | CI/CD | Jenkins
Ivomir Assi
  • 4.7 Instructor Rating
  • 42 Reviews
  • 216 Students
  • 1 Course

Ivomir is an instructor with over 20 fully automated production projects under his belt. He's done it all - desktop, web, mobile, and OS work on Windows, Mac, and Linux. To elevate and support his outstanding automation work even further, he's gained significant expertise in CI/CD and Jenkins.


His professional career started at Telerik, later acquired by Progress Software. At this challenging and extremely dev-centered environment, he grew to become a Senior Automation QA Engineer. Inspired by the long-running teaching tradition in his family, just 2 years into his professional path, he started to teach at a software academy. A true believer in the power of knowledge sharing, he frequently delivers presentations for the local IT community in a variety of topics such as Quality Assurance, IoT, and DevOps.


Ivomir believes that everything should be done in a very simple and effective way, but most courses and tools in automation are too complex and often solve a specific problem. Therefore, he decided to create "Automate Anything: Using Sikuli and Python + Real Examples!" course on Udemy. He is also planning to transfer his “Complete Python Automation QA Engineer: from Zero to Hero” course, developed for a local software academy, to Udemy.


Outside of his passion for automation and teaching, he loves to spend his time outdoors - traveling, exploring new cultures, and practicing extreme sports and aviation. A licensed pilot, ski instructor, and kite surfer, you'll often find him in the wild, pushing himself out of all comfort zones.

See you inside the courses!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.