Alae-Eddine-Akesbi/AgenticMCP-Selenium
If you are the rightful owner of AgenticMCP-Selenium and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The AI-Powered Browser Automation project leverages LangChain and Selenium MCP to automate web browsers using natural language commands.
Tools
Functions exposed to the LLM to take actions
start_browser
Launches a new browser session.
navigate
Navigates to a specific URL.
close_session
Closes the current browser session.
get_page_source
Retrieves the HTML source of the current page.
get_element_text
Gets the visible text of a specific element.
take_screenshot
Takes a screenshot of the visible part of the page.
find_element
Checks if an element exists on the page.
click_element
Clicks on a specific element.
send_keys
Types text into an input field.
upload_file
Uploads a file to a file input field.
hover
Hovers the mouse over an element.
drag_and_drop
Drags an element and drops it onto another.
double_click
Performs a double-click on an element.
right_click
Performs a right-click on an element.
press_key
Simulates pressing a key on the keyboard.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client