Questions tagged [robotframework-browser]

4 questions
1
vote
1 answer

Getting the Timeout Error While Try to open chrome through Robotframework keyword = Open Chrome Browser

I am passing this keyword in robot file Open Chrome Browser ${URL} maximized=true Getting the below error: Chrome: Timeout value connect was , but it must be an int, float or None.
1
vote
1 answer

Issue trying to run robotframework script on Jenkins

Recently i'm facing an issue when try to run a task from Jenkins that simply run a .robot file. I've been searching and trying different options from another colleagues that faced similar issues in StackOverFlow but i can't achive to run the script…
1
vote
1 answer

Playwright python connect to open browser

This is in the context of robot framework's playwright library, but I haven't had any responses from them. Hopefully some playwright experts can help me out. I'm trying to connect to an existing and already opened browser with playwright. Following…
0
votes
2 answers

How to click a visible button when there are hidden buttons with the same text using Robot Framework Browser library?

Scenario: there are 4 buttons on the page with the same text (value). However, only one is visible, others are hidden. A test like this: Should display validations Click "Save" fails with the following error: Error: locator.click: Error:…
Alexander Puchkov
  • 5,913
  • 4
  • 34
  • 48