Spider basic and remote web

Everything else that doesn't fall into one of the other categories.
User avatar
kwai chang caine
Posts: 19
Joined: Tue Feb 25, 2014 8:10 am

Spider basic and remote web

Post by kwai chang caine »

Hello at all

Believe you SB can do something for do task automaticaly ?
Click on links, enter texts in fields, record web page, submit form,... like selenium, web driver, etc....

Have a good day
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Spider basic and remote web

Post by Peter »

no, this is not possible with SpiderBasic.

Greetings ... Peter
User avatar
kwai chang caine
Posts: 19
Joined: Tue Feb 25, 2014 8:10 am

Re: Spider basic and remote web

Post by kwai chang caine »

Thanks a lot for your quick answer 8-)
tj1010
Posts: 201
Joined: Wed May 27, 2015 1:36 pm
Contact:

Re: Spider basic and remote web

Post by tj1010 »

without doing a cordova plugin you have to use javascript URL input.

Code: Select all

javascript:var uselessvar=document.getElementById('passwordfield').value="ddddd";
You may have to enable "DomStorage" somehow.

I have no way of testing since latest SB isn't working with any of my devices.. I might be able to dig around with ADB today and finally figure out why..

IOS and Android cross-platform DHTML level scraping and JS DOM execution would definitely take a cordova plugin though, and trying to get away with reading the static page-source and using it would lead to still needing to emulate some JS with modern websites.. I only know from many years of scraping and botting the web on all types of devices..
User avatar
kwai chang caine
Posts: 19
Joined: Tue Feb 25, 2014 8:10 am

Re: Spider basic and remote web

Post by kwai chang caine »

I have try to inject JS in the URL, that not works, i'm rediriged in the search of GOOGLE :|
Thanks for your answer, but i'm not also strong in JS for do this style of things :oops:
Post Reply