Hi everyone,
I am really a beginner to AutoIT and just started working on it last week. I have a requirement to automate an IEFrame (vbs wizard opens in IE browser) using python language.
When i spied on the IEFrame all the controls are recognized as "Internet Explorer_Server1" INSTANCE:1 . I am not sure if i am missing anything here.
How do i include ie.au3 in python? Any help is greately appreciated.
Thanks,
bhumis
Include AutoIT ie.au3 in python
Started by
bhumis
, Sep 20 2012 03:09 PM
2 replies to this topic
#1
Posted 20 September 2012 - 03:09 PM
#2
Posted 20 September 2012 - 03:49 PM
You can't include AutoIt source in other languages. There is no mechanism to run scripts like that. You'll need to translate the code to Python using Python's COM mechanism (if it has one).
#3
Posted 20 September 2012 - 04:39 PM
Thanks Richards! That's what i thought. I will try to use autoit IEFrame functions without python.
Thanks,
bhumis
Thanks,
bhumis
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




