Jump to content

Recommended Posts

Posted

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

Posted

could you please share your code, even if it's not working so others can see if they can help? What does the Au3Info tool say about it? or other spy tools?

My resources are limited. You must ask the right questions

 

Posted

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)

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
  • Recently Browsing   0 members

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