
slidy56fr
Members-
Posts
13 -
Joined
-
Last visited
slidy56fr's Achievements

Seeker (1/7)
0
Reputation
-
Hello Nine Thank you for the answer. I have to continue testing... Ideally I would like to drive my Firefox without closing my multiple FireFox windows already open. Indeed when I use Firefox in classic mode, I launch Firefox: I 'm used to retrieve all my Firefox Windows (with a lot of tabs) which are saved when I close the browser. When I try to launch piloted Firefox, AutoIt notice me that Firefox process is already open. I will try with a simple script. My aim is to fill form fields and ideally autoscroll those fields objects so as to check what the automate script really do. (I was used to use the powerFull IE UDF which was more userfriendly to program) Thanks for the help As regards A.
-
Hello I am on Firefox with a PAC proxy with authentication on Windows 10, all is working without AutoIt and the Proxy's username and password are not asked because it's s stored in Firefox. How can I use Firefox with AutoIt (Danp2au3WebDriver-1.3.0, Winhttp de Trancexx and Geckodriver is installed): if I give my Proxy's username and password on each execution it works, but it's not pratical to use. How can I store the proxy password in the Firefox AutoIT environment? There are not many comments to use the constants and the functions in case of a Proxy use... No standard case is explained with proxy use... Thanks As regards A. (FRANCE)
-
Project to a linux or Mac Autoit Release??
slidy56fr replied to slidy56fr's topic in AutoIt Technical Discussion
Hello, in fact in my first post I thanks in advance then I expected may be wrongly that is was unnecessarily to thanks again ;-) Sorry if I incommode someone. -
Thank you for the principle, but i have already tested this _IEAction($oLink, "scrollintoview") with those following lines: $iScreenX = _IEPropertyGet($oLink, "screenx") $iScreenY = _IEPropertyGet($oLink, "screeny") MouseMove($iScreenX, $iScreenY) but I noticed a mouse offset for the mouse's position!
-
Project to a linux or Mac Autoit Release??
slidy56fr replied to slidy56fr's topic in AutoIt Technical Discussion
Thank you for your answers -
Internet Explorer 11, AutoIt 3.3.14.2 I want to download many files which are published with hyperlink on a web page. I use AutoIt and when there is a few files, it works even if It's on a website with secured links. I have a script to download link items with the object method (I gave a partial sample), but when the number of link exceed the web page, there is not an auto scroll, then the links which are not on displayed without scroll are not downloaded. Thank you From France EchantillonRecepAnonym.au3
-
Hello, I think your Autoit's language is perfect with clever syntax without unnecessary things (";" at the end for each line like C based languages,PHP ). Many languages force developers to reinvent basic things (for example, so as to create a directory whatever if this one exist AutoIt do it with only 2 words, many other language must have 6 lines or more: I think many developers become exhausted to do poor things because of this principle). I encourage AutoIT for Windows (I regret that it is not bult-in in Windows so as to help to deploy softwares). I want to be proactive to learn a language which would be compatible with other OS than Windows (linux, Mac OS) but according to me no language reach the AutoIt's level. I began to use PHP wich is interesting but I think this language is a draft and they could have better syntax (especially for different comment when we switch from HTML to PHP in the same file). Is there a project for a Linux or MAC AutoIt? (except the famous Wine for Linux) Thanks As regards Arnaud (France)
-
Indeed, thank you Guiness, I confirm your answer on the official website https://www.autoitscript.com/site/autoit/downloads/ "v3.3.8.1 – Last version to support Windows 2000." I am sorry for my question. I did'nt read all. In all case AutoIt is a wonderful program with is easy to read and powerful, I would be happy that linux men and women take this logic in their languages. However it would be better to include both program's text and GUI Koda in the same GUI.
-
Hello I am sorry Guiness but 3.3.12.0 is the last release source: https://www.autoitscript.com/site/autoit/downloads/ Latest version: v3.3.12.0 Updated: 1st June, 2014 After I want to know if Windows 2000 SP4 is not supported for Autoit 's compiled programs (Windows 2000 is nearly the same operating system as Windows XP 32 bits) Thanks
-
Hello I compiled with Autoit 3.3.12.0 X86 from a Windows XP SP3 when I execute the compiled exe on a Windows 2000 service pack 4, I get "is not a valid Win32 application" even if I use a simple file name directory name However, the same compiled exe is working on Windows XP 32 sp3 and Windows 7 64. When I compiled from old Autoit's release the compiled exe was working on Windows 2000 SP4. Thanks As regards Arnaud DEROUET FRANCE au3 source used: #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Outfile=c:autoitbaseafac.exe #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI **** MsgBox(0,"textetitre","texte") Exit