Jump to content

SlavaS

Members
  • Posts

    15
  • Joined

  • Last visited

SlavaS's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi SOLVE-SMART Only I need to get TEXT at the same time from tickets and Text attribute Alt Image Tag. And with this option: '//div[@data-test-id="ticket-preview"]//img' ... I get only Attribute Text of the Image Tag Best regards Slava
  2. Solved. It may be wrong of course. 😉 Thanks.
  3. /html/body/div[7]/div[1]/div/div[1]/div/div/div[2]/div[1]/div[2]/div[2]/div[1]/div/div/div[1]/div[2]/div/div I need to get the texts of tickets from many tickets (I understand), but also all the texts of the attributes of the images of ALT belonging to each ticket. For example: Best regards Slava
  4. Hello! Please tell me how to get data from the resulting object in the cycle. The text can be obtained, but with IMG problems. For example, you need to get data <IMG alt = ’’> each ticket.
  5. C:\Program Files (x86)\AutoIt3_v3.3.8.1\Include\Excel.au3 (31) : ==> Can not redeclare a constant.: Global Const $xlThin = 2 Global Const ^ ERROR duplicates constants with excel.au3
  6. for version autoit 3.3.8.1
  7. All perfectly! Where can I download previous versions for older versions of autoit?
  8. SlavaS

    ExcelChart

    All perfectly! Where can I download previous versions for older versions of autoit?
  9. yes it all right, thank you very much ))
  10. #include <GUIConstantsEx.au3> #include <IE.au3> #include "GUIExtender.au3" $hGUI = GUICreate("Test", 300, 390) $Button = GUICtrlCreateButton("Test", 10, 20, 70, 22) GUISetState() While 1 $iMsg = GUIGetMsg() Switch $iMsg Case $Button _Child() Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd Func _Child() $hGUI_Child = GUICreate("Test", 250, 170) _GUIExtender_Init($hGUI_Child) _GUIExtender_Section_Start(0, 70) GUICtrlCreateGroup(" 1 - Static ", 10, 10, 230, 50) _GUIExtender_Section_Action(2, "", "", 180, 40, 50, 20) ; Normal button _GUIExtender_Section_End() _GUIExtender_Section_Start(70, 100) GUICtrlCreateGroup(" 2 - Extendable ", 10, 70, 230, 90) $oIE = _IECreateEmbedded() $hIE = GUICtrlCreateObj($oIE, 10, 70, 230, 90) _IENavigate($oIE, "about:blank") _GUIExtender_Obj_Data($hIE, $oIE) _GUIExtender_Section_End() GUICtrlCreateGroup("", -99, -99, 1, 1) GUISetState() While 1 $iMsg = GUIGetMsg() Switch $iMsg Case $GUI_EVENT_CLOSE GUIDelete($hGUI_Child) _GUIExtender_Clear() ; If this is omitted, the script will crash when the child is created a second time Return EndSwitch _GUIExtender_Action($iMsg) ; Check for click on Action control WEnd EndFuncHello, when added to the gui child _GUIExtender_Obj_Data, error when re-opening the child "C: \ .... \ GUIExtender.au3" (523): ==> Subscript used on non-accessible variable .: ControlMove ($ aGUIExt_Section_Data [0] [3], "", $ iCID, $ aPos [0] + $ iGUI_Fixed, $ aPos [1]) ControlMove ($ aGUIExt_Section_Data [0] [3], "", $ iCID, $ aPos ^ ERROR Help my please.
  11. Yes, I saw, hoping that somebody left the source, and will lay them again, or give a link to a new project.
  12. Please update your links on the first page, and then wrote Invalid or Deleted File. Maybe there is something newer. Sorry for my English. Thx
  13. question is still relevant.
  14. But where is the mess? I swill the question asked on the topic
  15. Tell me please, how to determine the Cipher strength in IE under Windows Vista/7?
×
×
  • Create New...