N
N
Nestratov2015-02-22 21:34:50
Python
Nestratov, 2015-02-22 21:34:50

Is there an analogue of twill (python) for java?

Please tell me the analogue of the twill library for java. I am writing a parser. I can’t get authorization on twill on https://qiwi.ru if anyone can help I will be very grateful.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
asd111, 2015-02-23
@asd111

selenium

A
Alexey Pomogaev, 2015-02-23
@Foror

I think here you need to watch https traffic, but I won’t tell you how, I haven’t come across it. For http, I usually use wireshark. Google "https wireshark". You can also open the debug in chrome and see what urls go to the data, there is also http traffic there.
In general, if you want to emulate a browser, there is HtmlUnit. But it certainly eats resources. There is an HttpClient if you understand https traffic.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question