Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

problem with https URL

5 views
Skip to first unread message

nagendra

unread,
Aug 1, 2007, 11:04:50 AM8/1/07
to TestDriven.NET Users
Hi,
I am trying folllowing code for testing

IE ie = new IE("https://www.google.com/accounts/ServiceLoginBox?
service");
ie.TextField(Find.ById("Email")).TypeText("abc.xyz@.gmail.com");

2nd line of code giving me following errors.

"Unable to cast COM object of type 'mshtml.HTMLTableClass' to
interface type 'mshtml.IHTMLElement'. This operation failed because
the QueryInterface call on the COM component for the interface with
IID "


that code is working fine for other http sites. When i am trying to
find any of the control of that page it's giving me same error.Can
anybody help me on this issue.

Reply all
Reply to author
Forward
0 new messages