Jump to content

newbie1410

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

newbie1410's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I'd skip of firefox timeout. Please, Can you tell me,
  2. #include <array.au3> #include <file.au3> Dim $oneDarray _FileReadToArray(@ScriptDir & "" & "\test.txt", $oneDarray,$FRTA_NOCOUNT) For $y =0 To UBound($oneDarray) -1 $columnsCounter = stringsplit($oneDarray[$y],",") _ArrayDisplay($columnsCounter, "1D array - count", Default, 8) MsgBox(0,"",UBound($columnsCounter)) For $x= 1 To UBound($columnsCounter)-1 Dim $RowCounter=$columnsCounter[$x] MsgBox(0,"",$RowCounter) Next Next
  3. can't submit , please help me
  4. #include <ImageSearch.au3> #include <AutoItConstants.au3> #RequireAdmin #Include <FF.au3> If _FFConnect () Then ;_FFWindowOpen("http://www.geopostcodes.com/",True,True) _FFTabAdd( "http://www.geopostcodes.com/USA") ;WinWaitActive("Postal and ZIP Code database - GeoPostcodes - Mozilla Firefox") ;.//*[@id='browse']/table[2]/tbody/tr[51]/td[1]/a Global $i=2 _FFWindowSelect() For $i=2 To $i=51 Step 1 MsgBox(0,"","ss") $sObj = _FFXpath("//td[@id='browse']/table[2]/tbody/tr["&$i&"]/td[1]/a","",9) _FFClick($sObj) _FFAction("back") NextPlesae, help me
  5. Yes, thank you so much . very so much
  6. i want to click in " show Next " , but had erros , Please, help me.
  7. #Include <FF.au3> _FFConnect() If _FFIsConnected() Then ; href of the current page $sHref = _FFCmd("window.document.querySelectorAll('.list2')[0].textContent") Sleep(2000) If Not @error Then MsgBox(64,"Current href:",$sHref) Else MsgBox(64,"Error:","Can't conncect to FireFox") EndIfI use the syntax " window.document.querySelectorAll('.list2')[0].textContent " is correct in firefox. but in autoit the error message. :(,
×
×
  • Create New...