Jump to content

LL77ee

Members
  • Posts

    2
  • Joined

  • Last visited

LL77ee's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thank you all. I will try them tomorrow and get back to you. Thanks again.
  2. Hello, I am both new to AutoIt and to this forum. Unfortunately, I could not find an answer or a solution to my problem, which is choosing something from a selected dropdown menu. In detail, I have a page I wish to navigate and from which I wish to download a programme. My problem is that there are two, sometimes more, dropdown menus that need to be set in order to commence with the download. This is the script I have managed so far, which was not very successful I am afraid; $my_url = "http://xxxxx" ShellExecute ( "C:Program Files (x86)Mozilla Firefoxfirefox.exe", $my_url ) ControlCommand('[CLASS:WindowsForms10.COMBOBOX.app.0.2004eee; INSTANCE:3]','','controlID',"SelectString", xxxxx) I have been watching the tutorials, which are immensely helpful, and I will continue to study them and this page. However, if anyone has an idea on how to solve this problem, I thank you in advance. Best, LL77
×
×
  • Create New...