robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.08k stars 209 forks source link

Open Browser works, Open Available Browser doesn't #1194

Open gm-cpu opened 3 weeks ago

gm-cpu commented 3 weeks ago

I have an odd issue with Open Available Browser. The same code works with Open Browser

  *** Settings ***
  Library    RPA.Browser.Selenium

  *** Test Cases ***
  MyTest
      Open Available Browser    url=....
      Sleep    10s
      Close Browser

Output:

2024-06-07 10:22:44,866 - RPA.core.certificates - INFO - Truststore not in use, HTTPS traffic validated against certifi package. (requires Python 3.10.12 and 'pip' 23.2.1 at minimum) Tests.TestCase1

MyTest | FAIL | BrowserNotFoundError: Failed to start a browser:

Tests | FAIL | 1 test, 0 passed, 1 failed

raivolink commented 2 weeks ago

What browser is being used with Open Browser keyword?