875 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
37
views
How to select a WiFi network during Android device setup using automation? Automate WiFi selection screen during Android OOBE with Robot Framework
I’m trying to automate the process of selecting a WiFi network by its name during the initial setup of an Android device — the setup flow that includes selecting language, region, and connecting to ...
2
votes
1
answer
92
views
SikuliX Click Text Suddenly Stopped Working Accurately
I am working on an automated GUI test using SikuliX and Robot Framework, to reduce the number of screenshots taken I want to rely on text detection in some cases where the text is clear and close to ...
1
vote
0
answers
120
views
SikuliX Fails to Detect Images After Resizing for resolution and DPI Scaling Adjustments
I am working on an automated GUI test using SikuliX and Robot Framework, and I need SikuliX to detect elements on the screen even when the screen resolution or Windows DPI scaling changes.
What I Did:
...
1
vote
1
answer
184
views
Robot Frame work close the file upload window
In my automation I am using the below code to upload a file using robot , which is working
Click Element ${import_campaign_button}
Choose File ${import_filechooser} ${path}${testdata}${...
0
votes
1
answer
57
views
How to fix the missing ActionLogger bean error in Brobot?
I'm working on a Spring Boot application that uses Brobot. After updating the library, I started encountering an error indicating that a bean of type ActionLogger is required but could not be found. I'...
1
vote
1
answer
76
views
Is there a way to define a subfolder in Brobot for each state?
I already know that we can define the image folder in Brobot like this:
ImagePath.setBundlePath("images");
But I would like to define a subfolder for each state. Is this possible, and if so,...
0
votes
1
answer
75
views
How to send "Ctrl + End" in Sikuli?
I am new to Sikuli and would appreciate if some can tell me how to do How to send "Ctrl + End" in Sikuli?
Screen screen = new Screen();
screen.type(Key.CTRL + Key.END);
0
votes
0
answers
39
views
Robot Framework, control it there is error in event viewer/application
When i test external Windows application with Robot Framework i would control if there is new error in event viewer/application.
there is a way?
0
votes
1
answer
162
views
Robot Framework, SikuliLibrary doesn' t work click region
With a Library SikuliLibrary in Robot Framework, click Region It Works with image (${buttom_8})
${pref_coordinates} Get Image Coordinates ${buttom_8}
SikuliLibrary.Click Region ${...
0
votes
1
answer
150
views
Robot Framework how swith active screen
I need to change the foreground program in Robot Framework.
The programs are Windows. (ex: calc.exe or notepad.exe)
how can I do?
I use the Sikuli library but I can use others too
i have tried: Switch ...
0
votes
1
answer
59
views
Troubleshooting Issues with app.open() Function - Unable to Launch Application
When utilizing the app.open() function, I encounter a situation where the result is [-1:C:\Users<path>\xyz.exe ()] C:\Users<path>\xyz.exe. Despite ensuring the accuracy of the provided ...
0
votes
1
answer
215
views
Sikuli jython function with Region as argument is not working
I've Sikuli script on jython, which purpose is to sequentialy wait to appear and click images.
According to Sikuli it can be done with wait and click functions. Both functions take same argument - ...
0
votes
2
answers
141
views
sikulix ask user to click on location and save it
Is there a way to ask the user to click on a Location and save the coordinates to use that Location later?
None of the tools isted in the page
https://sikulix-2014.readthedocs.io/en/latest/interaction....
-1
votes
1
answer
585
views
Robot framework. Control Linux system on virtualbox doesn't work
I'm tring to run testcase with robotframework but on a remote system on virtualbox. The system is Linux. I downloaded all needed libraries and I always gets error that I can't connect to the remote ...
1
vote
1
answer
342
views
Sikuli : NameError: name 'click' is not defined
I have this java installed:
java version "1.8.0_391"
Java(TM) SE Runtime Environment (build 1.8.0_391-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.391-b13, mixed mode)
and running ...