Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.04 KB

🚀 Web Automation Functions

Simple yet powerful browser automation tools ✨

🌐 Page Management

  • WaitForLoad ⏳ Ensures complete page loading before any action
  • CheckPage ✅ Validates current page against specified criteria
  • SetAnyPage 🔄 Sets any page via URL or configuration
  • SetPageByTitle 📚 Navigates to pages using their title

🎯 Navigation

  • Navigate 🧭 Directs browser to desired destinations
  • GetElement 🔍 Locates specific elements on the page
  • GetElementPosition 📐 Determines element coordinates
  • GetValue 📝 Retrieves element values

⚡ Interactions

  • ClickElement 🖱️ Performs direct element clicks
  • ClickElementByPosition 📍 Executes position-based clicks
  • SimulateTyping ⌨️ Mimics human typing patterns
  • SimulatePaste 📋 Direct content insertion

🛠️ Built for efficiency and reliability

"Thanks to https://github.com/thqby/ahk2_lib - https://github.com/G33kDude/Chrome.ahk and everyone who contributed to the creation of the necessary components."