There are no forum posts on this topic! Why don't you write one?
Apologies as I am not an experienced coder yet.
I am using the Python API to render web pages to HTML.
I need to click on an Accept button.
The code in the web page is <button id="onetrust-accept-btn-handler">Accept</button>
The option to click the button should be this? options.clickElement = "#onetrust-accept-btn-handler"
I believe I am missing something.
I would appreciate any guidance!
Yes, that's correct you may need a delay to view the effects of the click.