U
U
Uncle Bogdan2021-04-26 17:02:46
C++ / C#
Uncle Bogdan, 2021-04-26 17:02:46

How to make an "invisible" functioning browser?

I am making a program in C#. It is necessary that it takes site cookies and some information from the site, but the necessary cookies appear only after pressing the button on the site, but for the program to work, cookies are required, how is it imperceptible for the user to click on this button on the site?
I use CefSharp in my project.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BasiC2k, 2021-04-26
@motkot

To emulate a browser in "stealth mode" use CefSharp.OffScreen.
To emulate a click, use SendMouseClickEvent

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question