You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Silverlight Selenium
An interesting thing is going on. I'm running the ClickClicks test in
the ButtonFixtureTest and getting an error "Object doesn't support
this property or method" when it gets to the Call method in the
Silvernium class.
As I'm much better at working in this environment I'm able to add just
a touch more than I could last time I tried this. I noticed in the
Selenium browser that it was getting a call to GetEval that was
working. That means it's not directly in GetEval. At least I think it
isn't. So, I did this:
return
selenium.GetEval(jsForContentScriptMethod(functionName, parameters));
}
I put another GetEval in the Call method. It's working just fine.
myTemp is = to 'true'. It's the second one that's not.
It actually might be something wrong with the way my computer is set
up. I'm going to head home now and see if it's possible that the same
code will work on a less encumbered machine.
I'll let you know.
MArk B.
MArk B.
unread,
Apr 13, 2012, 7:38:17 PM4/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Silverlight Selenium
This is the string it's choking on:
"window.document['silverlight'].content.SilverlightFixture.FindControl('clearTextBox');"
Anil Dhiman
unread,
Feb 18, 2014, 5:27:39 AM2/18/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to silverligh...@googlegroups.com
Hi Mark,
Have you found answer to this ? I have been debugging it lately and found that even