D
D
devid0072016-01-28 18:53:31
Programming
devid007, 2016-01-28 18:53:31

How to write a program to work with a browser?

In what language can a program be written to analyze the information on the site and fill in the fields, press the buttons?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
C
ColdSpirit, 2016-01-28
@devid007

I understand you need something like Selenium, but I don't know if it can be used as a bot. I read that many people use AutoIt for similar purposes.
As for Javascript, I would not be so sure - this is a language built into the browser , and it will be somewhat difficult to use it, because. it does not support working with the file system, input devices and cannot take the contents of the screen. But if you do not need any of this - use javascript without hesitation.

G
George Mdivani, 2016-01-28
@sswanky

javascript

T
toaster khabrovich, 2016-01-28
@studententer

javascript

V
Vlad Zhivotnev, 2016-01-29
@inkvizitor68sl

Almost on any with the help of iMacros.

N
Nikolai Turnaviotov, 2016-01-29
@foxmuldercp

any web testing framework like selenium or rspec + capybara (rails)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question