Thread win32::IEAutomation (4 answers)
Opened by xaver at 2007-09-07 17:34

renee
 2007-09-07 17:45
#99199 #99199
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Das ist ein Fehler in Win32/IEAutomation.pm...

In der Funktion getAllTables muss es statt

Code (perl): (dl )
                my $link_object = Win32::IEAutomation::Element->new();


einfach
Code (perl): (dl )
                my $link_object = Win32::IEAutomation::Table->new();
heißen. Dann sollte es gehen...
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread win32::IEAutomation