[Comxmlrpc-devel] need help in impelementing COMXMLRPC
Brought to you by:
irvazquez
|
From: Ashok T. B. <AB0...@Te...> - 2013-06-13 11:34:44
|
Hi All,
I am trying to perform action on 3rd party dll of Seetest tool.
I have downloaded the COMXMLRPC.dll and registered.
When i am trying to execute the below vbscript, i am getting error.
Expected end of statment
code:- 800A0401
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
dim xmlrpcserver
Set xmlrpcserver = CreateObject("comxmlrpc.rpcClient")
xmlrpcserver.uri = "http://localhost:8888/C:/Documents and Settings/e20036768.client.000/Desktop/Ashok/COMXMLRPC/CookComputing.XmlRpcV2"
xmlrpcserver.execute "openDevice"
set xmlrpcserver = nothing
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
some of the seetest command are
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Set client = DotNetFactory.CreateInstance("experitestClient.Client", "C:\\Program Files\\Experitest\\SeeTest\\clients\\C#\\imageClient.dll")
client.Connect "127.0.0.1", 8888
client.SetProjectBaseDirectory "C:\\BMB\\speakn\\Project on 124.3.4.86"
client.WebGet "www.google.com"
Report
client.Launch "com.barclays.apps.pingit/com.barclays.ui.application.AlterUserActivity", true, false
Report
client.WebGet "www.google.com"
Report
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
client.waitForElement ( "NATIVE", "id=tvPasscodeInfo",0, 1000)
client.click("NATIVE", "text=OK", 0, 1);
Thanks
Ashok
============================================================================================================================Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/tim/disclaimer.html">http://tim.techmahindra.com/tim/disclaimer.html</a> internally within Tech Mahindra.============================================================================================================================
|