Using the options below, I can only set the value for Separator1.
I tried to install them by double clicking on the table cell, but after the test run they were cleared.
Using the options below, I can only set the value for Separator1.
I tried to install them by double clicking on the table cell, but after the test run they were cleared.
This example will show you how to login to facebook, grab the cookies and export them to a string using the compose string action. From there you can load simply just the cookie string without the username and password and it will then split the string back into the form cookies need to be so it can inject the cookies and not have to log in.
Also keep in mind that you would be able to do a database action and store username pass and cookiestring. Then check update the database only when the cookies are new because the session expired.
This example will show you how to login to facebook, grab the cookies and export them to a string using the compose string action. From there you can load simply just the cookie string without the username and password and it will then split the string back into the form cookies need to be so it can inject the cookies and not have to log in.