Generate Encrypted Bypass Login (For Zapier)

If you are a Zapier user you may not be entirely sure on how to form an encrypted bypass instruction. Don’t worry forming an instruction that can be used in the context of Zapier is quite simple.

If you need to bypass a login through Zapier you need to provide the following information:

-Login Page URL
-Username (or email) needed to bypass the login.
-Password needed to bypass the login.
-Username Field CSS Selector
-Password CSS Selector

This will result in an instruction that looks similar to the following: https://example.com/login,jj@example.com,24h3dnfbnkjbnf,input#user,input#password.

Although the first three values (login url, username and password) are quite straight-forward you might not know what’s a CSS selector and how to get it. Fortunately CSS selectors are quite simple. CSS Selectors are identifiers that point to an element in a website UI. In this case you need to tell GetScreenshot the fields in which to enter the username and password you provided in the first two fields.

To obtain the CSS selectors you just need to do a small operation in your browser. Here is a quick YouTube video that explains how to do it: How to Get CSS Selector

When copying the CSS selector of the username field and password field, make sure you’re actually copying the selector of the actual form field. Most likely this would be a input element in both cases.

If you have any questions please reach out to support@rasterwise.com


Encrypted Instruction:

Copy Value