Search the Community
Showing results for tags '_IEPropertyGet'.
-
Hi Autoit Experts, I have this requirement where I would like to read from Text Area and later update the Text Area and all this while I have only been able to do it using the IE functions _IEPropertyGet and _IEPropertySet. Is there a way I can achieve the same functionality without having to depend...
-
Hi guys, reading >this topic I discovered there is no way to get the "class" attribute value of an object using only IE Management UDF. For example, www.google.com had a DIV element with class = "ctr-p". If I run this script #include <IE.au3> $oIE = _IECreate("http://www.google.com", 0, 0, 1, 0...
- 2 replies
-
- IE management
- udf
-
(and 1 more)
Tagged with:
-
Hi all Im still New To Autoit and would realy like some help ... I have gone through some examples and other code on the forum but now I am stuck see comments on what I want to do . #RequireAdmin #include <IE.au3> #include <MsgBoxConstants.au3> #include <File.au3> #include <String.au3> #inclu...