Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
robotframework-users
Conversations
About
robotframework-users
1–30 of 8828
This group is dedicated for general discussion about
Robot Framework
as well as test libraries and other tools in its ecosystem. To avoid spam, first messages from new members are moderated.
Mark all as read
Report abusive group
0 selected
Amandeep kaur
,
Craig Despeaux
2
Feb 1
error no keyword found in script
Change ${index} = -1 to: Set Test Variable ${index} -1 Change ${index} = ${index} + 1 to: ${index}
unread,
error no keyword found in script
Change ${index} = -1 to: Set Test Variable ${index} -1 Change ${index} = ${index} + 1 to: ${index}
Feb 1
Charity
Feb 1
Handling alerts on jenkins
Hey everyone. I am having an issue handling alerts on jenkins for robot framework UI automation. It
unread,
Handling alerts on jenkins
Hey everyone. I am having an issue handling alerts on jenkins for robot framework UI automation. It
Feb 1
Agostino
Feb 1
SSL certificate error - SeleniumLibrary
Hello friends, my question is how to fix the error I'm getting with certificates. The code
unread,
SSL certificate error - SeleniumLibrary
Hello friends, my question is how to fix the error I'm getting with certificates. The code
Feb 1
Saurav Kumar
Feb 1
Send a certain keyword to top of log file
Hi Everyone, Is it possible to send a certain keyword to top of generated log file? Thanks, Saurav
unread,
Send a certain keyword to top of log file
Hi Everyone, Is it possible to send a certain keyword to top of generated log file? Thanks, Saurav
Feb 1
gokul vedullapalli
Jan 30
Skip the step(request fast solution)
Ex:- there are elements in list=[1,2,3,4,5] i will run the for loop inside it i will use if condition
unread,
Skip the step(request fast solution)
Ex:- there are elements in list=[1,2,3,4,5] i will run the for loop inside it i will use if condition
Jan 30
sak-iiitb syed
Jan 27
robot.parsing.model import TestData Error in robot framework 5
Hello All, I see that you have changed the api structure. robot.parsing.model import TestData =>
unread,
robot.parsing.model import TestData Error in robot framework 5
Hello All, I see that you have changed the api structure. robot.parsing.model import TestData =>
Jan 27
Gerhard Heil
,
Hélio Guilherme
6
Jan 27
Importing library 'SeleniumLibrary' failed: ModuleNotFoundError: No module named 'SeleniumLibrary'
I assume the file 'C:\\Python310\\Scripts\\libdoc.exe' -> 'C:\\Python310\\Scripts\\
unread,
Importing library 'SeleniumLibrary' failed: ModuleNotFoundError: No module named 'SeleniumLibrary'
I assume the file 'C:\\Python310\\Scripts\\libdoc.exe' -> 'C:\\Python310\\Scripts\\
Jan 27
Shilpa Kuppelur
,
Craig Despeaux
2
Jan 25
How to trigger an email for tag level
Take a look at Robot Framework's listener interface (see Section 4.3 in the User's Guide).
unread,
How to trigger an email for tag level
Take a look at Robot Framework's listener interface (see Section 4.3 in the User's Guide).
Jan 25
JANARTHANAN KRISHNAN
,
Craig Despeaux
2
Jan 19
How to move a file from local machine to remote server
You should be able to use the Put File keyword in the same library. Craig On Thursday, January 19,
unread,
How to move a file from local machine to remote server
You should be able to use the Put File keyword in the same library. Craig On Thursday, January 19,
Jan 19
Shilpa Kuppelur
, …
Jirayu Kaewprateep
3
Jan 18
fetch logs of restful apis
> Question is to retrieve the working log from a remote computer away from the user with security
unread,
fetch logs of restful apis
> Question is to retrieve the working log from a remote computer away from the user with security
Jan 18
Mike Verinder
, …
Jirayu Kaewprateep
4
Jan 18
Integrations
There are many tools for RPA ( Robotic Process Automation ) > 70+ Process Automation Tools: Choose
unread,
Integrations
There are many tools for RPA ( Robotic Process Automation ) > 70+ Process Automation Tools: Choose
Jan 18
James Hoggard
,
David
2
Jan 17
Robot Framework Juniper test
Maybe these would help: https://raw.githubusercontent.com/lara29/antidote/master/lessons/lesson-29/
unread,
Robot Framework Juniper test
Maybe these would help: https://raw.githubusercontent.com/lara29/antidote/master/lessons/lesson-29/
Jan 17
Jozsef Roka
Jan 17
Post on Session with multipart/form-data and different contentType
Hi All, Please help me, I have no more ideas. I woud like create a request payload like this: ------
unread,
Post on Session with multipart/form-data and different contentType
Hi All, Please help me, I have no more ideas. I woud like create a request payload like this: ------
Jan 17
Andreas Kemmler
2
Jan 17
How to expand lists with one item in RETURN statement
Maybe "expand" is the wrong word here. What I mean is rather "unpack". Andreas
unread,
How to expand lists with one item in RETURN statement
Maybe "expand" is the wrong word here. What I mean is rather "unpack". Andreas
Jan 17
Tina Antony
,
Hélio Guilherme
2
Jan 16
Database connection and insert
You are using `Query` to do an INSERT, `Query` is a keyword only to "query" (read data).
unread,
Database connection and insert
You are using `Query` to do an INSERT, `Query` is a keyword only to "query" (read data).
Jan 16
khaled ghonim
Jan 15
Way to run api request with content type form-data for user and password
Hi All, I'm trying to run a basic api request but fail, however it is working fine from postman
unread,
Way to run api request with content type form-data for user and password
Hi All, I'm trying to run a basic api request but fail, however it is working fine from postman
Jan 15
Hélio Guilherme
Jan 15
RIDE version 2.0b3 (final Beta)
I am happy to announce the release of the last Beta version of RIDE 2.0. You can read the release
unread,
RIDE version 2.0b3 (final Beta)
I am happy to announce the release of the last Beta version of RIDE 2.0. You can read the release
Jan 15
Narasimha Murthy
Jan 13
variablefile aloang with robot run_cli
Hi All, Please let me know if I can use syntax as below. not sure why variablefile is not been read,
unread,
variablefile aloang with robot run_cli
Hi All, Please let me know if I can use syntax as below. not sure why variablefile is not been read,
Jan 13
pawanKumar
,
Hélio Guilherme
2
Jan 10
Way to run shell environment variables in robot test
Each Execute Command will run in a separate shell. You can use the Write (and Read) to type commands
unread,
Way to run shell environment variables in robot test
Each Execute Command will run in a separate shell. You can use the Write (and Read) to type commands
Jan 10
swapna B
,
Craig Despeaux
2
Jan 9
No keyword with name 'open browser' found.
This error: Error: No keyword with name 'Open Browser https://www.google.com' found. tells me
unread,
No keyword with name 'open browser' found.
This error: Error: No keyword with name 'Open Browser https://www.google.com' found. tells me
Jan 9
SanchitaC
Jan 9
Elastic Search Connectivity from Robot Framework
Hello, Can anyone please help me on the actual code implementation of Elastic serach connectivity
unread,
Elastic Search Connectivity from Robot Framework
Hello, Can anyone please help me on the actual code implementation of Elastic serach connectivity
Jan 9
SanchitaC
Jan 9
Want to connect to Elastic Search from Robot Framework
Hello All, I'm looking for the code on how to connect to Elastic Search from Robot Framework. Can
unread,
Want to connect to Elastic Search from Robot Framework
Hello All, I'm looking for the code on how to connect to Elastic Search from Robot Framework. Can
Jan 9
Chirag Dhingra
, …
Geist Eng
4
Jan 8
How to store Value returned from 1st keyword and then using that value in another keywords without running the 1st keyword again in robot framework
it looks like you have two tests here so you need to set a Suite variable with the data to be used in
unread,
How to store Value returned from 1st keyword and then using that value in another keywords without running the 1st keyword again in robot framework
it looks like you have two tests here so you need to set a Suite variable with the data to be used in
Jan 8
Geist Eng
Jan 8
Libdoc instantiates classes and not just import them
The RF doc is clear args are needed when imported: If these libraries require arguments when they are
unread,
Libdoc instantiates classes and not just import them
The RF doc is clear args are needed when imported: If these libraries require arguments when they are
Jan 8
amit.te...@gmail.com
,
Geist Eng
2
Jan 8
Test suite name not extracted correctly from directory having double underscores
yes it is intentional for sequence naming of tests. see this section in the manual: http://
unread,
Test suite name not extracted correctly from directory having double underscores
yes it is intentional for sequence naming of tests. see this section in the manual: http://
Jan 8
Bharani Kumar
, …
Geist Eng
4
Jan 8
How to Run a Robot file Whenever a Testcase fails?
Use the BUILTIN KW "Run Keyword If Test Failed" in the test's Teardown. On Wednesday,
unread,
How to Run a Robot file Whenever a Testcase fails?
Use the BUILTIN KW "Run Keyword If Test Failed" in the test's Teardown. On Wednesday,
Jan 8
Arpan Gandhi
,
Geist Eng
2
Jan 8
passing json data using keyword
Robot has the Requests library. My usage is the json is a robot variable that is passed to the POST
unread,
passing json data using keyword
Robot has the Requests library. My usage is the json is a robot variable that is passed to the POST
Jan 8
Pekka Klärck
Jan 8
Robot Framework 6.0.2 has been released!
Hi all, Robot Framework 6.0.2 doesn't contain any high priority issues and it was released mainly
unread,
Robot Framework 6.0.2 has been released!
Hi all, Robot Framework 6.0.2 doesn't contain any high priority issues and it was released mainly
Jan 8
Vijoy Vijayan
, …
Srikanth Nidamanuri
4
Jan 4
Regarding Auto Close of Browser in Robot Framework
Just add this in your scripts Open Browser ${URL} chrome options=add_experimental_option("detach
unread,
Regarding Auto Close of Browser in Robot Framework
Just add this in your scripts Open Browser ${URL} chrome options=add_experimental_option("detach
Jan 4
Ganesh Madhavan
Jan 4
How Print Color output in excel using robot framework?
*** Variables *** ${WHITE} "\\033[7m" ${GREY} "\\033[5m" ${UNDERSCORE} "\\
unread,
How Print Color output in excel using robot framework?
*** Variables *** ${WHITE} "\\033[7m" ${GREY} "\\033[5m" ${UNDERSCORE} "\\
Jan 4