X
X
Xveeder2018-07-27 04:22:13
C++ / C#
Xveeder, 2018-07-27 04:22:13

How to minimize a process to tray in C#?

Hello comrades.
The program operates with some resources, for example, instances of the chromium engine, it calls them and manipulates the page with them. How can the conditional process chrome.exe be minimized to tray immediately after being called?
In this situation, we are working with Selenium.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2018-07-27
@Gorily

var driver = new ChromeDriver();
driver.Manage().Window.Minimize();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question