134 questions
0
votes
1
answer
200
views
Unable to launch RIDE application
When I opened the RIDE application my settings got corrupted and I disabled all the plugins in manage plugins option.
After that I tried to restart the ride application and it is not launching the ...
0
votes
1
answer
663
views
Is there an error in running test cases on the robotframework ride?
The robotframework-ride encountered the following error when running test cases, but the test cases can run normally. What is the reason for this and how can I solve this problem?
[ ERROR ] Calling ...
0
votes
1
answer
196
views
Is there a crash or error message when running the robotframework-ride?
enter image description here
When running ride. py on the computer terminal, the error shown in the picture appears, and there is a flashing error when running the program shortcut.
Looking forward to ...
-1
votes
1
answer
163
views
Append To List just overwrites the current List
I have this snippet in my Keyword to store all ids in the test_id_list, but it doesn't seem to work as the latest test_id just overwrites the previous test_id, it does not add to the list.
${test_id} ...
0
votes
0
answers
201
views
Not able to launch RIDE with ride.py
On running pip install -U robotframework-ride
Requirement already satisfied: robotframework-ride in c:\users\dell\appdata\local\programs\python\python311\lib\site-packages (2.0.5)
Requirement already ...
0
votes
2
answers
139
views
RF and multiple Editors, define parameters of a keyword how many spaces?
I'm still a novice on RF. I used multiple types of Editor recently to write my basic robot scripts (notepad++, Ride, Pycharm) and I'm not sure if I understand correctly the tabulated way of writing ...
-1
votes
1
answer
223
views
(Robot Framework IDE) RIDE->Search Tests Window-> Search tab what is "ADD all to Selected" used for
As the title says, in RIDE interface for Robot Framework, on the Search Tests Window, i have two Tabs:
1-Search 2- Add All to Selected
For first Tab, i wonder if i can insert a list of Test cases on ...
-1
votes
1
answer
431
views
Error during installation of Robot Framework and RIDE
I need to install Python 3.8.10 , Robot Framework 3.1.2, RIDE v2.0b1.
Getting an error (below). Could anyone help me with the installation?
20220906 10:39:43.191 [ERROR]: Error in listener: C++ ...
0
votes
2
answers
480
views
Making a portable version of Robotframework and RIDE, how to make it clean?
I want to adapt Robotframework and RIDE to be able to use them on a USB key. In order to achieve this, I planned to use a Portable Version of Python on which I would install all necessary modules ...
0
votes
1
answer
601
views
unable to start ride.py
i am very new in this topic. i want to learn more about automation. so i came across the robotframework during my search. the installation of the robotframework worked but when i want to start "...
0
votes
0
answers
146
views
Ride, SSH password begins with Hash sign and i want to assign it to a variable. Any chance?
In the tests with Ride that i have to run (not written by me), there is a variable which holds the password to a server (i can Putty to it). this password changes once per 3 months. This time ...
0
votes
1
answer
29
views
Elementary Q: In Ride interface, in text edit tab, the search text field doesn't work. Is it the same for you?
I hope that someone responds to very elementary questions as well as the difficut ones. It's more than oe months that i use Ride for RobotFramework and i could never use the Search button on Text ...
0
votes
1
answer
41
views
Elementary Question: How to see a variable value by hovering or clicking on it on Ride
I'm very new to RIDE & RF. I have a test suite in a file with several test cases and all variables values have been defined in another file on another Folder. When i'm on Edit Interface of RIDE ...
-2
votes
1
answer
80
views
I am using mac notebook pro, and i installed ride when i try to create test case i am not seeing grid in the test case
I am using mac notebook pro, i installed python 3.8,robotframework-seleniumlibrary==6.0.0,wxPython==4.1.1 and robotframework-ride-1.7.4.2 and in project folder and test suite i added SeleniumLibrary.
0
votes
1
answer
301
views
Robotframework RIDE tool showing error "Things are going to break, please only change locale by creating wxLocale objects to avoid this!"
Below modules are installed on Window 10 PC
C:\Users\Pandit>pip list
Package Version
------------------- -----------
numpy 1.22.3
Pillow 9.0.1
pip ...