JimTe Posted March 7, 2021 Posted March 7, 2021 I'm just getting started with AutoIT and thought someone might have some pointers for me. I would like to create a script to use when booking camping sites. National Parks and many state parks use reservations.gov or reserveamerica.com to book sites. The sites usually become available months ahead at a specific time. Popular parks seem to get booked up in milliseconds after opening. I want to create a script that simply clicks the 'Book Now' button at the exact time. ( I would have already logged in and selected a site and clicked the 'I Am Not A Robot' button) Any suggestions? Thanks in advance, Jim
JimTe Posted March 7, 2021 Author Posted March 7, 2021 I'm just getting started with AutoIT and thought someone might have some pointers for me. I would like to create a script to use when booking camping sites. National Parks and many state parks use reservations.gov or reserveamerica.com to book sites. The sites usually become available months ahead at a specific time. Popular parks seem to get booked up in milliseconds after opening. I want to create a script that simply clicks the 'Book Now' button at the exact time. ( I would have already logged in and selected a site and clicked the 'I Am Not A Robot' button) Any suggestions? Thanks in advance, Jim
Moderators Melba23 Posted March 7, 2021 Moderators Posted March 7, 2021 Moved to the appropriate forum. Moderation Team Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Nine Posted March 7, 2021 Posted March 7, 2021 Someone was working on this recently. Use the research tool up right. The idea was to read the Web site using InetRead, extract the information required. You could also use IE udf or Webdriver udf. To read the info and push button. All depends what you actually need to perform... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now