SeleniumBasic icon indicating copy to clipboard operation
SeleniumBasic copied to clipboard

Fastest Driver // Running Parallel

Open aniget opened this issue 9 years ago • 4 comments

Hello SeleniumBasic gurus :)

I wonder which is the fastest seleniumbasic driver available at this stage? Since I know HTMLUnit is one of the fastests, is it possible that it is added to the SeleniumBasic project?

Running a few parallel processes through VBA (Excel), for example opening a few webpages at the same time - is this possible at all?

Thanks a lot for all you support!

aniget avatar Nov 24 '16 10:11 aniget

You can run multiple instances of Excel and each instance can run a browser. I do this now. Although you may be able run multiple browsers from same instance that would get confusing and an error would stop everything.

mogulman52 avatar Nov 26 '16 17:11 mogulman52

SeleniumBasic needs an update for Firefox, Chrome and Edge. I looked at the code and you may be able to add HTMLUnit but I find the code complex and would have no idea how to do it.

mogulman52 avatar Nov 26 '16 17:11 mogulman52

SeleniumBasic needs an update for Firefox 47+ adding GeckoDriver. When it will be possible to have the new release of SeleniumBasic?

pippoxpippo avatar Jan 03 '18 21:01 pippoxpippo

This might be a better driver interface for faster execution by not requiring Excel/VBA which itself eats up some memory & CPU: http://htejera.users.sourceforge.net/vbswebdriver/

Is it possible to run browsers headlessly with this VBA project? That might be better option than having browsers appear. Should be possible for FF and Chrome, if you can use VBA to connect to a remote browser instead of it being local to the VBA host/Windows, e.g. remote on Linux using xvfb, etc.

daluu avatar Mar 06 '18 20:03 daluu