Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE vs Firefox
Message
De
19/02/2015 21:35:30
 
 
À
19/02/2015 15:56:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01615599
Message ID:
01615616
Vues:
64
>>>>Why does this work for me >>>> o = CREATEOBJECT("InternetExplorer.Application")
>>>>And this does not >>>> o = CREATEOBJECT("Firefox.Application")
>>>
>>>Because FireFox doesn't support automation this way, I guess.
>>
>>Will Chrome work? with CreateObject?
>
>AFAIK IE is the only browser that supports automation.

bit too all-encompassing a statement.
There is selenium, which allows automating browsers via JS (used a lot for automaTIC testing of websites/web programming
There also was an attempt to implement activeX compatible automation to Firefox around IE4, when I tested it it was partially working but incomplete (ages ago)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform