Code

Programming Languages: C#

License: Apache License V2.0

Repositories

browse code, statistics, last commit on 2012-04-23 svn co https://watin.svn.sourceforge.net/svnroot/watin watin

Show:

What's happening?

  • WatiN removes javascript behaviours when typing on inputs

    Hi, I have a web application where I am using a jQuery plugin named inputmask ( https://github.com/RobinHerbots/jquery.inputmask ). I works great on IE, but when I run a test WatiN clears the mask and write just a raw value. I have upload a sample project that contains a page named MaskAndWatiNProblem.html with an INPUT and a inputmask. When you run the console application, it uses...

    2012-05-25 08:43:04 PDT by vtortola

  • Can't set TextField's Value to null when MaxLength > 0

    The TextField's Value setter checks value.Length if MaxLength is greater than 0. Setting the value to null causes a null reference exception in this case. This should be allowed, since the getter returns null instead of string.Empty.

    2012-05-24 08:38:05 PDT by rossisdead

  • Comment: File download dialog doesn't work in IE9

    I can't get this to work for me at all. I have also tried the answer on http://stackoverflow.com/questions/7500339/how-to-test-file-download-with-watin-ie9 as this looks very similar but with no luck. Is there going to be an actual watin fix for this?.

    2012-05-22 09:20:54 PDT by https://www.google.com/accounts

  • Comment: Support for Chrome

    Yes. Chrome and WebKIT is very progressive browser. I'd like to have it supported.

    2012-05-04 04:48:47 PDT by blackswan

  • Add jssh support for Firefox 9,12

    Now we have the 12 version of FF. But I didn't find jssh compatible with it.

    2012-05-04 04:46:28 PDT by blackswan

  • Comment: Exception on AsyncActionOnBrowser

    A proposed fix (that i am currently using for this): public static void AsyncActionOnBrowser(ThreadStart action, bool catchExceptions) { var thread = new Thread(() => { try { action(); } catch (Exception e) {.

    2012-05-01 07:23:05 PDT by liortal53

  • Exception on AsyncActionOnBrowser

    When using a method like ClickNoWait, a new thread is being created and code is executed on it. In case of an exception on the other thread, the entire application crashes since it is not handled in the new thread.

    2012-05-01 06:45:26 PDT by liortal53

  • WatiN

    jvmenen committed revision 1217 to the WatiN SVN repository, changing 19 files.

    2012-04-23 13:10:18 PDT by jvmenen

  • WatiN

    jvmenen committed revision 1216 to the WatiN SVN repository, changing 178 files.

    2012-04-11 14:34:38 PDT by jvmenen

  • WatiN

    jvmenen committed revision 1215 to the WatiN SVN repository, changing 1 files.

    2012-04-11 14:21:47 PDT by jvmenen

Our Numbers