I need to find a way to click on the cookie agreement button created by the javascript code that is provided by cookiebot.com
such as the following example in a HTML code,
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="8123486-d5f-ec" data-blockingmode="auto" type="text/javascript"></script>
I have searched the net, but there is no example showing how to do that using Selenium Python.