anon-dot-com / actions

A library of actions for automating the internet.
10 stars 3 forks source link

docs: generate docs #6

Closed grant closed 2 months ago

grant commented 2 months ago

Generates docs for Anon Actions.

Example

Amazon

Function Name Feature
demoAddHeadphonesToCart Automates the process of adding AirPods to the cart on Amazon
getAllOrders Retrieves all orders from the Amazon account
searchItem Searches for a specified item on Amazon
addItemToCartOnProductPage Adds the current item to the cart from the product page
submitCheckoutOnCheckoutPage Submits the checkout process on the Amazon checkout page
navigateToCheckoutPage Navigates to the checkout page from the current page
navigateToAccountPage Navigates to the account page from the current page
navigateToOrdersPage Navigates to the orders page from the current page

Instagram

Function Name Feature
sendMessage Sends a direct message to a specified recipient on Instagram
navigateToDirectInbox Navigates to the Instagram Direct Inbox
closeNotificationModal Handles the notification modal if it appears
selectRecipientOnDirectMessage Opens up a new message modal and selects a recipient
sendMessageOnMessageModal Sends a message to the selected recipient

Linkedin

Function Name Feature
createPost Creates a LinkedIn post
getConnections Gets the LinkedIn connections of the currently logged in user
followCompanyPage Follows a LinkedIn company page
sendMessage Sends a LinkedIn message to a recipient
getUserInfo Gets the general information and contact info of a LinkedIn user
sendConnectionRequest Sends a LinkedIn connection request to a person
sendMessageOnProfilePage Sends a LinkedIn message to a person
clickFirstResultOnSearchPage Clicks on the first result of a search page based on the search query type
searchOnHomePage Writes a search query on LinkedIn
readProfileIntroOnPersonPage Reads the profile intro of a LinkedIn user
readContactInfoOnContactModal Reads the contact info of a LinkedIn user
withContactInfoModal Clicks on the connect button on a LinkedIn profile page and runs callback that is designed for that callback
followCompanyOnCompanyPage Follows a LinkedIn company page
clickOnPostModal Opens the post creation modal on LinkedIn
writePostContent Writes the content of a post in the LinkedIn post creation modal
clickPostButton Clicks the 'Post' button to publish the LinkedIn post
navigateToProfile Navigates to the user's own LinkedIn profile page
readContactsFromConnectionPage Reads and extracts information about the user's LinkedIn connections from the connections page
navigateToConnections Navigates to the user's LinkedIn connections page