Changes:
- 0010275 Merge pull request #19 from gravity-api/stage
- 96d3a84 Merge pull request #18 from gravity-api/find-by-text
- 12e8be7 Merge pull request #17 from LifshesOfer/main
- 573614f Support for finding elements by text (OCR)
- e6e49b5 Merge branch 'test' of https://github.com/LifshesOfer/gravity-uia-server into test
- 9d588c8 Added DPI awareness to negative requirement for manually providing scale ratio.
- d13fd7e reduced redundant code repetitions.
- 8ee54b9 InteractionController's 'InvokeClick' now calls element.Click
- 7e914dc Added 'Click' extension method for Element
- c6e5168 reduced complexity of UIAutomationElement's Click method
See More
- 0d5e856 Merge branch 'test' of https://github.com/LifshesOfer/gravity-uia-server into test
- 79a40c0 Added DPI awareness to negative requirement for manually providing scale ratio.
- b308696 Added DPI awareness to negative requirement for manually providing scale ratio.
- ce49980 reduced redundant code repetitions.
- 336483b InteractionController's 'InvokeClick' now calls element.Click
- cfb73fc Added 'Click' extension method for Element
- cc4595f reduced complexity of UIAutomationElement's Click method
- 86f7f4a converted 'click' methods to use Element instead of UIAutomationElement
- cdec01b removed null check on uiautomationelement from controller
- fc0b72f remove unnecessary check
- 3bd6bad Refactored several 'click' method signatures from UIAutomationElement to 'Element'.
- 8263469 added CaptureScreenshot method
- 83d4100 extracted external methods to separate class.
- 9388f7d added OCR project
This list of changes was auto generated.