You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
I have an odd issue with Open Available Browser. The same code works with Open 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.TestCase1 | FAIL |
1 test, 0 passed, 1 failed
Tests | FAIL |
1 test, 0 passed, 1 failed
The text was updated successfully, but these errors were encountered: