S
S
sbh2017-10-03 09:50:34
PowerShell
sbh, 2017-10-03 09:50:34

How to automate page parsing (JavaScript) with vbs\powershell script?

There is a personal account on the site. The entrance to it passes through a page with JS. As you turn off the JS current, the page does not load and the authorization stops working. Actually the essence of the question is how to automate the login and parsing of the balance page using scripts. The whole problem is that the same Curl does not process JS.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Ethril, 2017-10-03
@sbh

Fill in login/password fields directly via DOM. [addition:] To do this, connect from Powershell to the InternetExplorer.Application COM object. Example - www.westerndevs.com/simple-powershell-automation-b...

A
azarij, 2017-10-03
@azarij

Selenium WebDriver for .NET
can also try to intercept traffic during a normal login through a browser (changing the fiddler type), find out what requests / responses are coming and simulate them with a script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question