-
Notifications
You must be signed in to change notification settings - Fork 591
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
Sikuli sometimes not activated, causing some visual automation to fail #756
Comments
Oh.. Yes, there isn't a mechanism to detect this. The assumption is if a user uses exist() and present() for images, there is most likely other steps in the workflow that does visual automation. Thus those steps would already trigger sikuli. Very unlikely that a workflow uses exist and present image without any other sikuli VA steps. Though not impossible. |
Hi guys, Is there still needed Sikuli, for that? thanks |
Sikuli is packaged together with tagui in the zip file. No need for a
separate installation.
…On Sun, Mar 22, 2020, 19:33 adegard ***@***.***> wrote:
Hi guys,
Click text using ocr seems very attractive new feature!
Is there still needed Sikuli, for that?
There ins't instructions on the new V6 webpage
Could you explain Sikuli installation?
thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#756 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGB7JBEZGFHCN447WMNMIDDRIXZQHANCNFSM4LGGXOPA>
.
|
OK Yi, thank you, however can you better explain the usage of 'using OCR '
feature. I was trying in live, but it is not responding if I indicate some
text to be clicked in webpage...
Il dom 22 mar 2020, 12:38 Yi Sheng <notifications@github.com> ha scritto:
… Sikuli is packaged together with tagui in the zip file. No need for a
separate installation.
On Sun, Mar 22, 2020, 19:33 adegard ***@***.***> wrote:
> Hi guys,
> Click text using ocr seems very attractive new feature!
>
> Is there still needed Sikuli, for that?
> There ins't instructions on the new V6 webpage
> Could you explain Sikuli installation?
>
> thanks
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#756 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AGB7JBEZGFHCN447WMNMIDDRIXZQHANCNFSM4LGGXOPA
>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#756 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFTO2EP6X4YW5RMQGXIFKLDRIX2CTANCNFSM4LGGXOPA>
.
|
Sure. I'll also update the docs. Thanks for pointing out the shortcoming.
```
click some text using ocr
```
This looks for 'some text' on the user's screen using ocr and moves the
mouse to the middle of the found matched text (from top left of the screen
to the bottom right) and clicks it. Sometimes it fails because ocr is not
100% reliable.
It's most useful with click, rclick and dclick steps.
When using it in live mode, make sure your command prompt is below your
target text, or it will likely click the matched text within your command
prompt itself.
…On Sun, Mar 22, 2020, 20:30 adegard ***@***.***> wrote:
OK Yi, thank you, however can you better explain the usage of 'using OCR '
feature. I was trying in live, but it is not responding if I indicate some
text to be clicked in webpage...
Il dom 22 mar 2020, 12:38 Yi Sheng ***@***.***> ha scritto:
> Sikuli is packaged together with tagui in the zip file. No need for a
> separate installation.
>
> On Sun, Mar 22, 2020, 19:33 adegard ***@***.***> wrote:
>
> > Hi guys,
> > Click text using ocr seems very attractive new feature!
> >
> > Is there still needed Sikuli, for that?
> > There ins't instructions on the new V6 webpage
> > Could you explain Sikuli installation?
> >
> > thanks
> >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub
> > <
#756 (comment)
> >,
> > or unsubscribe
> > <
>
https://github.com/notifications/unsubscribe-auth/AGB7JBEZGFHCN447WMNMIDDRIXZQHANCNFSM4LGGXOPA
> >
> > .
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#756 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AFTO2EP6X4YW5RMQGXIFKLDRIX2CTANCNFSM4LGGXOPA
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#756 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGB7JBF56P2VDJBXPTSF6KLRIYAGVANCNFSM4LGGXOPA>
.
|
ok, perfect, I found the way, now. thank. |
Hi @siowyisheng, I created #774 which fixes this issue using regex string matches. |
…ctions #756 - detect sikulix requirement in helper functions
This fails if it is the whole script, although it is basic usage of visual automation.
If I just activate sikuli separately using a click on coordinates, then it works.
To fix.
The text was updated successfully, but these errors were encountered: