watin
How to hover over some link and wait for popup to appear. (WatiN)
I need to h开发者_如何学Pythonover over a link to make popup to appear. I used MouseEnter() function but it lasts just milliseconds and i need approx 3 seconds of hovering to make popup to appear. So[详细]
2023-04-05 23:29 分类:问答Automatic clicking on JavaScript menus by using watin
I am trying hard to be able to automate the process of clicking on links built in javascript using watin framework.[详细]
2023-04-05 18:10 分类:问答how to grab the link uri in watin testing framework
I have to get the url address of the page which i have opened by executing click eve开发者_StackOverflow中文版nt.[详细]
2023-04-05 13:36 分类:问答Autocomplete DropDown Menu Testing using WatiN
I am using WatiN to test an autocomplete drop down. When a user types in the field after 3 characters have been entered jquery autocomplete is triggered and an un-ordered list is shown. It is mandato[详细]
2023-04-05 07:47 分类:问答WatiN Test Recorder: How to get the compiled code in C# from the steps the recorder records
开发者_高级运维I am using Watin Test Recorder for the first time, have recorded test like opening IE, giving the URL as http://www.google.com and then entering something in the text box of Google[详细]
2023-04-04 16:12 分类:问答How to deal with a confirming dialog?
I am having an issue with clicking on an OK button in a confirming dialog. This is what I have used but it isn\'t activating the OK nor is it getting the message property from the dialog. Any ideas as[详细]
2023-04-03 15:43 分类:问答watin nunit UnauthorizedAccessException : Access is denied
I\'ve started having trouble running Watin tests via Nunit.Last week this was working but this week it\'s not.I\'m not aware that I\'ve changed anything but I\'ve started getting UnauthorizedAccessExc[详细]
2023-04-03 06:46 分类:问答WATIN-Run script Problem in IIS
I am using watin framwork. I have wrote code ie.Runscript(\'newnote()\'); Its running in my pc IIS success. This code also runnign with client visual studio 2008 with success but failed with client II[详细]
2023-04-03 06:07 分类:问答FileUploadDialogHandler()
I am trying to automate a web app which involves selecting an existing file using a fileuploaddialoghandler() method and entering the full path in the file name dropdown then Open click.[详细]
2023-04-02 16:48 分类:问答Watin Visible of Text
I\'m Using W开发者_Python百科atin tool in C# to find a text is available in webpage/URL. Using the code:[详细]
2023-03-31 13:33 分类:问答