Automatic Website Login
This function allows you to display a website content that is behind a login. You can thus use it for the login on a website.
For each relevant playlist element (see in chapter → Add Link/Website/Stream ) you only need to set up the automatic website login once.
This function depends on the structure and programming of the website being used. A successful login can therefore not be guaranteed. Due to subsequent changes to the website, a login that has already been successfully used may no longer be possible.
I. Go to Website
II. Copy CSS Selectors
III. Setup in Account
I. Go to Website
Open your browser and access the login page of your desired website.
Note:
This example uses the Chrome browser and the URL of the Cloud Software login page. This URL is used to illustrate the following description. Please enter the URL of your desired web page in the search bar of the browser.
Open Developer Tools
Press the → F12 key (Chrome) to open the Developer Tools.
Then make sure that the Elements tab in the Developer Tools section is open.
Select CSS Selectors for the Login Input Field
Click the arrow icon → at the top left of the Developer Tools area and then move the mouse directly to the login input field.
This selects the appropriate text section with the desired CSS selectors.
Highlight Text Section
Click in the Login input field.This highlights the corresponding text section with the desired CSS selectors.
Copy Text Section
- Right-click on the selected text section.
This opens the context menu.
-
Then go to the menu item → Copy and select the menu item → copy selector in the submenu.
Please copy the text sections and thus the corresponding CSS selectors for the password and the login button in the same procedure as described above.
Setup
- Log in to your Cloud Software account with your credentials.
- Select the playlist that contains the playlist element as a placeholder for the desired website.
- Select the playlist element to open the corresponding settings.
- Click on the → plus symbol in the URL input window to open the Automatic Login area.
Automatic Login Area
Click in the preceding box in the Automatic Login area to activate it for an input.
Pasting the Copied CSS Selectors
- Enter the username of your website login in the provided field.
- Now paste the copied CSS selectors for the username (in the example the login input field = #loginInput) into the adjacent field.
- Enter your password for the concerned website in the provided field.
- Then paste the copied CSS selectors for the password (in the example the password field = #passwordinput) into the adjacent field.
- Now paste the copied CSS selectors for the login button (in the example = .form-signin-btn) into the right input field at Submit Button.
- When you have finished your entries, click → Save.
If required, click → Preview to check the result of your entries.