This is link to TinyMCE redactor: TinyMCE I have a task: To type text in the textfield of TinyMCE开发者_Python百科. But this in not a textfield, this is a Body that doesn\'t have a method \"TypeText(
I need upload file on the website. But Have a problem, i can\'t choose file automatic in code. Always browser show me choose file window.
When i add watin reference to solution, i can write code, i\'m able to see IE class intance methods but when start debugging, it says
The ContainsText method finds the text only in specific area in the html but fails to find id in other parts of the page.
Using C#WATIN, how do I get the value of the second occurence of a INPUT tag html element on a page? I\'ve tried a whole bunch of things and haven\'t succeeded.The debugger isn\'t giving me any obvio
I have a separate project which performs watiN tests. The project is in the 开发者_StackOverflowform of class library project. When I run test it launches the browser and then uses the Web.config of t
I\'m having an issue running WatiN under CruiseControl.net, where on a .forceclose, watin is closing all open browser instances. I have multiple projects running under cruisecontrol, and its not uncom
I have a C#-application running on Windows 7. I am using Watin to test some flash and quicktime movies in Internet Explorer. I am running in x64 mode due to some memory limitations I encountered in x8
I have the following code in an Nunit test ... string url = \"\"; url = @\"http://localhost/ClientPortalDev/Account/LogOn\";
I\'m developing some tests for a website that contains some PDF content.The instance of IE8 created by WatiN does not open the PDFs in the browser, instead asking to download the file.When I examine t