idk_kev Posted May 27, 2016 Posted May 27, 2016 I wrote a script which does things on a website like filling out inputs or pressing buttons. Everything is working fine except the button clicking. When it comes to clicking a button nothing happens. The source code of the button is: <div class="red-bet-button bet-button" data-color="red">1 - 7</div> and the XPath is : html/body/div[1]/div[2]/div[6]/div[1]/div/div[1] So I tried to click the button with this code: _FFClick("red-bet-button bet-button", "class") _FFClick(_FFXPath("html/body/div[1]/div[2]/div[6]/div[1]/div/div[1]")) Neither of them is working. After that I tried it with MouseClick( "" ) which apparently worked. So my question is : What should I do to make it work with _FFClick? Thanks in advance.
Danp2 Posted May 27, 2016 Posted May 27, 2016 Are you sure that this doesn't violate the TOS for this site? Forum Rules Quote Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects: Launching, automation or script interaction with games or game servers, regardless of the game. ~ Latest Webdriver UDF Release Webdriver Wiki FAQs
Moderators Melba23 Posted May 28, 2016 Moderators Posted May 28, 2016 Duardo, Please answer. M23 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
idk_kev Posted May 28, 2016 Author Posted May 28, 2016 Yes I'm sure. A friend of mine gave me a similiar script which I am trying to rebuild (for educational purposes only).
Moderators Melba23 Posted May 28, 2016 Moderators Posted May 28, 2016 Duardo, Quote Yes I'm sure Well, I am afraid that I am not. What is the URL of the site with which you are interacting? If it is a gaming site then, for educational purposes or not, the topic is not permitted here. M23 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
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