Desired_capabilities has been deprecated and removed
I was getting this error after upgrading selenium and other depended libraries. I updated the browser code but facing some issues. If I run chrome and its running in Firefox and also getting some errors. Please guide me what needs to be change in below code. Currently getting TypeError: WebDriver.init() got an unexpected keyword argument ‘browser_profile’
Unable to run individual test case in robot framework
Unable to run individual test case in robot framework
Suite variables defined in __init__.robot not available in TCs of the suite
I have an RF suite setup as follows:
How to find nested ListView items using Robot Framework?
I am writing a test script using Robot Framework to test on Windows Elements, usually on components like buttons in Pane or window. However, today I have encountered a button that is nested in a ListView and I could not send clicks as the element is ‘not visible’. Any idea on how to have a Robot framework test that could send clicks to the list items in a ListView?
Error: AttributeError: ‘WebDriver’ object has no attribute ‘find_elements_by_xpath’
Getting below error while executing robotframework simple script with ‘click link’.
How to get 2 decimal places without rounding up the number in robot framework?
I am trying to only use 2 decimals places of a number without rounding off.
Robot/SeleniumLibrary not finding table header
I’m using the Robot Framework with the selenium library. I’m checking all headers in a table are present using Table Header Should Contain. It works ok and returns ok, for all headers except one. This has the text ‘ID’ and is the first header.
How to use mathematical expressions in a keyword argument’s default value in robot framework?
I’d like to define a keyword with a parameter whose default argument is computed on the fly based off of one or more global constants, but I’m struggling to find the right syntax for inserting mathematical expressions into an argument’s default value assignment.
Compare the contents of a file with a variable
I have written content to a text file, from inside Robot Framework.
How can I compare the contents of the text file I just generated with a variable?
Form data as text in body using robot framework
Formdata usage in postman