How to setup a digital certificate to use in chromedriver?

Hi,

In google chrome it is possible to configure digital certificates and use them for authentication in portals such as https://cav.receita.fazenda.gov.br/

How can I configure certificate in chromedriver using BotCity Framework Web - Python ?

@janailton for Google Chrome I would recommend using the system certificate or a plugin installed on the browser.

Firefox on the other hand allows you to have a certificate db file that you can have on the profile folder and it works great.

I would recommend the Firefox route if you can change otherwise the two options above will also get you there.