-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hi,
I'm developping a Symfony 4 application to scrap Linkedin profiles.
The scrap is meant to be done in different steps, each one triggered by a user click.
Therefore, i'd want to persist the Linkedin connexion in order to avoid the reconnexion each time.
I started with symfony/panther to do the scrapping stuff.
I first developped all the scrapping logic, and when i tried to "connect" this to my symfony app i got stuck 'cause the $client used looses the linkedIn connexion between each steps...
that's been 4 days i'm trying to find a way to achieve this in symfony/panther but it just seems to be impossible... people even tell me this is not possible on the issue i opened on its github...
So my question is, is it possible with CasperJS, and with php-CasperJS ?
and if so, could someone show me some code to achieve this please ?
Thanks in advance for your help