Description:
This template automates creating and posting content on a Facebook company page using Uxer’s AI Assistant (AskUxer). The scenario dynamically generates a Facebook post about AI Automation, personalizes the content, and publishes it on your company page.
How to Use It:
- Copy and paste this template into Uxer’s scenario builder.
- Ensure that you are logged into Facebook in Chrome and have access to your company page before running the scenario.
- Save and run the scenario to automate posting content on your Facebook company page.
Step-by-Step Process for Setting Up Your Automation Scenario
-
Open Chrome and Navigate to Your Facebook Company Page
The scenario opens Chrome and navigates to the Facebook company page (e.g., Uxer’s page), with incognito mode disabled to ensure the user remains logged into their account.OpenBrowser Chrome "https://www.facebook.com/Uxer.ai.automation" -Incognito false
-
Scroll to the Post Section
The step moves the mouse to the “See dashboard” section to help scroll to the desired area and prepares to click the post text field.MoveMouseTo Text "See dashboard" Scroll 3
-
Click the “What’s on” Text Field
The step clicks on the “What’s on” text field to initiate a new post. The full text is “What’s on your mind, Uxer?” but since this text may change over time, we preferred to use a partial match.Click Text "What's on"
-
Generate a Personalized Post Using AskUxer
Uxer’s AI Assistant dynamically creates an engaging post about AI Automation, personalizing the content to fit any random domain and focusing on its benefits. The generated post avoids using technical AI jargon.{Response} = AskUxer "Create an engaging Facebook post about AI Automation. Avoid generic responses and personalize it based on the content. It should focus on any random domain and explain how this domain benefits from AI Automation. Avoid using AI like language."
-
Write the Generated Post
The step writes the generated response in the post field and waits 4 seconds to ensure the UI is ready.Write {Response} -WaitAfter 4000
-
Simulate a Space Keypress
The step simulates pressing the space key to activate the post button.SendKeys Space
-
Navigate to the Post Button and Submit
The step uses theSHIFT+TAB+TAB+TAB
key combination to navigate to the post button and presses the RETURN key to submit the post.SendKeys SHIFT TAB+TAB+TAB SendKeys RETURN
Complete Scenario:
OpenBrowser Chrome "https://www.facebook.com/Uxer.ai.automation" -Incognito false
MoveMouseTo Text "See dashboard"
Scroll 3
Click Text "What's on"
{Response} = AskUxer "Create an engaging Facebook post about AI Automation. Avoid generic responses and personalize it based on the content. It should focus on any random domain and explain how this domain benefits from AI Automation. Avoid using AI like language."
Write {Response} -WaitAfter 4000
SendKeys Space
SendKeys SHIFT TAB+TAB+TAB
SendKeys RETURN
Let us know if you need further assistance or additional templates!