Annonyreeder Posted May 14, 2013 Posted May 14, 2013 (edited) How would i click this link? <frameset rows="115,*" cols="*" border="0" frameBorder="NO" frameSpacing="0"> <frame name="1838" src="frame-banner.php" noResize="noresize" scrolling="no"> <frameset rows="*" cols="180,*,180" border="0" frameBorder="NO" frameSpacing="0"> <frame name="leftFrame" src="frame-leftmenu.php" noResize="noresize" scrolling="auto"> <html> <head> <body onload=""> <table width="90%" border="0"> <div class="menu" id="rfmenu"> <div> <div> <span> <a href="sliced_page.php?page=crime"> <-------------------- This link? Text - Empty Text Node I have tried the following code with no success $sUrl = "ny-mafia.com" $oIE = _IECreate($sUrl, 1) $oIE1 = _IEAttach($oIE, "ny-mafia.com") _IELinkClickByText($oIE1, "crime") Edited May 14, 2013 by Annonyreeder
careca Posted May 14, 2013 Posted May 14, 2013 trying to automate the game? a text based game? lol Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Annonyreeder Posted May 14, 2013 Author Posted May 14, 2013 well more just to play it in secrete at work, and just for fun as im as far as i can get atm with my work project, u can only automate it so much as theres captchas every 5seconds lol
Shrapnel Posted May 14, 2013 Posted May 14, 2013 ; Did you try this? $o_rfmenu = _IEGetObjById($oIE, "rfmenu") _IEAction($o_rfmenu, "click") ;Or this? _IENavigate(oIE, "sliced_page.php?page=crime", 1) ; You need to put the rest of the URL in here before "sliced"
Annonyreeder Posted May 14, 2013 Author Posted May 14, 2013 Thanks for reply, however neither of those work, Navigate takes it back to the home screen and the _IEAction just comes back with nomatching ID found:/
Recommended Posts