From 35bc4fe85f20fc884e8e6dbd23e4cd73d5010df6 Mon Sep 17 00:00:00 2001 From: Andreas Sekulski Date: Thu, 29 Dec 2022 19:38:46 +0100 Subject: [PATCH] #79 - New caching keywords --- .../src/WpfApplication/MainWindow.xaml | 3 +- .../src/WpfApplication/MainWindow.xaml.cs | 9 +++ atests/Application.robot | 2 +- atests/Checkbox.robot | 2 +- atests/Combobox.robot | 2 +- atests/Configuration.robot | 42 ++++++------- atests/Debug.robot | 2 +- atests/Element.robot | 2 +- atests/ErrorHandling.robot | 2 +- atests/Grid.robot | 2 +- atests/Keyboard.robot | 2 +- atests/Listbox.robot | 2 +- atests/Mouse.robot | 2 +- atests/RadioButton.robot | 2 +- atests/Screenshot.robot | 2 +- atests/Tab.robot | 2 +- atests/Textbox.robot | 2 +- atests/Tree.robot | 2 +- atests/Window.robot | 2 +- atests/apps/WpfApplication.exe | Bin 106496 -> 107520 bytes keen.bat | 4 +- src/FlaUILibrary/__init__.py | 19 ++---- src/FlaUILibrary/flaui/automation/uia.py | 21 +------ src/FlaUILibrary/flaui/automation/uia2.py | 18 +----- src/FlaUILibrary/flaui/automation/uia3.py | 16 +---- .../interface/windowsautomationinterface.py | 24 -------- src/FlaUILibrary/keywords/__init__.py | 1 - src/FlaUILibrary/keywords/configuration.py | 56 ------------------ 28 files changed, 60 insertions(+), 185 deletions(-) delete mode 100644 src/FlaUILibrary/keywords/configuration.py diff --git a/TestApplications/src/WpfApplication/MainWindow.xaml b/TestApplications/src/WpfApplication/MainWindow.xaml index b0dae22..957b493 100644 --- a/TestApplications/src/WpfApplication/MainWindow.xaml +++ b/TestApplications/src/WpfApplication/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:WpfApplication" mc:Ignorable="d" Title="FlaUI WPF Test App" - Height="533.931" Width="629.303" + Height="545.931" Width="629.303" KeyDown="OnKeyDown" KeyUp="OnKeyUp" ResizeMode="CanResize"> @@ -95,6 +95,7 @@ PlacementTarget="{Binding ElementName=PopupToggleButton2}" StaysOpen="False" />