Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute instructions from two events simultaneously / parrallely. #547

Open
1 task done
Supreme-Darkness opened this issue Nov 18, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@Supreme-Darkness
Copy link

Supreme-Darkness commented Nov 18, 2024

Describe the feature

I am not sure if the keep executing option is working. What I did was very simple.

  1. I created event_1 and asked the software to detect image_1 which is on screen_1. Once image_1 is detected, i asked it to click on a specific place and wait for 2 seconds. Then click on another specific place and wait for 2 seconds and so on.

  2. Everytime it clicked as per instructions in (1.) image_2 will show on screen_2.

  3. Then, I created an event_2 to detect image_2 on screen_2, and i asked it to click on a specific position on screen_2 when image_2 is detected.

  4. Event_2 will do the desired click and screen_1 will show again.

  5. So ideally flow should be like,
    Event_1 does its first click, waits 2 seconds,
    Image_2 on screen_2 pops up while event_1 is waiting.
    Event_2 will see image_2 on screen_2 and it will click.
    This will show screen_1 again.
    2 seconds wait will be over and the event_1 will continue it's execution from where it left (click 2).
    then event_2 will again do it's click.

  6. But in reality event_2 never executes and event_1 keeps clicking.

What I am saying is, this programme stops detection for other image events when one event is running it's instructions.

And even if it keeps checking and detecting for other image events while one event is running, it surely doesn't execute any instructions from another event as long as event 1 is running it's own instructions.

Describe the usage

This will allow component use and stop long list of actions for repatative use. Like, auto accepting confirmation dialogs, when clicking on a screen.

Is it a duplicate?

  • There is no duplicates
@Supreme-Darkness Supreme-Darkness added the enhancement New feature or request label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant