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

+Draft/use uiacomwrapper lib #59

Open
wants to merge 12 commits into
base: draft/use-uiacomwrapper-lib
Choose a base branch
from
Open

+Draft/use uiacomwrapper lib #59

wants to merge 12 commits into from

Commits on Oct 20, 2015

  1. Version 2.9.1

    opensourceci2gis committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    b9d0de2 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Configuration menu
    Copy the full SHA
    4d6d0ee View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    0075992 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Merge pull request #55 from jonstoneman/rotation

    Get and set screen orientation
    skyline-gleb committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    d4177df View commit details
    Browse the repository at this point in the history
  2. Version 2.10.0

    opensourceci2gis committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    80d530a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Replace references and some using types

    System.Windows.Point to System.Drawing.Point
    System.Windows.Rect to System.Drawing.Rectangle
    skyline-gleb authored and Nick Butcher committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    c9d8325 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Get logging info before clicking - otherwise UI Automation throws Ele…

    …mentNotAvailableException
    Nick Butcher committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    28e78e3 View commit details
    Browse the repository at this point in the history
  2. An ElementNotAvailableException from the UIAutomationFramework is an …

    …indication that the element does not exist.
    Nick Butcher committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    9a4eeb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Alter Winium to use a TreeWalker to search for FindFirst and FindAll,…

    … because the COM native methods seem to fail to find elements that do exist.
    Nick Butcher committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    e53479f View commit details
    Browse the repository at this point in the history
  2. Ensure search is actually breadth-first

    Nick Butcher committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    bc5a118 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2015

  1. Don't loop at the top level - results in duplicates if the child sear…

    …ch returns quickly.
    Nick Butcher committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    2ab66a4 View commit details
    Browse the repository at this point in the history
  2. Get the string representation before clicking - buttons may be hidden…

    … immediately and may throw ElementNotAvailableException
    Nick Butcher committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    bc5a06c View commit details
    Browse the repository at this point in the history