Skip to main content
-1 votes
2 answers
66 views

I am using Robot Framework SSH Library - to perform the following operations. Connect to a remote machine via SSH Copy a python file into the remote machine. [The python file obtains the process with ...
Sandepku's user avatar
  • 889
0 votes
0 answers
29 views

I am using Robot Framework with Python and the Browser library. I test a web application. For each test, I create a new browser session, either in the test setup or during the test itself: Open ...
nrameyka's user avatar
0 votes
0 answers
51 views

I need to run RPA python scripts on on windows11 device ,When I start executing from local machine using pycharm it’s physically browsers are visible. But when I trigger same code from Jenkins job ...
Sridhar Kl's user avatar
0 votes
0 answers
68 views

My Robot Framework test fails with: Keyword 'File Should Exist' failed after retrying 10 times. The last error was: File '/tmp/downloads/importResults.json' does not exist. Context Tests run inside ...
Josue Cabrales's user avatar
-5 votes
2 answers
113 views

How to use Convert JSON To Dictionary? 1.file json is correctly. 2.import library correctly. The issue is this keyword "Convert JSON To Dictionary" still red error line. This is error ...
Zack's user avatar
  • 11
0 votes
1 answer
86 views

In a network device for a script I am building, Robot Framework's SSHLibrary produced the identical result when typing the command manually in the device. But when writing the code with paramiko: ...
Anuj Kalra's user avatar
2 votes
0 answers
90 views

I need to generate unit-test and integration-test reports (cargo test command) of a Rust project. To do this I am using RobotFramework. When I try to run cargo test command it fails with an error /usr/...
Harry's user avatar
  • 4,146
2 votes
3 answers
91 views

Robot framework- xpath - how to use translate() function Consider tc1.robot file as below: ... *** Test Cases *** LoginTest ... sleep 5 click element xpath://input[matches(@...
Narendra Bhagwat's user avatar
-2 votes
1 answer
53 views

I am new in automation testing. I already installed python. I already checked the python and pip version. But I am unable to install robot framework using the command prompt. I am getting an error ...
user31014773's user avatar
0 votes
1 answer
57 views

I'm trying to synchronize Robot Framework test results that are executed via GitLab CI into Xray, but the import fails with an 'invalid data' error. Could you help identify the root cause or suggest ...
sabrine tounsi's user avatar
0 votes
1 answer
58 views

Context I'm working on a Robot Framework project using VSCode and the robotcode extension (robotcode-dbiel). In production, we have one git repo for the framework, and one git repo for any test ...
Kspr's user avatar
  • 697
0 votes
1 answer
262 views

Here my sample code: *** Settings *** Library SeleniumLibrary *** Variables *** ${URL} https://www.google.com ${BROWSER} chrome *** Test Cases *** Browse Google Open Browser ...
Snoopycaty's user avatar
0 votes
1 answer
107 views

I want to remove the product from the cart unexpectedly. But still got the error. This is an error:"TypeError: sequence item 1: expected str instance, WebElement found". I use Robot ...
Zack's user avatar
  • 11
0 votes
0 answers
35 views

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 ...
sharath chandra's user avatar
0 votes
1 answer
66 views

I am currently trying to develop automated tests with Robotframework and everything is going fine except one probleme i have : when I execute a suite, once a test fails, the execution is paused and ...
Aaaeaahhhh's user avatar

15 30 50 per page
1
2 3 4 5
456