How to Interact (Read / Write) with a Web Application That Only Opens Within a Specific Browser [Closed]

1

CONTEXT

I use a web application that only works with IE8 for client management. So I developed script to AutoIt to get the job done. It works great and my business thrives.

But recently, the company owning this web application, announced that the only way to access this web application will be through a new web browser, which was specifically developed to work with this application.

This new browser does not have developer tools to display codes like html , javascript , css , etc.

So, my bot will not work properly, because I need to read and write to this page, I can not rely only on X and Y coordinates , since data is always changing, dropdowns, pop- ups of confirmation / error, etc.

QUESTION

How can I interact (read / write) with this web application?

  • Read from (home page and popup): Text box, select, radiobutton, checkbox, etc.
  • Write / Simulate Click / to (main page and pop-up): Text box, select, radiobutton, checkbox, etc.

NOTE

  • It is not mandatory for the solution to work with AutoIt , I accept any solution (I do not need a ready code, just a light, I researched and I did not find anything like this) since it works (read / write) / li>
  • The browser name is ASCWebBrowser , but you will not be able to download it, because it is only for business owners.

I have no idea which tag to include.

    
asked by anonymous 11.01.2017 / 15:29

0 answers