How to supress cookies dialogs in htmlviewer

Hi, in thinking of a kiosk-system for some html pages. How can I supress all kinds of cookie dialogs ? There are more and more of those now…

is it possible to use i.e. cursor.pos = x,y, and then cursor press down… or something…

and what about authentication ? username and passwords… normaly those can be set in the url, but if not, how to “go to” field, enter letters and then press RETURN?

can Xojo do this with its htmlviwer ?

If you’re familiar with Javascript, yes you can use Javascript injections into HTMLViewer on Desktop.

What each page will need can vary significantly though. There’s no magic “suppress all cookie dialogs” function. You have to inspect your target, and know what messages to be sending.

Darn :slight_smile: I have no knowledge of javascript. hm. dead end then…