Relative Content

Tag Archive for robotframework

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’

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?

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.