shizbiz

55
reputation
54 views

Registered User

name shizbiz
member for 5 months
seen Dec 3 at 22:59
website
location Seattle, WA
age 37
Jul
24
accepted C# with Selenium Ajax DropdownList Question
Jul
24
comment C# with Selenium Ajax DropdownList Question
There is no question the javascript is a pain. I hope I don't have to use this solution often, but it does execute extremely quickly and it does solve my problem. We ultimately are going to have an very large number of these unit tests, so speed is highly valued here, much more than code readability. But I definitely see where you are coming from. Thanks for your help here.
Jul
23
awarded  Teacher
Jul
23
answered C# with Selenium Ajax DropdownList Question
Jul
23
comment C# with Selenium Ajax DropdownList Question
I do have Selenium IDE. Your solution actually does work in an extremely weird (and not acceptable) way. The waitForText method searches for the value in question, does not find it, and ultimately times out. But because it waited so long to time out, that failure ultimately allows enough time to pass for the IDE to recognize that the dropdown has been populated and the statement that selects the option now finds the value it wants.
Jul
21
asked C# with Selenium Ajax DropdownList Question
Jun
28
awarded  Supporter
Jun
28
asked Randomly generated hexadecimal number in C#
Jun
24
answered Polymorphism Not Working Like I Thought It Would?
Jun
22
awarded  Scholar
Jun
22
comment Using JQuery in a Subfolder When the MasterPage is in the Root Folder.
This works for both folders, but doesn't connect me to the intellisense.
Jun
22
comment Using JQuery in a Subfolder When the MasterPage is in the Root Folder.
Sorry, in the second line I meant to point out that the / should be removed, like this: <%if(true){%> <script src="js/jquery.js" type="text/javascript"></script> <%}%>
Jun
22
comment Using JQuery in a Subfolder When the MasterPage is in the Root Folder.
I take it back. When I add <script src="/js/jquery.js" type="text/javascript"></script> followed by <%if(true){%> <script src="/js/jquery.js" type="text/javascript"></script> <%}%> Then it works in both the root and the subfolder, and intellisense works in both places. Good enough for now. Thank you.
Jun
22
comment Using JQuery in a Subfolder When the MasterPage is in the Root Folder.
I have verified that the / before js does indeed allow the code to run in both folders (so it's a better solution than the ResolveUrl), but it still will not allow me to see intellisense. The intellisense trick you listed does not work either.
Jun
22
awarded  Student
Jun
22
asked Using JQuery in a Subfolder When the MasterPage is in the Root Folder.