Jump to content

Unable to identify the Table on Pivotal CRM windows application


Recommended Posts

Hi All,

I'm trying to automate Pivotal CRM application, the challenge i'm facing is that i have a table on this application which is not recognized by Autoit, since then, i'm unable to read the data.

my goal is to read the data on a table and then validate, Can you please  share your thoughts on how to automate this?

Regards,

Hari

Link to comment
Share on other sites

Here you go for the code.

i'm able to get the no of tables on windows application but i need a table name to traverse through rows and columns to validate them.


#include <Array.au3>
#include <IE.au3>

ControlFocus("Case:Pivotal CRM - Smart Client Framework","","[CLASS:Internet Explorer_Server; INSTANCE:1]")

Local $oIE = _IE_Example("Internet Explorer_Server")

Local $oTable = _IETableGetCollection($oIE)
Local $iNumTables = @extended
MsgBox($MB_SYSTEMMODAL, "Table Info", "There are " & $iNumTables & " tables on the page")

_IEQuit($oIE)

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...