When running below code, it is showing up the Error.
opening browser and inputting query
Open Available Browser ${urladdr} browser_selection=Edge
Maximize Browser Window
Pause Execution
${search}= Get Value From User What do you want to search?
Input Text name:q ${search}
RPA.Desktop.Press Keys enter
Error
BrowserNotFoundError: Failed to start a browser:
Edge: HTTPSConnectionPool(host=‘developer.microsoft.com’, port=443): Max retries exceeded with url: /en-us/microsoft-edge/tools/webdriver/ (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)’)))
I have the latest driver for Edge in my Path but IDK why this is showing up.
Can anybody please tell me why this is error popping up and how to fix it?
Thanks,