Jump to content

_IE ... Chrome or firefox etc.


Recommended Posts

  • 2 weeks later...

@anthonyjr2 Not sure what you mean with "low-level access to the browser". With IUIAutomation i can reach any addressbar of any browser and as I can type anything I want I can do: 

javascript:x:=someFunc();alert(x);function somefunc(){ return ... };void(0);

and if you want it real sophisticated you can insert javascript elements to the DOM thru addressbar and reach full DOM / HTML thru the addressbar

https://www.autoitscript.com/forum/search/?&q=javascript:&author=junkew

So with browsers (Opera, IE11, Edge, Chrome, Firefox) no limitations from AutoIt and also no need to reach thru Selenium/WebDriver your browser functionalities

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...