You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As above, so that conditions can make use of whether a GUI element (desktop apps and web apps etc) is visually visible on the screen. At the moment it is already doable using vision step, but this should ideally be handled directly by present() and visible() functions to have consistent functions behavior for both web apps and desktop apps.
The text was updated successfully, but these errors were encountered:
From @Aussiroth - include present/visible Sikuki integration
```
As discussed in #202 , this allows users to specify image files to the present or visible functions to use Sikuli to determine if they are visible on the screen.
Note that users will need to have some other form of visual automation in the script, e.g. click image.png, to ensure that the Sikuli engine is launched.
```
From @Aussiroth - above commit includes present/visible Sikuki integration
As discussed in #202 , this allows users to specify image files to the present or visible functions to use Sikuli to determine if they are visible on the screen.
Note that users will need to have some other form of visual automation in the script, e.g. click image.png, to ensure that the Sikuli engine is launched.
As above, so that conditions can make use of whether a GUI element (desktop apps and web apps etc) is visually visible on the screen. At the moment it is already doable using vision step, but this should ideally be handled directly by present() and visible() functions to have consistent functions behavior for both web apps and desktop apps.
The text was updated successfully, but these errors were encountered: