Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

1 vote
1 answer
132 views

Robot Framework is Automatically closing the browser

I am new to Robot and have this simple code from a tutorial. The code is supposed open chrome and visit the login page of this website. It does that, however, it closes the browser automatically. I've ...
User9123's user avatar
  • 755
0 votes
0 answers
181 views

How to verify a dynamic text using Regex in Robotframework?

I want to validate below text in Robot framework, wherein the text in bold is changing dynamically and I just need to verify the Format of those bold text not the content. Can some one help? "We ...
Bhagi's user avatar
  • 1
0 votes
0 answers
66 views

Implementing FIDO2 Device Registration as WebAuthn for 2FA using Robot Framework and Python

I'm working on a project where I need to implement FIDO2 device registration as a WebAuthn method for 2FA within our application. We're using Robot Framework with Python for automation. I'm seeking ...
Ruturaj Kolekar's user avatar
0 votes
1 answer
226 views

RobotFramework combine test template with variables and other keywords

I want to use test [Template] as part of a testcase. Below Testcase i want to use "Set Variable" and "Get Current Date", but robot doesn't recognize the keywords. I don't want the ...
daica's user avatar
  • 1
0 votes
0 answers
90 views

Robot Framework : I want every line execution (keyword) to be embeded with timings start/end/elapsed

I want to check the execution time on some keywords but seems not possible as the expand button do not do anything not like the failed keywords or with nested keywords. failed and nested keywords have ...
saif jarboui's user avatar
1 vote
0 answers
174 views

How to close the Browse window after uploading an image via automation with Robot Framework?

I need to view my automated browser for furthur actions after image upload but since the browse window is not closing I cannot view the steps proceeding after it. I have tried clicking other parts of ...
Siya Shrestha's user avatar
0 votes
1 answer
68 views

Parameter deletion in a keyword (.resource file) from a test file (.robot file) - Robot Framework

good afternoon. I have the following question: I can delete a parameter contained in a keyword in .resource file, but doing this action in my test .robot file? I tried with the Remove From Dictionary, ...
evojd's user avatar
  • 19
0 votes
1 answer
2k views

AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath' in robotframework

It shows me error of AttributeError: 'WebDriver' object has no attribute 'find_elements_by_xpath' in robot framework and I am using pycharm for it
Pratik Sawale's user avatar
0 votes
1 answer
756 views

How to run python script in robot framework properly

I'm new to robot framework, I have a python script that I want to run in robot framework but it's not running properly, it fails and the output is empty of the script(the error: '' does not contain '...
bitrex's user avatar
  • 1
0 votes
0 answers
924 views

Robot framework main.py failed: ModuleNotFoundError: No module named 'websockets'

I'm implementing a python code where i have to send and receive data from websocket client using WebSocket package. My code is fine if i run it using python, now i want to write Robot file to test it ...
Wim's user avatar
  • 181
0 votes
3 answers
1k views

Xpath in RobotFramework - element not found error

I am using RobotFramework(new to it) to access https://auth0.github.io/device-flow-playground/ and then click the Get Started button on this page. My code: open browser https://auth0.github.io/...
Devang Sanghani's user avatar
0 votes
1 answer
542 views

How to variabilize a VARIABLE NAME with Robot Framework

I'm currently working with this loop: @{someList}= Create List A B C D E FOR ${j} IN @{someList} FOR ${i} IN RANGE 999999 ${randomString}= ...
JohnnyBoi's user avatar
-1 votes
1 answer
159 views

No keyword with name 'RowCnt' found

hi im new to robot framework while executing this code am getting this error. Fetch Records From Database Python [Arguments] ${strQuery} # Step Check Query for empty or NUll Should Be True '$...
The Coder's user avatar
0 votes
1 answer
144 views

click button from screen print

Big Doubt: Sikuli Library with Robot Framework has some keyword that takes the print of my screen and, from the print, I click on a button provided in another saved image? Reason for the question: I ...
evojd's user avatar
  • 19
0 votes
1 answer
1k views

Keyword calling a keyword from another file with variable - Robot Framework

good morning! I'm automating tests using Robot Framework with Sikulli Library. I have the following problem, I don't even know how to do it: I would like to create a keyword in a file with a Wait ...
evojd's user avatar
  • 19

15 30 50 per page
1
2 3 4 5