Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to automate a siebel application using .net . I have scraped an Active- X obejcet of Siebel, which is a kind of hierarchichal object which is embeded in HTML as , now i have to give a click on items of the grid which expands the childs and i have to get the child elements and process it further.

Problem i am stuck with is ,i am not able to give perform click to the Siebel Active -X object programmatically.

Approach i have tried is:

1. I figured Active-X object as SSJennaList and tried to assign a click event and expand its hierarchy , but it doesn't have any click event or any event which will help me to expand its nodes.

Any help or approach to this problem will be a great help.
Posted

1 solution

 
Share this answer
 
Comments
priyankajain21 6-Sep-12 5:09am    
Thanks for your response.
I have already gone through these. last link about COM interface has relevance with the issue, coz SSJannaList is a COM object.but it doesn't help.
Member 3853846 8-May-13 2:38am    
Any Solution?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900