Siebel UI Automation using VB6

580 Views Asked by At

I would like to know if there is any way to be able to automation Siebel UI using VB6. Which component should i add in VB6 references to be able to get the Siebel UI objects and methods. Any help in this would be of great help

1

There are 1 best solutions below

2
On

You might want to look into the Siebel Object Interfaces Reference

According to the reference:

You can access a Siebel COM object interface in any of the following ways:

  • COM Data Control
  • COM Data Server
  • Web Client Automation Server Mobile
  • Web Client Automation Server

To access a Siebel COM interface, you can use any of the following languages: - JavaScript - Visual Basic - C++

If it's installed properly, you should probably see one of these options under references--most likely under Siebel...

Mobile Web Client Automation Server requires:

  • If you use Microsoft Visual Basic version 5.0 or later, then the sobjsrv.tlb file must reside in the same directory as the Siebel application configuration (CFG) file. If this file is not in the correct directory, then the COM Data Server does not work.