Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.25 KB

File metadata and controls

34 lines (26 loc) · 1.25 KB

Sikuli Concept Demonstration

Introduction

This repository showcases the Sikuli concept, which allows for the automation of graphical user interfaces (GUIs) using image recognition. In this demonstration, we will show how to automate a web page interaction using Sikuli, with a YouTube video embedded as part of the demonstration.

Prerequisites

  • Java Runtime Environment (JRE) installed
  • SikuliX installed
  • A web browser (e.g., Chrome, Firefox)
  • Internet connection to access the YouTube video

Getting Started

  1. Clone this repository:
    git clone https://github.com/arvind-git-code/SikuliConceptTest.git
    cd SikuliConceptTest
    

Script Explanation

The Sikuli script (SikuliConceptTest) performs the following actions:

  • Locates the web browser window.
  • Searches for the YouTube video play button.
  • Clicks on the play button to start the video.

Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Connect with me