Page 1 of 1

Spider basic and remote web

Posted: Thu Dec 14, 2017 10:16 am
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

Re: Spider basic and remote web

Posted: Thu Dec 14, 2017 11:46 am
by Peter
no, this is not possible with SpiderBasic.

Greetings ... Peter

Re: Spider basic and remote web

Posted: Thu Dec 14, 2017 12:12 pm
by kwai chang caine
Thanks a lot for your quick answer 8-)

Re: Spider basic and remote web

Posted: Sun Dec 24, 2017 6:47 pm
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..

Re: Spider basic and remote web

Posted: Mon Dec 25, 2017 8:17 pm
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: