Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gm-cpu opened this issue Jun 7, 2024 · 1 comment
Open

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

gm-cpu opened this issue Jun 7, 2024 · 1 comment

Comments

@gm-cpu
Copy link

gm-cpu commented Jun 7, 2024

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:

  • Chrome: Could not reach host. Are you offline?
  • Firefox: Could not get browser version
  • Edge: Could not reach host. Are you offline?

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

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

@raivolink
Copy link

What browser is being used with Open Browser keyword?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants