Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows devices #157

Closed
wants to merge 27 commits into from
Closed

Add support for Windows devices #157

wants to merge 27 commits into from

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    8962ecf View commit details
    Browse the repository at this point in the history
  2. Public constructors like AppiumDriver(ICommandExecutor commandExecuto…

    …r, ICapabilities desiredCapabilities)
    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    46764ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4996e10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5379d51 View commit details
    Browse the repository at this point in the history
  5. C#6.0: Changed Tool Version

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    1ce11e5 View commit details
    Browse the repository at this point in the history
  6. C# 6.0: FIX of IOS gesture test

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    1c5410c View commit details
    Browse the repository at this point in the history
  7. C# 6.0: Dependency updates. Downgrade to .NET 4.5.2

    .NET Framework version was downgraded because of compatibility with Mono
    Framework.However the lang level is 6.
    Dependencies were updated:
    - Selenium.WedDriver was upgraded to 2.53.1
    - Selenium.Support was upgraded to 2.53.1
    - Newtonsoft.Json was upgraded to 9.0.1
    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    709851c View commit details
    Browse the repository at this point in the history
  8. C# 6.0: Dependency updates. Downgrade to .NET 4.5

    .NET Framework version was downgraded because of compatibility with Mono
    Framework.However the lang level is 6.
    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    ec8bba9 View commit details
    Browse the repository at this point in the history
  9. Release notes were updated

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    36f70ab View commit details
    Browse the repository at this point in the history
  10. #153 fix & #152 fix. The SessionDetails property

    These changes (#153 fix & #152 fix) are supposed to be the temporary
    workaround. I'm and  @SrinivasanTarget are searching for a more relevant
    solution. It seems it requires some changes on the server side
    
    The `SessionDetails` property was added.  This property returns a
    dictionary of the current session data.
    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    d3a5efa View commit details
    Browse the repository at this point in the history
  11. Release notes update

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    3ef2457 View commit details
    Browse the repository at this point in the history
  12. The SetImmediateValue method was moved to AppiumWebElement.

    It works against text input elements on Android.
    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    5c9617b View commit details
    Browse the repository at this point in the history
  13. Update RELEASE_NOTES.md

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    5b90a27 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    1f9c33c View commit details
    Browse the repository at this point in the history
  15. Update RELEASE_NOTES.md

    TikhomirovSergey authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    2c87f8e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2567ef5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84f4bde View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ad6fa7f View commit details
    Browse the repository at this point in the history
  19. adding a couple Windows tests

    yodurr authored and stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    b215bf0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    35f8cbd View commit details
    Browse the repository at this point in the history
  21. Handle 24-hr clocks

    stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    19951da View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e06cace View commit details
    Browse the repository at this point in the history
  23. Add WindowsDriver.Swipe()

    stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    9efdf90 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9de6150 View commit details
    Browse the repository at this point in the history
  25. Add license file headers

    stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    5feb400 View commit details
    Browse the repository at this point in the history
  26. Remove obsolete methods

    stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    c8694d8 View commit details
    Browse the repository at this point in the history
  27. Move file

    stoneman committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    dbb725c View commit details
    Browse the repository at this point in the history