Description:
This template automates the process of searching for a specific topic (e.g., AI Automation) on LinkedIn and following pages or people related to the search. The scenario focuses solely on finding relevant accounts and automatically following them.
How to Use It:
- Copy and paste this template into Uxer’s scenario builder.
- Ensure that you are logged into LinkedIn in Chrome before running the scenario.
- Save and run the scenario to automate following users or pages related to the specified topic.
Step-by-Step Process for Setting Up Your Automation Scenario
-
Open Chrome and Navigate to LinkedIn
The scenario opens Chrome and navigates to LinkedIn, with incognito mode disabled to ensure the user remains logged into their account.OpenBrowser Chrome "https://www.linkedin.com" -Incognito false
-
Search for the Topic
The script clicks on the search bar, writes the specified topic (e.g., AI Automation), and submits the search by sending the ENTER key.Click Text "Search" Write "AI Automation" SendKeys ENTER
-
Filter by Posts
The scenario clicks on the “Posts” filter to show posts related to the search topic.Click Text "Posts"
-
Follow Pages or People
The scenario automatically follows pages or people. If it fails to find the follow button, it retries up to 3 times and continues even if unsuccessful. It scrolls to find more accounts and follows them.Click Text "+ Follow" -WhenFails continue -Retry 3 Scroll 5 -UntilVisible Text "+ Follow" Click Text "+ Follow" Scroll 5 -UntilVisible Text "+ Follow" Click Text "+ Follow"
Complete Script:
OpenBrowser Chrome "https://www.linkedin.com" -Incognito false
Click Text "Search"
Write "AI Automation"
SendKeys ENTER
Click Text "Posts"
Click Text "+ Follow" -WhenFails continue -Retry 3
Scroll 5 -UntilVisible Text "+ Follow"
Click Text "+ Follow"
Scroll 5 -UntilVisible Text "+ Follow"
Click Text "+ Follow"
Let us know if you need further assistance or additional templates!