Граф коммитов

296 Коммитов

Автор SHA1 Сообщение Дата
Canhua Li 144413ed65 Move Xaml Controls Gallery to ApplicationUnderTests (#914) 2019-10-15 16:42:58 -07:00
Hassan Uraizee 28cee06cea
Merge pull request #895 from licanhua/addjs
Provide JavaScript examples: WinAppDriver + selenium-webdriver and WinAppDriver + WebDriverIO
2019-10-08 14:52:03 -07:00
canhua ef7d2e63c7 update Patch WebDriverIO 2019-10-01 21:39:16 -07:00
canhua f4a6f2fcb0 add submodule 2019-10-01 21:10:56 -07:00
canhua 1841181050 Fix yml error 2019-10-01 21:03:37 -07:00
canhua e8fa3dff40 init 2019-10-01 20:58:24 -07:00
Hassan Uraizee c33c66ba22
Merge pull request #833 from hassanuz/master
WinAppDriver Documentation & ReadMe changes.
2019-08-27 16:21:20 -07:00
Hassan Uraizee 3f66a026b1 Updated ReadMe to reference new /Docs/ directory. Added /Docs/ directory to host all related WinAppDriver documentation. 2019-08-27 16:17:43 -07:00
Hassan Uraizee 755e338aed
Merge pull request #750 from trashbat/fix-notepad-test
Workaround for issue #507 - notepad sample not correctly sending “/” on alternative keyboard layouts (e.g. UK and German)
2019-07-11 12:41:35 -07:00
John Delaney 9749d57490 Workaround for issue #507. 2019-07-05 14:35:18 +01:00
Dan d7a4969af2 Add missing documentation regarding Developer Mode and fix typos 2019-06-18 12:10:47 -07:00
Hassan Uraizee 09183d8f6a
Merge branch 'master' into master 2019-03-19 16:29:06 -07:00
Junlin Zhu 5398a93938 Merged PR 2803772: UX improvements to UI Recorder
Changes include the following:
1) Add Application Insights to log telemetry events (Will add new Application Insights key before merge to master)
2) Show recorded xpath in tree view
3) Enable root session selection
4) UIXPath.lib return xpath instead of xml node
5) Tree node inspection

Related work items: #18822570
2019-03-11 22:46:30 +00:00
Timotius Margo 5dbf74df56 Merged PR 2991474: Update all C# samples to work with the latest Windows 10 in-box apps and more recent NuGet Packages
Update AlarmClockTest, CalculatorTest, and CortanaTest samples to align with the latest application update
Improve NotepadTest reliability by using a different search query
Update sample README.md documents with better instructions and running requirements

Related work items: #20771705
2019-03-08 21:53:48 +00:00
Timotius Margo 78b3fbba9f Update Paint and Paint3D README.md with new requirements and steps 2019-03-08 13:48:16 -08:00
Timotius Margo 218cb7341e Update NotepadTest sample to address reliability issues
Update NotepadTest README.md with new running requirements and steps
Update NotepadTest to use more recent NuGet packages
2019-03-08 13:48:16 -08:00
Timotius Margo abf7eb7ff0 Update CortanaTest sample to align with the latest Start Menu panel
Update CortanaTest README.md with new running requirements and steps
Update CortanaTest to use more recent NuGet packages
2019-03-08 13:48:16 -08:00
Timotius Margo 58a513e6e5 Update CalculatorTest sample to align with the latest Calculator application update
Update CalculatorTest README.md with new running requirements and steps
Update CalculatorTest to use more recent NuGet packages
2019-03-08 13:48:16 -08:00
Timotius Margo 1c7455af26 Update AlarmClockTest sample to align with the latest Alarms & Clock application update
Adjust StopwatchLap scenario to work across 100% - 150% display scale factor
Update AlarmClockTest README.md with new running requirements and steps
Update AlarmClockTest to use more recent NuGet packages
2019-03-08 13:48:16 -08:00
Timotius Margo e99e77f6d2 Merged PR 2985118: Update WebDriverAPI tests to support the latest Alarms & Clock and Calculator
Update WebDriverAPI tests to support the latest Alarms & Clock and Calculator apps
Temporarily bypass the following test scenarios until they can be replaced:
    - ActionsPen.Pen_Scroll_Horizontal
    - ActionsTouch.Touch_Scroll_Horizontal
    - ElementClear.ClearElementError_ElementNotVisible
    - ElementClick.ClickElementError_ElementNotVisible
    - ElementSendKeys.SendKeysToElementError_ElementNotVisible
    - TouchScroll.TouchScroll_Arbitrary
    - TouchScroll.TouchScrollOnElement_Horizontal

Related work items: #20755664
2019-03-08 21:44:40 +00:00
Timotius Margo a8df9ce05a Update WebDriverAPI tests to support the latest Alarms & Clock and Calculator apps
Temporarily bypass the following test scenarios until they can be replaced:
    - ActionsPen.Pen_Scroll_Horizontal
    - ActionsTouch.Touch_Scroll_Horizontal
    - ElementClear.ClearElementError_ElementNotVisible
    - ElementClick.ClickElementError_ElementNotVisible
    - ElementSendKeys.SendKeysToElementError_ElementNotVisible
    - TouchScroll.TouchScroll_Arbitrary
    - TouchScroll.TouchScrollOnElement_Horizontal
2019-03-08 13:42:12 -08:00
Hassan Uraizee 3ac76da958
Merge pull request #554 from cltshivash/master
Updated ReadMe to mention WPF and WinForms
2018-12-23 18:14:36 -08:00
Hassan Uraizee ce424f73a3
Updated ReadMe
Updated main description to include WPF and WinForms as supported application types.
2018-12-23 18:11:51 -08:00
Shiva Shankar d6e71518e3
Updated ReadMe to mention WPF and WinForms
Updated ReadMe to mention WPF and WinForms in the supported list of applications
2018-12-21 11:55:44 +05:30
Hassan Uraizee a495d98661
Merge pull request #543 from DhiMalo/patch-1
Update README.md
2018-12-11 15:26:37 -08:00
Aheri Stanford-Asiyo 5a248d8155
Update README.md
Specify the test suite may only be run after building and deploying the target application.
2018-12-07 11:30:07 -08:00
Timotius Margo 35a6592320 Merged PR 2192439: Update WebDriverAPI test for better coverage, compatibility with older application, and higher success rate
Add W3C Actions API endpoint as a supported endpoint in the README.md
Add a test scenario for pen barrel button click operation using W3C Actions API
Create FindAppTitleBar in AlarmsClockBase WebDriverAPI tests to support older apps
Update Window WebDriverAPI tests to use Edge private windows
Refactor add alarm page dismissal and create a helper function
Strategically add delay to prevent false negatives
2018-08-09 00:50:31 +00:00
Timotius Margo 65529e98c1 Add W3C Actions API endpoint as a supported endpoint in the README.md 2018-08-08 17:30:51 -07:00
Timotius Margo b59eafb656 Add a test scenario for pen barrel button click operation using W3C Actions API
Create FindAppTitleBar in AlarmsClockBase WebDriverAPI tests to support older apps
Update Window WebDriverAPI tests to use Edge private windows
2018-08-08 17:16:06 -07:00
Timotius Margo d3ee24ba10 Refactor add alarm page dismissal and create a helper function
Strategically add delay to prevent false negatives
2018-08-07 18:52:17 -07:00
Timotius Margo dd641e56ad Merged PR 2174094: Create samples and unit tests for W3C Actions API endpoint covering pen and multi touch interactions
Create a new Paint3DTest sample test project highlighting multi-touch and pen input feature
Create a new Paint sample test project highlighting multi-touch feature and performance
Create a sample test to demonstrate pen actions using built-in Sticky Notes application
Create new unit tests for the new W3C WebDriver Actions API endpoint
Update WebDriverAPI to use appium-dotnet-driver preview that has W3C WebDriver Actions API

Related work items: #16393884, #16393929, #17988917
2018-08-07 00:55:14 +00:00
Timotius Margo c5304247fa Create new unit tests for the new W3C WebDriver Actions API endpoint
Add unit tests for basic pen interactions using actions API
Add unit tests for basic touch interactions using actions API
Add validation for some known error conditions and messages
2018-08-06 17:29:22 -07:00
Timotius Margo 25aee6d34a Update WebDriverAPI to use appium-dotnet-driver preview that has W3C WebDriver Actions API 2018-08-02 22:46:58 -07:00
Timotius Margo 59dd1325cb Merge branch 'master' of https://microsoft.visualstudio.com/DefaultCollection/Dart/_git/WinAppDriver into W3CActionsAPITest 2018-07-19 18:17:46 -07:00
Gilles Khouzam 9373cbdbdb Merged PR 1991544: Add version property and signing configuration for UIRecorder builds
Add version property and signing configuration for UIRecorder builds
2018-07-18 22:41:49 +00:00
Timotius Margo 22a86011d2 Create a new Paint sample test project highlighting multi-touch feature and performance 2018-07-18 15:36:40 -07:00
Timotius Margo 668c852288 Enhance Paint3DTest sample with W3C Actions interpolation feature
Draw a circle in pinch and zoom scenarios as visual aids
Refactor Paint3DSession to increase test robustness
2018-07-18 15:36:39 -07:00
Timotius Margo 44c2cdc598 Create a new Paint3DTest sample test project highlighting multi-touch and pen input feature
Create a new Paint3DTest sample test project highlighting multi-touch and pen input feature

Related work items: #17988917
2018-07-18 15:12:28 -07:00
Gilles Khouzam d633be43c3 Add version property and signing configuration for UIRecorder builds 2018-06-20 16:42:00 -07:00
Junlin Zhu 1d4ac13c30 Merged PR 1985435: Implement WinAppDriver UIRecorder Tool 2018-06-20 15:36:58 -07:00
Gilles Khouzam e5c6bcefe0 Merge branch 'master' of https://github.com/microsoft/winappdriver 2018-05-30 21:59:42 -07:00
Gilles Khouzam 5401fb353c Merged PR 1887339: Fix WebDriverAPI tests for updated Calculator and Alarm App.
Fix WebDriverAPI tests for updated Calculator and Alarm App.

Dismiss save confirmation dialog in the alarms app.
Update the way to find the title on the calculator app.
2018-05-30 22:02:26 +00:00
Hassan Uraizee 55a084e67b
Update README.md
Updated link for Appium documentation (previously broken).
2018-05-22 12:10:49 -07:00
Timotius Margo 8fd6a08bb8 Create a sample test to demonstrate pen actions using built-in Sticky Notes application
Add scenario to draw simple basic pen strokes as the main basic example
Add scenario to draw strokes with extra attributes such as pressure, twist, and tilt angle
Add scenario to erase previously drawn strokes using the pen eraser
Create README.md to provide more details on how to perform various pen actions
2018-05-18 13:43:36 -07:00
Timotius Margo f3e17d5921 Merged PR 1637897: Strategically add delays to increase test suite stability
Strategically add delays to allow certain UI event to take place and prevent premature failure
2018-04-03 02:11:37 +00:00
Timotius Margo 4c4e4342d9 Strategically add delay to allow certain UI event to take place and prevent premature failure 2018-04-02 19:07:52 -07:00
Timotius Margo 6a52908fe2 Merged PR 1637882: Merge GitHub public changes into main development branch
Add Visual Studio cache directory to .gitignore
Updated the readme
Incorporating FAQ
2018-04-03 02:02:31 +00:00
Hassan Uraizee c58f71592e
Update README.md
Corrected link to FAQ page.
2018-03-20 13:51:56 -07:00
Hassan Uraizee 087d469af1
Incorporating FAQ
Added section linking to FAQ 
Removed the following topics from README (merged onto the FAQ)
-Running on a Remote Machine
-Creating a Desktop Session
-Attaching to an Existing App Window
2018-03-20 11:12:26 -07:00
Hassan Uraizee 6a19dc2dab
Merge pull request #347 from sierzput/gitignore
Add Visual Studio cache directory to .gitignore
2018-03-13 15:23:32 -07:00