D
D
Dmitry2015-06-29 18:58:43
Java
Dmitry, 2015-06-29 18:58:43

Is it possible to work with a minimized browser from a third-party program?

Is it possible to work with a minimized browser (for example, close / open a tab, click on a button on a page, etc.) from a third-party program written in java, c++, delphi or another programming language?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Bobkov, 2015-06-29
@heksen

In theory it is possible. FindWindow WinApi search.

B
bromzh, 2015-06-29
@bromzh

For browsers, there is WebDriver and Selenium (but you need to launch the browser with a certain key, but through selenium you can launch a new instance with the necessary parameters), the main language is java, but there are bindings for other languages. You can write your own wrapper, the browser is controlled through the JSON API .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question