Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Scraping website
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Scraping website

LeviLevi Member

I have one website where information (source code) is heavily obfuscated. For example in order to download file, link is generated from button like this:

<span class="export-xls dashboard-button-large resize-image-xls" ng-click="ctrl.exportXls()" title="Export data to Excel" ng-show="ctrl.state.filters.displayMode.selected == 'table'">
                                <img class="svg" src="/Static/burger.svg">
                                <i class="ie8-fallback fa fa-download"></i>
                            </span>

How to download such file automatically? I know there is selenium, but is there any other tools to do that?

Comments

Sign In or Register to comment.