2026-02-10T07:31:03.4310140Z ##[section]Starting: Controls (API 30) CollectionView 2026-02-10T07:31:03.4315373Z ============================================================================== 2026-02-10T07:31:03.4315464Z Task : PowerShell 2026-02-10T07:31:03.4315516Z Description : Run a PowerShell script on Linux, macOS, or Windows 2026-02-10T07:31:03.4315598Z Version : 2.268.1 2026-02-10T07:31:03.4315647Z Author : Microsoft Corporation 2026-02-10T07:31:03.4315700Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2026-02-10T07:31:03.4315781Z ============================================================================== 2026-02-10T07:31:06.2225813Z Generating script. 2026-02-10T07:31:06.8823498Z ========================== Starting Command Output =========================== 2026-02-10T07:31:06.8834659Z [command]/usr/bin/pwsh -NoLogo -NoProfile -NonInteractive -Command . '/mnt/vss/_work/_temp/8ca77514-2b2f-42db-9cdb-243f89d009ef.ps1' 2026-02-10T07:31:07.0661660Z $ErrorActionPreference = 'stop' 2026-02-10T07:31:07.0663393Z $ProgressPreference = 'silentlyContinue' 2026-02-10T07:31:07.0664034Z Get-Content $PSCommandPath 2026-02-10T07:31:07.0664321Z $command = "./build.ps1 -Script eng/devices/android.cake --target=uitest --project=""/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj""" 2026-02-10T07:31:07.0665060Z $command += " --appproject=""/mnt/vss/_work/1/Controls.TestCases.HostApp/"" --device=""android-emulator-64_30"" --apiversion=""30"" --configuration=""Release""" 2026-02-10T07:31:07.0665263Z $command += " --runtimevariant=""Mono""" 2026-02-10T07:31:07.0665460Z $command += " --results=""/mnt/vss/_work/1/a/test-results"" --binlog=""/mnt/vss/_work/1/a/logs"" --verbosity=diagnostic" 2026-02-10T07:31:07.0665566Z 2026-02-10T07:31:07.0665706Z $testFilter = "" 2026-02-10T07:31:07.0665891Z $testConfigrationArgs = "" 2026-02-10T07:31:07.0665973Z 2026-02-10T07:31:07.0666190Z "CollectionView".Split(",") | ForEach { 2026-02-10T07:31:07.0666404Z $testFilter += "TestCategory=" + $_ + "|" 2026-02-10T07:31:07.0666586Z } 2026-02-10T07:31:07.0666649Z 2026-02-10T07:31:07.0666839Z $testFilter = $testFilter.TrimEnd("|") 2026-02-10T07:31:07.0666945Z 2026-02-10T07:31:07.0667162Z # Cake does not allow empty parameters, so check if our filter is empty before adding it 2026-02-10T07:31:07.0667433Z if ($testConfigrationArgs) { 2026-02-10T07:31:07.0667745Z $command += " --TEST_CONFIGURATION_ARGS=""$testConfigrationArgs""" 2026-02-10T07:31:07.0668058Z } 2026-02-10T07:31:07.0668261Z if ($testFilter) { 2026-02-10T07:31:07.0668505Z $command += " --test-filter ""$testFilter""" 2026-02-10T07:31:07.0668720Z } 2026-02-10T07:31:07.0668799Z 2026-02-10T07:31:07.0668989Z $headless = true 2026-02-10T07:31:07.0669246Z if ($headless) { 2026-02-10T07:31:07.0669401Z $command += " --headless ""$headless""" 2026-02-10T07:31:07.0669537Z } 2026-02-10T07:31:07.0669597Z 2026-02-10T07:31:07.0669737Z Write-Host "Running command: $command" 2026-02-10T07:31:07.0669803Z 2026-02-10T07:31:07.0669957Z Invoke-Expression $command 2026-02-10T07:31:07.0670156Z if (!(Test-Path -LiteralPath variable:LASTEXITCODE)) { 2026-02-10T07:31:07.0670693Z } else { 2026-02-10T07:31:07.0671035Z exit $LASTEXITCODE 2026-02-10T07:31:07.0671153Z } 2026-02-10T07:31:07.1158003Z Running command: ./build.ps1 -Script eng/devices/android.cake --target=uitest --project="/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --appproject="/mnt/vss/_work/1/Controls.TestCases.HostApp/" --device="android-emulator-64_30" --apiversion="30" --configuration="Release" --runtimevariant="Mono" --results="/mnt/vss/_work/1/a/test-results" --binlog="/mnt/vss/_work/1/a/logs" --verbosity=diagnostic --test-filter "TestCategory=CollectionView" 2026-02-10T07:31:08.5315032Z Tool 'cake.tool' is up to date (version '4.0.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-10T07:31:08.9523278Z Tool 'powershell' is up to date (version '7.4.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-10T07:31:11.1617634Z Tool 'api-tools' is up to date (version '1.3.5' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-10T07:31:13.3722634Z Tool 'microsoft.dotnet.xharness.cli' is up to date (version '11.0.0-prerelease.26064.3' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-10T07:31:15.6186439Z Tool 'androidsdk.tool' is up to date (version '0.19.0' manifest file /mnt/vss/_work/1/s/.config/dotnet-tools.json) . 2026-02-10T07:31:16.8846649Z Looking for modules... 2026-02-10T07:31:19.2697575Z No modules found to install. 2026-02-10T07:31:19.2736534Z Module directory does not exist. 2026-02-10T07:31:19.2779533Z Analyzing build script... 2026-02-10T07:31:19.2794018Z Analyzing /mnt/vss/_work/1/s/eng/devices/android.cake... 2026-02-10T07:31:19.2812720Z Analyzing /mnt/vss/_work/1/s/eng/devices/uitests-shared.cake... 2026-02-10T07:31:19.2817976Z Analyzing /mnt/vss/_work/1/s/eng/cake/helpers.cake... 2026-02-10T07:31:19.3891016Z Analyzing /mnt/vss/_work/1/s/eng/cake/dotnet.cake... 2026-02-10T07:31:20.1522942Z Analyzing /mnt/vss/_work/1/s/eng/devices/devices-shared.cake... 2026-02-10T07:31:21.3153409Z Processing build script... 2026-02-10T07:31:21.3167059Z Installing addins... 2026-02-10T07:31:21.3525009Z Missing /home/cloudtest/.nuget/packages/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-02-10T07:31:21.4036030Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-02-10T07:31:21.6394943Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.adb/index.json 232ms 2026-02-10T07:31:21.6443797Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 2026-02-10T07:31:21.7362815Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.adb/index.json 91ms 2026-02-10T07:31:22.1739451Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 2026-02-10T07:31:22.2443139Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.adb/3.2.0/cake.android.adb.3.2.0.nupkg 70ms 2026-02-10T07:31:22.2478900Z Acquiring lock for the installation of Cake.Android.Adb 3.2.0 2026-02-10T07:31:22.2502919Z Acquired lock for the installation of Cake.Android.Adb 3.2.0 2026-02-10T07:31:23.7416871Z Installed Cake.Android.Adb 3.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash uWbgHIzlYIKqdiIpftJ1X7IoCpuOu5Pu8Mcc8d3veGJcSxV05hTGoZfDKlL2zZW5MuQff7GoM8YmOJE7VS8gOA==. 2026-02-10T07:31:23.8065772Z The addin Cake.Android.Adb will reference tools/Addins/Cake.Android.Adb.3.2.0/lib/netstandard2.0/Cake.Android.Adb.dll. 2026-02-10T07:31:23.8092552Z Missing /home/cloudtest/.nuget/packages/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-02-10T07:31:23.8101322Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-02-10T07:31:23.8741400Z NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/f1040238-e8b2-49c9-84cf-abd79c186da2/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 63ms 2026-02-10T07:31:23.8750529Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 2026-02-10T07:31:23.9408943Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/registrations2-semver2/cake.android.avdmanager/index.json 65ms 2026-02-10T07:31:24.0012326Z GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 2026-02-10T07:31:24.0628765Z OK https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cake.android.avdmanager/2.2.0/cake.android.avdmanager.2.2.0.nupkg 61ms 2026-02-10T07:31:24.0629350Z Acquiring lock for the installation of Cake.Android.AvdManager 2.2.0 2026-02-10T07:31:24.0629564Z Acquired lock for the installation of Cake.Android.AvdManager 2.2.0 2026-02-10T07:31:24.1865595Z Installed Cake.Android.AvdManager 2.2.0 from https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json with content hash D84SBq2yO07I9dWvcafaWzdOIZZZRyME3PrKZ03csJaVSyQIUGaOw8r83Oe9/hZVcXvJ/OdAycocYWqh1ejUQA==. 2026-02-10T07:31:24.1917301Z The addin Cake.Android.AvdManager will reference tools/Addins/Cake.Android.AvdManager.2.2.0/lib/netstandard2.0/Cake.Android.AvdManager.dll. 2026-02-10T07:31:24.2056632Z The addin Cake.FileHelpers will reference tools/Addins/Cake.FileHelpers.3.2.1/lib/netstandard2.0/Cake.FileHelpers.dll. 2026-02-10T07:31:24.2203341Z The addin NuGet.Packaging will reference tools/Addins/NuGet.Packaging.6.7.0/lib/netstandard2.0/NuGet.Packaging.dll. 2026-02-10T07:31:24.2330257Z The addin NuGet.Protocol will reference tools/Addins/NuGet.Protocol.6.7.0/lib/netstandard2.0/NuGet.Protocol.dll. 2026-02-10T07:31:24.2788779Z Verifying assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-02-10T07:31:24.2789194Z The assembly 'Cake.Android.Adb, Version=3.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-02-10T07:31:24.2789659Z is referencing an older version of Cake.Core (0.33.0). 2026-02-10T07:31:24.2789926Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-10T07:31:24.2791201Z Verifying assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null'. 2026-02-10T07:31:24.2791813Z The assembly 'Cake.Android.AvdManager, Version=2.2.0.0, Culture=neutral, PublicKeyToken=null' 2026-02-10T07:31:24.2792100Z is referencing an older version of Cake.Core (0.33.0). 2026-02-10T07:31:24.2792374Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-10T07:31:24.2793318Z Verifying assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null'. 2026-02-10T07:31:24.2793792Z The assembly 'Cake.FileHelpers, Version=3.2.1.0, Culture=neutral, PublicKeyToken=null' 2026-02-10T07:31:24.2794056Z is referencing an older version of Cake.Core (0.33.0). 2026-02-10T07:31:24.2794304Z For best compatibility it should target Cake.Core version 4.0.0. 2026-02-10T07:31:24.2795912Z Verifying assembly 'NuGet.Packaging, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-10T07:31:24.2797459Z Verifying assembly 'NuGet.Protocol, Version=6.7.0.127, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. 2026-02-10T07:31:24.4281859Z Adding assembly reference to System.Private.CoreLib.dll... 2026-02-10T07:31:24.4282545Z Adding assembly reference to System.Linq.Expressions.dll... 2026-02-10T07:31:24.4283018Z Adding assembly reference to Microsoft.CSharp.dll... 2026-02-10T07:31:24.4283437Z Adding assembly reference to System.Runtime.dll... 2026-02-10T07:31:24.4283808Z Adding assembly reference to System.Runtime.InteropServices.dll... 2026-02-10T07:31:24.4284209Z Adding assembly reference to System.Collections.Concurrent.dll... 2026-02-10T07:31:24.4284610Z Adding assembly reference to System.Threading.dll... 2026-02-10T07:31:24.4285062Z Adding assembly reference to System.Linq.dll... 2026-02-10T07:31:24.4285446Z Adding assembly reference to System.Collections.dll... 2026-02-10T07:31:24.4285859Z Adding assembly reference to Microsoft.VisualBasic.Core.dll... 2026-02-10T07:31:24.4286246Z Adding assembly reference to System.Reflection.Emit.Lightweight.dll... 2026-02-10T07:31:24.4286811Z Adding assembly reference to System.Reflection.Emit.ILGeneration.dll... 2026-02-10T07:31:24.4287172Z Adding assembly reference to System.Reflection.Primitives.dll... 2026-02-10T07:31:24.4287523Z Adding assembly reference to System.ObjectModel.dll... 2026-02-10T07:31:24.4287842Z Adding assembly reference to System.Threading.Thread.dll... 2026-02-10T07:31:24.4288301Z Adding assembly reference to System.IO.FileSystem.DriveInfo.dll... 2026-02-10T07:31:24.4288630Z Adding assembly reference to System.Collections.Specialized.dll... 2026-02-10T07:31:24.4289053Z Adding assembly reference to System.ComponentModel.Primitives.dll... 2026-02-10T07:31:24.4289317Z Adding assembly reference to System.Text.RegularExpressions.dll... 2026-02-10T07:31:24.4289574Z Adding assembly reference to System.Collections.NonGeneric.dll... 2026-02-10T07:31:24.4289831Z Adding assembly reference to Microsoft.Win32.Registry.dll... 2026-02-10T07:31:24.4290082Z Adding assembly reference to Microsoft.VisualBasic.dll... 2026-02-10T07:31:24.4290338Z Adding assembly reference to Microsoft.Win32.Primitives.dll... 2026-02-10T07:31:24.4290617Z Adding assembly reference to System.Security.AccessControl.dll... 2026-02-10T07:31:24.4290840Z Adding assembly reference to System.Security.Principal.Windows.dll... 2026-02-10T07:31:24.4291114Z Adding assembly reference to mscorlib.dll... 2026-02-10T07:31:24.4291357Z Adding assembly reference to netstandard.dll... 2026-02-10T07:31:24.4291924Z Adding assembly reference to System.IO.MemoryMappedFiles.dll... 2026-02-10T07:31:24.4292298Z Adding assembly reference to System.IO.Pipes.dll... 2026-02-10T07:31:24.4292702Z Adding assembly reference to System.Diagnostics.Process.dll... 2026-02-10T07:31:24.4293015Z Adding assembly reference to System.Security.Cryptography.dll... 2026-02-10T07:31:24.4293311Z Adding assembly reference to System.Memory.dll... 2026-02-10T07:31:24.4293638Z Adding assembly reference to System.ComponentModel.TypeConverter.dll... 2026-02-10T07:31:24.4293974Z Adding assembly reference to System.ComponentModel.EventBasedAsync.dll... 2026-02-10T07:31:24.4294415Z Adding assembly reference to System.ComponentModel.dll... 2026-02-10T07:31:24.4294686Z Adding assembly reference to System.Console.dll... 2026-02-10T07:31:24.4294914Z Adding assembly reference to System.Data.Common.dll... 2026-02-10T07:31:24.4295147Z Adding assembly reference to System.Diagnostics.TraceSource.dll... 2026-02-10T07:31:24.4295381Z Adding assembly reference to System.Diagnostics.Contracts.dll... 2026-02-10T07:31:24.4295627Z Adding assembly reference to System.Diagnostics.TextWriterTraceListener.dll... 2026-02-10T07:31:24.4295871Z Adding assembly reference to System.Diagnostics.FileVersionInfo.dll... 2026-02-10T07:31:24.4296143Z Adding assembly reference to System.Diagnostics.StackTrace.dll... 2026-02-10T07:31:24.4297109Z Adding assembly reference to System.Diagnostics.Tracing.dll... 2026-02-10T07:31:24.4297440Z Adding assembly reference to System.Drawing.Primitives.dll... 2026-02-10T07:31:24.4297779Z Adding assembly reference to System.IO.Compression.Brotli.dll... 2026-02-10T07:31:24.4298182Z Adding assembly reference to System.IO.Compression.dll... 2026-02-10T07:31:24.4298514Z Adding assembly reference to System.IO.Compression.ZipFile.dll... 2026-02-10T07:31:24.4298847Z Adding assembly reference to System.IO.FileSystem.Watcher.dll... 2026-02-10T07:31:24.4299175Z Adding assembly reference to System.IO.IsolatedStorage.dll... 2026-02-10T07:31:24.4299508Z Adding assembly reference to System.Linq.Queryable.dll... 2026-02-10T07:31:24.4299841Z Adding assembly reference to System.Linq.Parallel.dll... 2026-02-10T07:31:24.4300168Z Adding assembly reference to System.Net.Requests.dll... 2026-02-10T07:31:24.4300490Z Adding assembly reference to System.Net.Primitives.dll... 2026-02-10T07:31:24.4300813Z Adding assembly reference to System.Net.HttpListener.dll... 2026-02-10T07:31:24.4301078Z Adding assembly reference to System.Net.NameResolution.dll... 2026-02-10T07:31:24.4301287Z Adding assembly reference to System.Net.WebClient.dll... 2026-02-10T07:31:24.4301604Z Adding assembly reference to System.Net.Http.dll... 2026-02-10T07:31:24.4301842Z Adding assembly reference to System.Net.WebHeaderCollection.dll... 2026-02-10T07:31:24.4302053Z Adding assembly reference to System.Net.WebProxy.dll... 2026-02-10T07:31:24.4302268Z Adding assembly reference to System.Net.Mail.dll... 2026-02-10T07:31:24.4302489Z Adding assembly reference to System.Net.NetworkInformation.dll... 2026-02-10T07:31:24.4302695Z Adding assembly reference to System.Net.Ping.dll... 2026-02-10T07:31:24.4302905Z Adding assembly reference to System.Net.Security.dll... 2026-02-10T07:31:24.4303115Z Adding assembly reference to System.Net.Sockets.dll... 2026-02-10T07:31:24.4303332Z Adding assembly reference to System.Net.WebSockets.Client.dll... 2026-02-10T07:31:24.4303544Z Adding assembly reference to System.Net.WebSockets.dll... 2026-02-10T07:31:24.4303761Z Adding assembly reference to System.Runtime.Numerics.dll... 2026-02-10T07:31:24.4303978Z Adding assembly reference to System.Numerics.Vectors.dll... 2026-02-10T07:31:24.4304357Z Adding assembly reference to System.Reflection.DispatchProxy.dll... 2026-02-10T07:31:24.4304603Z Adding assembly reference to System.Reflection.Emit.dll... 2026-02-10T07:31:24.4304820Z Adding assembly reference to System.Resources.Writer.dll... 2026-02-10T07:31:24.4305050Z Adding assembly reference to System.Runtime.CompilerServices.VisualC.dll... 2026-02-10T07:31:24.4305287Z Adding assembly reference to System.Runtime.Serialization.Primitives.dll... 2026-02-10T07:31:24.4305518Z Adding assembly reference to System.Runtime.Serialization.Xml.dll... 2026-02-10T07:31:24.4305743Z Adding assembly reference to System.Runtime.Serialization.Json.dll... 2026-02-10T07:31:24.4305975Z Adding assembly reference to System.Runtime.Serialization.Formatters.dll... 2026-02-10T07:31:24.4306195Z Adding assembly reference to System.Security.Claims.dll... 2026-02-10T07:31:24.4306415Z Adding assembly reference to System.Text.Encoding.Extensions.dll... 2026-02-10T07:31:24.4306675Z Adding assembly reference to System.Threading.Overlapped.dll... 2026-02-10T07:31:24.4306892Z Adding assembly reference to System.Threading.ThreadPool.dll... 2026-02-10T07:31:24.4307114Z Adding assembly reference to System.Threading.Tasks.Parallel.dll... 2026-02-10T07:31:24.4307348Z Adding assembly reference to System.Transactions.Local.dll... 2026-02-10T07:31:24.4307767Z Adding assembly reference to System.Web.HttpUtility.dll... 2026-02-10T07:31:24.4308089Z Adding assembly reference to System.Xml.ReaderWriter.dll... 2026-02-10T07:31:24.4308413Z Adding assembly reference to System.Xml.XDocument.dll... 2026-02-10T07:31:24.4308741Z Adding assembly reference to System.Xml.XmlSerializer.dll... 2026-02-10T07:31:24.4309071Z Adding assembly reference to System.Xml.XPath.XDocument.dll... 2026-02-10T07:31:24.4309402Z Adding assembly reference to System.Xml.XPath.dll... 2026-02-10T07:31:24.4309713Z Adding assembly reference to System.AppContext.dll... 2026-02-10T07:31:24.4310017Z Adding assembly reference to System.Buffers.dll... 2026-02-10T07:31:24.4310329Z Adding assembly reference to System.Collections.Immutable.dll... 2026-02-10T07:31:24.4310661Z Adding assembly reference to System.ComponentModel.Annotations.dll... 2026-02-10T07:31:24.4311006Z Adding assembly reference to System.ComponentModel.DataAnnotations.dll... 2026-02-10T07:31:24.4311332Z Adding assembly reference to System.Runtime.Loader.dll... 2026-02-10T07:31:24.4311756Z Adding assembly reference to System.Configuration.dll... 2026-02-10T07:31:24.4312066Z Adding assembly reference to System.Core.dll... 2026-02-10T07:31:24.4312381Z Adding assembly reference to System.Private.Uri.dll... 2026-02-10T07:31:24.4312702Z Adding assembly reference to System.Data.DataSetExtensions.dll... 2026-02-10T07:31:24.4313010Z Adding assembly reference to System.Data.dll... 2026-02-10T07:31:24.4313339Z Adding assembly reference to System.Diagnostics.Debug.dll... 2026-02-10T07:31:24.4313698Z Adding assembly reference to System.Diagnostics.DiagnosticSource.dll... 2026-02-10T07:31:24.4314113Z Adding assembly reference to System.Reflection.Metadata.dll... 2026-02-10T07:31:24.4314462Z Adding assembly reference to System.Diagnostics.Tools.dll... 2026-02-10T07:31:24.4314789Z Adding assembly reference to System.dll... 2026-02-10T07:31:24.4315119Z Adding assembly reference to System.Drawing.dll... 2026-02-10T07:31:24.4315493Z Adding assembly reference to System.Dynamic.Runtime.dll... 2026-02-10T07:31:24.4315867Z Adding assembly reference to System.Formats.Asn1.dll... 2026-02-10T07:31:24.4316225Z Adding assembly reference to System.Formats.Tar.dll... 2026-02-10T07:31:24.4316601Z Adding assembly reference to System.Globalization.Calendars.dll... 2026-02-10T07:31:24.4316973Z Adding assembly reference to System.Globalization.dll... 2026-02-10T07:31:24.4317355Z Adding assembly reference to System.Globalization.Extensions.dll... 2026-02-10T07:31:24.4317761Z Adding assembly reference to System.IO.Compression.FileSystem.dll... 2026-02-10T07:31:24.4318172Z Adding assembly reference to System.IO.dll... 2026-02-10T07:31:24.4318543Z Adding assembly reference to System.IO.FileSystem.AccessControl.dll... 2026-02-10T07:31:24.4318875Z Adding assembly reference to System.IO.FileSystem.dll... 2026-02-10T07:31:24.4319241Z Adding assembly reference to System.IO.FileSystem.Primitives.dll... 2026-02-10T07:31:24.4319612Z Adding assembly reference to System.IO.Pipes.AccessControl.dll... 2026-02-10T07:31:24.4319989Z Adding assembly reference to System.IO.UnmanagedMemoryStream.dll... 2026-02-10T07:31:24.4320370Z Adding assembly reference to System.Runtime.Intrinsics.dll... 2026-02-10T07:31:24.4320719Z Adding assembly reference to System.Net.dll... 2026-02-10T07:31:24.4321070Z Adding assembly reference to System.Net.Quic.dll... 2026-02-10T07:31:24.4321437Z Adding assembly reference to System.Threading.Channels.dll... 2026-02-10T07:31:24.4321922Z Adding assembly reference to System.Net.Http.Json.dll... 2026-02-10T07:31:24.4322219Z Adding assembly reference to System.Text.Json.dll... 2026-02-10T07:31:24.4322445Z Adding assembly reference to System.Net.ServicePoint.dll... 2026-02-10T07:31:24.4322662Z Adding assembly reference to System.Numerics.dll... 2026-02-10T07:31:24.4322874Z Adding assembly reference to System.Reflection.dll... 2026-02-10T07:31:24.4323103Z Adding assembly reference to System.Reflection.Extensions.dll... 2026-02-10T07:31:24.4323336Z Adding assembly reference to System.Reflection.TypeExtensions.dll... 2026-02-10T07:31:24.4323563Z Adding assembly reference to System.Resources.Reader.dll... 2026-02-10T07:31:24.4323803Z Adding assembly reference to System.Resources.ResourceManager.dll... 2026-02-10T07:31:24.4324051Z Adding assembly reference to System.Runtime.CompilerServices.Unsafe.dll... 2026-02-10T07:31:24.4324284Z Adding assembly reference to System.Runtime.Extensions.dll... 2026-02-10T07:31:24.4324507Z Adding assembly reference to System.Runtime.Handles.dll... 2026-02-10T07:31:24.4324754Z Adding assembly reference to System.Runtime.InteropServices.JavaScript.dll... 2026-02-10T07:31:24.4325068Z Adding assembly reference to System.Runtime.InteropServices.RuntimeInformation.dll... 2026-02-10T07:31:24.4325311Z Adding assembly reference to System.Runtime.Serialization.dll... 2026-02-10T07:31:24.4325561Z Adding assembly reference to System.Private.DataContractSerialization.dll... 2026-02-10T07:31:24.4325813Z Adding assembly reference to System.Security.Cryptography.Algorithms.dll... 2026-02-10T07:31:24.4326055Z Adding assembly reference to System.Security.Cryptography.Cng.dll... 2026-02-10T07:31:24.4326288Z Adding assembly reference to System.Security.Cryptography.Csp.dll... 2026-02-10T07:31:24.4326535Z Adding assembly reference to System.Security.Cryptography.Encoding.dll... 2026-02-10T07:31:24.4326775Z Adding assembly reference to System.Security.Cryptography.OpenSsl.dll... 2026-02-10T07:31:24.4327022Z Adding assembly reference to System.Security.Cryptography.Primitives.dll... 2026-02-10T07:31:24.4327274Z Adding assembly reference to System.Security.Cryptography.X509Certificates.dll... 2026-02-10T07:31:24.4327539Z Adding assembly reference to System.Security.dll... 2026-02-10T07:31:24.4327763Z Adding assembly reference to System.Security.Principal.dll... 2026-02-10T07:31:24.4327993Z Adding assembly reference to System.Security.SecureString.dll... 2026-02-10T07:31:24.4328223Z Adding assembly reference to System.ServiceModel.Web.dll... 2026-02-10T07:31:24.4328447Z Adding assembly reference to System.ServiceProcess.dll... 2026-02-10T07:31:24.4328680Z Adding assembly reference to System.Text.Encoding.CodePages.dll... 2026-02-10T07:31:24.4328908Z Adding assembly reference to System.Text.Encoding.dll... 2026-02-10T07:31:24.4329134Z Adding assembly reference to System.Text.Encodings.Web.dll... 2026-02-10T07:31:24.4329357Z Adding assembly reference to System.IO.Pipelines.dll... 2026-02-10T07:31:24.4329588Z Adding assembly reference to System.Threading.Tasks.Dataflow.dll... 2026-02-10T07:31:24.4329812Z Adding assembly reference to System.Threading.Tasks.dll... 2026-02-10T07:31:24.4330043Z Adding assembly reference to System.Threading.Tasks.Extensions.dll... 2026-02-10T07:31:24.4330268Z Adding assembly reference to System.Threading.Timer.dll... 2026-02-10T07:31:24.4330487Z Adding assembly reference to System.Transactions.dll... 2026-02-10T07:31:24.4330704Z Adding assembly reference to System.ValueTuple.dll... 2026-02-10T07:31:24.4330913Z Adding assembly reference to System.Web.dll... 2026-02-10T07:31:24.4331122Z Adding assembly reference to System.Windows.dll... 2026-02-10T07:31:24.4331334Z Adding assembly reference to System.Xml.dll... 2026-02-10T07:31:24.4331746Z Adding assembly reference to System.Xml.Linq.dll... 2026-02-10T07:31:24.4331987Z Adding assembly reference to System.Private.Xml.dll... 2026-02-10T07:31:24.4332210Z Adding assembly reference to System.Xml.Serialization.dll... 2026-02-10T07:31:24.4332436Z Adding assembly reference to System.Private.Xml.Linq.dll... 2026-02-10T07:31:24.4332660Z Adding assembly reference to System.Xml.XmlDocument.dll... 2026-02-10T07:31:24.4332922Z Adding assembly reference to WindowsBase.dll... 2026-02-10T07:31:24.4333136Z Adding assembly reference to Cake.Core.dll... 2026-02-10T07:31:24.4333354Z Adding assembly reference to Cake.Common.dll... 2026-02-10T07:31:24.4333580Z Adding assembly reference to Spectre.Console.dll... 2026-02-10T07:31:24.4333806Z Adding assembly reference to Cake.Android.Adb.dll... 2026-02-10T07:31:24.4334039Z Adding assembly reference to Cake.Android.AvdManager.dll... 2026-02-10T07:31:24.4334267Z Adding assembly reference to Cake.FileHelpers.dll... 2026-02-10T07:31:24.4334489Z Adding assembly reference to NuGet.Packaging.dll... 2026-02-10T07:31:24.4334711Z Adding assembly reference to NuGet.Protocol.dll... 2026-02-10T07:31:24.4335018Z Importing namespace Cake.AndroidAdb... 2026-02-10T07:31:24.4335232Z Importing namespace Cake.AndroidAvdManager... 2026-02-10T07:31:24.4335446Z Importing namespace Cake.AndroidEmulator... 2026-02-10T07:31:24.4335653Z Importing namespace Cake.Common... 2026-02-10T07:31:24.4335924Z Importing namespace Cake.Common.Build... 2026-02-10T07:31:24.4336136Z Importing namespace Cake.Common.Build.AppVeyor... 2026-02-10T07:31:24.4336353Z Importing namespace Cake.Common.Build.AppVeyor.Data... 2026-02-10T07:31:24.4336576Z Importing namespace Cake.Common.Build.AzurePipelines... 2026-02-10T07:31:24.4336804Z Importing namespace Cake.Common.Build.AzurePipelines.Data... 2026-02-10T07:31:24.4337020Z Importing namespace Cake.Common.Build.Bamboo... 2026-02-10T07:31:24.4337237Z Importing namespace Cake.Common.Build.Bamboo.Data... 2026-02-10T07:31:24.4337461Z Importing namespace Cake.Common.Build.BitbucketPipelines... 2026-02-10T07:31:24.4337700Z Importing namespace Cake.Common.Build.BitbucketPipelines.Data... 2026-02-10T07:31:24.4337919Z Importing namespace Cake.Common.Build.Bitrise... 2026-02-10T07:31:24.4338134Z Importing namespace Cake.Common.Build.Bitrise.Data... 2026-02-10T07:31:24.4338349Z Importing namespace Cake.Common.Build.ContinuaCI... 2026-02-10T07:31:24.4338569Z Importing namespace Cake.Common.Build.ContinuaCI.Data... 2026-02-10T07:31:24.4338790Z Importing namespace Cake.Common.Build.GitHubActions... 2026-02-10T07:31:24.4339012Z Importing namespace Cake.Common.Build.GitHubActions.Data... 2026-02-10T07:31:24.4339231Z Importing namespace Cake.Common.Build.GitLabCI... 2026-02-10T07:31:24.4339446Z Importing namespace Cake.Common.Build.GitLabCI.Data... 2026-02-10T07:31:24.4339662Z Importing namespace Cake.Common.Build.GoCD... 2026-02-10T07:31:24.4339876Z Importing namespace Cake.Common.Build.GoCD.Data... 2026-02-10T07:31:24.4340086Z Importing namespace Cake.Common.Build.Jenkins... 2026-02-10T07:31:24.4340306Z Importing namespace Cake.Common.Build.Jenkins.Data... 2026-02-10T07:31:24.4340518Z Importing namespace Cake.Common.Build.MyGet... 2026-02-10T07:31:24.4340730Z Importing namespace Cake.Common.Build.TeamCity... 2026-02-10T07:31:24.4340944Z Importing namespace Cake.Common.Build.TravisCI... 2026-02-10T07:31:24.4341197Z Importing namespace Cake.Common.Build.TravisCI.Data... 2026-02-10T07:31:24.4341417Z Importing namespace Cake.Common.Diagnostics... 2026-02-10T07:31:24.4341791Z Importing namespace Cake.Common.IO... 2026-02-10T07:31:24.4342002Z Importing namespace Cake.Common.IO.Paths... 2026-02-10T07:31:24.4342205Z Importing namespace Cake.Common.Net... 2026-02-10T07:31:24.4342410Z Importing namespace Cake.Common.Security... 2026-02-10T07:31:24.4342618Z Importing namespace Cake.Common.Solution... 2026-02-10T07:31:24.4342829Z Importing namespace Cake.Common.Solution.Project... 2026-02-10T07:31:24.4343056Z Importing namespace Cake.Common.Solution.Project.Properties... 2026-02-10T07:31:24.4343282Z Importing namespace Cake.Common.Solution.Project.XmlDoc... 2026-02-10T07:31:24.4343493Z Importing namespace Cake.Common.Text... 2026-02-10T07:31:24.4343696Z Importing namespace Cake.Common.Tools.Cake... 2026-02-10T07:31:24.4343912Z Importing namespace Cake.Common.Tools.Chocolatey... 2026-02-10T07:31:24.4344170Z Importing namespace Cake.Common.Tools.Chocolatey.ApiKey... 2026-02-10T07:31:24.4344395Z Importing namespace Cake.Common.Tools.Chocolatey.Config... 2026-02-10T07:31:24.4344620Z Importing namespace Cake.Common.Tools.Chocolatey.Download... 2026-02-10T07:31:24.4344845Z Importing namespace Cake.Common.Tools.Chocolatey.Export... 2026-02-10T07:31:24.4345072Z Importing namespace Cake.Common.Tools.Chocolatey.Features... 2026-02-10T07:31:24.4345297Z Importing namespace Cake.Common.Tools.Chocolatey.Install... 2026-02-10T07:31:24.4345520Z Importing namespace Cake.Common.Tools.Chocolatey.New... 2026-02-10T07:31:24.4345744Z Importing namespace Cake.Common.Tools.Chocolatey.Pack... 2026-02-10T07:31:24.4345967Z Importing namespace Cake.Common.Tools.Chocolatey.Pin... 2026-02-10T07:31:24.4346187Z Importing namespace Cake.Common.Tools.Chocolatey.Push... 2026-02-10T07:31:24.4346411Z Importing namespace Cake.Common.Tools.Chocolatey.Sources... 2026-02-10T07:31:24.4346642Z Importing namespace Cake.Common.Tools.Chocolatey.Uninstall... 2026-02-10T07:31:24.4346868Z Importing namespace Cake.Common.Tools.Chocolatey.Upgrade... 2026-02-10T07:31:24.4347082Z Importing namespace Cake.Common.Tools.Command... 2026-02-10T07:31:24.4347297Z Importing namespace Cake.Common.Tools.DotCover... 2026-02-10T07:31:24.4347516Z Importing namespace Cake.Common.Tools.DotCover.Analyse... 2026-02-10T07:31:24.4347732Z Importing namespace Cake.Common.Tools.DotCover.Cover... 2026-02-10T07:31:24.4347953Z Importing namespace Cake.Common.Tools.DotCover.Merge... 2026-02-10T07:31:24.4348170Z Importing namespace Cake.Common.Tools.DotCover.Report... 2026-02-10T07:31:24.4348381Z Importing namespace Cake.Common.Tools.DotNet... 2026-02-10T07:31:24.4348593Z Importing namespace Cake.Common.Tools.DotNet.Build... 2026-02-10T07:31:24.4348816Z Importing namespace Cake.Common.Tools.DotNet.BuildServer... 2026-02-10T07:31:24.4349032Z Importing namespace Cake.Common.Tools.DotNet.Clean... 2026-02-10T07:31:24.4349289Z Importing namespace Cake.Common.Tools.DotNet.Execute... 2026-02-10T07:31:24.4349513Z Importing namespace Cake.Common.Tools.DotNet.Format... 2026-02-10T07:31:24.4349739Z Importing namespace Cake.Common.Tools.DotNet.MSBuild... 2026-02-10T07:31:24.4349968Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Delete... 2026-02-10T07:31:24.4350197Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Push... 2026-02-10T07:31:24.4350425Z Importing namespace Cake.Common.Tools.DotNet.NuGet.Source... 2026-02-10T07:31:24.4350649Z Importing namespace Cake.Common.Tools.DotNet.Pack... 2026-02-10T07:31:24.4350877Z Importing namespace Cake.Common.Tools.DotNet.Package.Add... 2026-02-10T07:31:24.4351113Z Importing namespace Cake.Common.Tools.DotNet.Package.Remove... 2026-02-10T07:31:24.4351348Z Importing namespace Cake.Common.Tools.DotNet.Publish... 2026-02-10T07:31:24.4351686Z Importing namespace Cake.Common.Tools.DotNet.Restore... 2026-02-10T07:31:24.4351913Z Importing namespace Cake.Common.Tools.DotNet.Run... 2026-02-10T07:31:24.4352161Z Importing namespace Cake.Common.Tools.DotNet.SDKCheck... 2026-02-10T07:31:24.4352380Z Importing namespace Cake.Common.Tools.DotNet.Test... 2026-02-10T07:31:24.4352597Z Importing namespace Cake.Common.Tools.DotNet.Tool... 2026-02-10T07:31:24.4352815Z Importing namespace Cake.Common.Tools.DotNet.VSTest... 2026-02-10T07:31:24.4353042Z Importing namespace Cake.Common.Tools.DotNet.Workload.Install... 2026-02-10T07:31:24.4353270Z Importing namespace Cake.Common.Tools.DotNet.Workload.List... 2026-02-10T07:31:24.4353500Z Importing namespace Cake.Common.Tools.DotNet.Workload.Repair... 2026-02-10T07:31:24.4353729Z Importing namespace Cake.Common.Tools.DotNet.Workload.Restore... 2026-02-10T07:31:24.4353963Z Importing namespace Cake.Common.Tools.DotNet.Workload.Search... 2026-02-10T07:31:24.4354193Z Importing namespace Cake.Common.Tools.DotNet.Workload.Uninstall... 2026-02-10T07:31:24.4354423Z Importing namespace Cake.Common.Tools.DotNet.Workload.Update... 2026-02-10T07:31:24.4354639Z Importing namespace Cake.Common.Tools.DupFinder... 2026-02-10T07:31:24.4354897Z Importing namespace Cake.Common.Tools.Fixie... 2026-02-10T07:31:24.4355110Z Importing namespace Cake.Common.Tools.GitLink... 2026-02-10T07:31:24.4355332Z Importing namespace Cake.Common.Tools.GitReleaseManager... 2026-02-10T07:31:24.4355564Z Importing namespace Cake.Common.Tools.GitReleaseManager.AddAssets... 2026-02-10T07:31:24.4355796Z Importing namespace Cake.Common.Tools.GitReleaseManager.Close... 2026-02-10T07:31:24.4356026Z Importing namespace Cake.Common.Tools.GitReleaseManager.Create... 2026-02-10T07:31:24.4356257Z Importing namespace Cake.Common.Tools.GitReleaseManager.Discard... 2026-02-10T07:31:24.4356489Z Importing namespace Cake.Common.Tools.GitReleaseManager.Export... 2026-02-10T07:31:24.4356716Z Importing namespace Cake.Common.Tools.GitReleaseManager.Label... 2026-02-10T07:31:24.4356946Z Importing namespace Cake.Common.Tools.GitReleaseManager.Open... 2026-02-10T07:31:24.4357179Z Importing namespace Cake.Common.Tools.GitReleaseManager.Publish... 2026-02-10T07:31:24.4357438Z Importing namespace Cake.Common.Tools.GitReleaseNotes... 2026-02-10T07:31:24.4357658Z Importing namespace Cake.Common.Tools.GitVersion... 2026-02-10T07:31:24.4357870Z Importing namespace Cake.Common.Tools.ILMerge... 2026-02-10T07:31:24.4358082Z Importing namespace Cake.Common.Tools.ILRepack... 2026-02-10T07:31:24.4358296Z Importing namespace Cake.Common.Tools.InnoSetup... 2026-02-10T07:31:24.4358513Z Importing namespace Cake.Common.Tools.InspectCode... 2026-02-10T07:31:24.4358724Z Importing namespace Cake.Common.Tools.MSBuild... 2026-02-10T07:31:24.4358934Z Importing namespace Cake.Common.Tools.MSpec... 2026-02-10T07:31:24.4359144Z Importing namespace Cake.Common.Tools.MSTest... 2026-02-10T07:31:24.4359353Z Importing namespace Cake.Common.Tools.NSIS... 2026-02-10T07:31:24.4359560Z Importing namespace Cake.Common.Tools.NuGet... 2026-02-10T07:31:24.4359771Z Importing namespace Cake.Common.Tools.NuGet.Add... 2026-02-10T07:31:24.4360026Z Importing namespace Cake.Common.Tools.NuGet.Delete... 2026-02-10T07:31:24.4360256Z Importing namespace Cake.Common.Tools.NuGet.Init... 2026-02-10T07:31:24.4360485Z Importing namespace Cake.Common.Tools.NuGet.Install... 2026-02-10T07:31:24.4360713Z Importing namespace Cake.Common.Tools.NuGet.List... 2026-02-10T07:31:24.4360938Z Importing namespace Cake.Common.Tools.NuGet.Pack... 2026-02-10T07:31:24.4361162Z Importing namespace Cake.Common.Tools.NuGet.Push... 2026-02-10T07:31:24.4361391Z Importing namespace Cake.Common.Tools.NuGet.Restore... 2026-02-10T07:31:24.4361749Z Importing namespace Cake.Common.Tools.NuGet.SetApiKey... 2026-02-10T07:31:24.4361977Z Importing namespace Cake.Common.Tools.NuGet.SetProxy... 2026-02-10T07:31:24.4362200Z Importing namespace Cake.Common.Tools.NuGet.Sources... 2026-02-10T07:31:24.4362417Z Importing namespace Cake.Common.Tools.NuGet.Update... 2026-02-10T07:31:24.4362624Z Importing namespace Cake.Common.Tools.NUnit... 2026-02-10T07:31:24.4362840Z Importing namespace Cake.Common.Tools.OctopusDeploy... 2026-02-10T07:31:24.4363055Z Importing namespace Cake.Common.Tools.OpenCover... 2026-02-10T07:31:24.4363274Z Importing namespace Cake.Common.Tools.ReportGenerator... 2026-02-10T07:31:24.4363494Z Importing namespace Cake.Common.Tools.ReportUnit... 2026-02-10T07:31:24.4363709Z Importing namespace Cake.Common.Tools.Roundhouse... 2026-02-10T07:31:24.4363922Z Importing namespace Cake.Common.Tools.SignTool... 2026-02-10T07:31:24.4364136Z Importing namespace Cake.Common.Tools.SpecFlow... 2026-02-10T07:31:24.4364372Z Importing namespace Cake.Common.Tools.SpecFlow.StepDefinitionReport... 2026-02-10T07:31:24.4364611Z Importing namespace Cake.Common.Tools.SpecFlow.TestExecutionReport... 2026-02-10T07:31:24.4364835Z Importing namespace Cake.Common.Tools.TextTransform... 2026-02-10T07:31:24.4365047Z Importing namespace Cake.Common.Tools.VSTest... 2026-02-10T07:31:24.4365257Z Importing namespace Cake.Common.Tools.VSWhere... 2026-02-10T07:31:24.4365505Z Importing namespace Cake.Common.Tools.VSWhere.All... 2026-02-10T07:31:24.4365722Z Importing namespace Cake.Common.Tools.VSWhere.Latest... 2026-02-10T07:31:24.4365940Z Importing namespace Cake.Common.Tools.VSWhere.Legacy... 2026-02-10T07:31:24.4366171Z Importing namespace Cake.Common.Tools.VSWhere.Product... 2026-02-10T07:31:24.4366381Z Importing namespace Cake.Common.Tools.WiX... 2026-02-10T07:31:24.4366592Z Importing namespace Cake.Common.Tools.WiX.Heat... 2026-02-10T07:31:24.4366801Z Importing namespace Cake.Common.Tools.XBuild... 2026-02-10T07:31:24.4367011Z Importing namespace Cake.Common.Tools.XUnit... 2026-02-10T07:31:24.4367213Z Importing namespace Cake.Common.Xml... 2026-02-10T07:31:24.4367412Z Importing namespace Cake.Core... 2026-02-10T07:31:24.4367608Z Importing namespace Cake.Core.Diagnostics... 2026-02-10T07:31:24.4367808Z Importing namespace Cake.Core.IO... 2026-02-10T07:31:24.4368044Z Importing namespace Cake.Core.Scripting... 2026-02-10T07:31:24.4368283Z Importing namespace Cake.Core.Tooling... 2026-02-10T07:31:24.4368590Z Importing namespace Cake.FileHelpers... 2026-02-10T07:31:24.4368903Z Importing namespace NuGet.Common... 2026-02-10T07:31:24.4369209Z Importing namespace NuGet.Configuration... 2026-02-10T07:31:24.4369518Z Importing namespace NuGet.Protocol... 2026-02-10T07:31:24.4369842Z Importing namespace NuGet.Protocol.Core.Types... 2026-02-10T07:31:24.4370162Z Importing namespace NuGet.Versioning... 2026-02-10T07:31:24.4370503Z Importing namespace System... 2026-02-10T07:31:24.4370840Z Importing namespace System.Collections.Generic... 2026-02-10T07:31:24.4371162Z Importing namespace System.IO... 2026-02-10T07:31:24.4371476Z Importing namespace System.Linq... 2026-02-10T07:31:24.4371895Z Importing namespace System.Text... 2026-02-10T07:31:24.4372193Z Importing namespace System.Threading.Tasks... 2026-02-10T07:31:24.4372422Z .NETStandard,Version=v2.0 2026-02-10T07:31:24.4872997Z Compiling build script... 2026-02-10T07:31:26.1075197Z /mnt/vss/_work/1/s/eng/devices/devices-shared.cake(32,18): warning CS0219: The variable 'binDirBase' is assigned but its value is never used 2026-02-10T07:31:26.1075534Z /mnt/vss/_work/1/s/eng/devices/android.cake(237,9): warning CS0219: The variable 'platform' is assigned but its value is never used 2026-02-10T07:31:26.8595974Z Local Dotnet: True 2026-02-10T07:31:26.8601018Z ANDROID_SDK_ROOT: /usr/local/lib/android/sdk 2026-02-10T07:31:26.8601244Z ANDROID_HOME: /usr/local/lib/android/sdk 2026-02-10T07:31:26.8606924Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:31:26.8608209Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:31:26.8609098Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:31:26.8610120Z Setting environment variable: PATH = '/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:31:26.8619909Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/13.0 2026-02-10T07:31:26.8620184Z Found cmdline-tools folders: /usr/local/lib/android/sdk/cmdline-tools/latest 2026-02-10T07:31:26.8620530Z Android SDK Root: /usr/local/lib/android/sdk 2026-02-10T07:31:26.8620869Z Project File: /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-10T07:31:26.8621117Z Build Binary Log (binlog): /mnt/vss/_work/1/a/logs 2026-02-10T07:31:26.8621317Z Build Configuration: Release 2026-02-10T07:31:26.8621679Z Build Target Framework: net10.0-android 2026-02-10T07:31:26.8621949Z Use CoreCLR: False 2026-02-10T07:31:26.8628216Z Using local dotnet: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-10T07:31:26.8629303Z DOTNET_TOOL_PATH: /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-10T07:31:26.8639792Z Host OS System Arch: X64 2026-02-10T07:31:26.8639935Z Host Processor System Arch: X64 2026-02-10T07:31:26.8706222Z 2026-02-10T07:31:26.8706921Z ======================================== 2026-02-10T07:31:26.8707198Z connectToDevice 2026-02-10T07:31:26.8707362Z ======================================== 2026-02-10T07:31:26.8707734Z Executing task: connectToDevice 2026-02-10T07:31:26.8721763Z Create for: emulator 2026-02-10T07:31:26.8722127Z Host OS System Arch: X64 2026-02-10T07:31:26.8722428Z Host Processor System Arch: X64 2026-02-10T07:31:26.8722874Z Going to run image: system-images;android-30;google_apis_playstore;x86_64 2026-02-10T07:31:26.8734828Z Test Device ID: system-images;android-30;google_apis_playstore;x86_64 2026-02-10T07:31:26.8735108Z Trying to boot the emulator... 2026-02-10T07:31:26.8735590Z Deleting AVD if exists: Emulator_30... 2026-02-10T07:31:26.8788296Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-02-10T07:31:26.8801606Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager delete avd -n Emulator_30 2026-02-10T07:31:27.2055438Z Error: There is no Android Virtual Device named 'Emulator_30'. 2026-02-10T07:31:27.2055727Z null 2026-02-10T07:31:27.2258108Z Creating AVD: Emulator_30 (system-images;android-30;google_apis_playstore;x86_64)... 2026-02-10T07:31:27.2270569Z Resolved tool to path /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager 2026-02-10T07:31:27.2271670Z Executing: /usr/local/lib/android/sdk/cmdline-tools/latest/bin/avdmanager create avd -n Emulator_30 -k "system-images;android-30;google_apis_playstore;x86_64" --device "Nexus 5X" --force 2026-02-10T07:31:29.1936798Z Pre-authorizing ADB keys for emulator... 2026-02-10T07:31:29.1944468Z Ensuring ADB keys are correctly configured... 2026-02-10T07:31:29.1944633Z Stopping ADB server... 2026-02-10T07:31:29.1963853Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:29.1964823Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-02-10T07:31:30.1425278Z cannot connect to daemon at tcp:5037: Connection refused 2026-02-10T07:31:31.1438021Z Ensuring ADB key directory exists... 2026-02-10T07:31:31.1445331Z Executing: chmod 700 /home/cloudtest/.android 2026-02-10T07:31:31.1465752Z Cleaning up old ADB keys... 2026-02-10T07:31:31.1468828Z Trying ADB keygen method: adb keygen /home/cloudtest/.android/adbkey 2026-02-10T07:31:31.1470415Z Executing: adb keygen /home/cloudtest/.android/adbkey 2026-02-10T07:31:32.0110888Z ADB keygen successful with method: keygen /home/cloudtest/.android/adbkey 2026-02-10T07:31:33.0113177Z Keys verified to exist after generation. 2026-02-10T07:31:33.0113617Z ADB keys generated successfully! 2026-02-10T07:31:33.0113850Z Setting correct permissions for ADB keys... 2026-02-10T07:31:33.0114407Z Executing: chmod 600 /home/cloudtest/.android/adbkey 2026-02-10T07:31:33.0133048Z Executing: chmod 600 /home/cloudtest/.android/adbkey.pub 2026-02-10T07:31:33.0148943Z Setting ADB_VENDOR_KEYS environment variable... 2026-02-10T07:31:33.0149889Z Setting environment variable: ADB_VENDOR_KEYS = '/home/cloudtest/.android/adbkey.pub' 2026-02-10T07:31:33.0153106Z Executing: sh -c "export ADB_VENDOR_KEYS=/home/cloudtest/.android/adbkey.pub" 2026-02-10T07:31:33.0168233Z Starting ADB server with new keys... 2026-02-10T07:31:33.0179087Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:33.0179660Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-02-10T07:31:33.0202382Z * daemon not running; starting now at tcp:5037 2026-02-10T07:31:36.1877831Z * daemon started successfully 2026-02-10T07:31:38.1884763Z Pushing ADB keys to the device... 2026-02-10T07:31:38.1885238Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-10T07:31:38.1918170Z Push attempt 1 failed. Retrying in 1 second... 2026-02-10T07:31:39.1921760Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-10T07:31:39.1955862Z Push attempt 2 failed. Retrying in 1 second... 2026-02-10T07:31:40.1958950Z Executing: adb push "/home/cloudtest/.android/adbkey.pub" "/data/misc/adb/adb_keys" 2026-02-10T07:31:40.1992187Z Push attempt 3 failed. Retrying in 1 second... 2026-02-10T07:31:41.1999116Z Error ensuring ADB keys: Failed to push ADB keys after multiple attempts. 2026-02-10T07:31:41.1999489Z Trying to restart ADB just in case... 2026-02-10T07:31:41.2001436Z Attempting to recover ADB connection... 2026-02-10T07:31:41.2010062Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:41.2010683Z Executing: /usr/local/lib/android/sdk/platform-tools/adb kill-server 2026-02-10T07:31:43.2080625Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:43.2081136Z Executing: /usr/local/lib/android/sdk/platform-tools/adb start-server 2026-02-10T07:31:43.2105098Z * daemon not running; starting now at tcp:5037 2026-02-10T07:31:46.2134226Z * daemon started successfully 2026-02-10T07:31:49.2162040Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:49.2162639Z Executing: /usr/local/lib/android/sdk/platform-tools/adb devices -l 2026-02-10T07:31:49.2205362Z List of devices attached 2026-02-10T07:31:49.2205512Z 2026-02-10T07:31:49.2229544Z Recovery check: found 0 devices 2026-02-10T07:31:49.2229844Z ADB connection recovery attempt completed. 2026-02-10T07:31:49.2230007Z Failed to pre-authorize ADB keys (will retry during boot): Failed to push ADB keys after multiple attempts. 2026-02-10T07:31:49.2230362Z Starting Emulator: Emulator_30... 2026-02-10T07:31:49.2252558Z Resolved tool to path /usr/local/lib/android/sdk/emulator/emulator 2026-02-10T07:31:49.2253513Z Executing: /usr/local/lib/android/sdk/emulator/emulator -avd Emulator_30 -gpu swiftshader_indirect -no-window -no-snapshot -no-audio -no-boot-anim 2026-02-10T07:31:49.2269969Z Finished executing task: connectToDevice 2026-02-10T07:31:49.2284059Z Completed in 00:00:22.3575184 2026-02-10T07:31:49.2289727Z 2026-02-10T07:31:49.2289970Z ======================================== 2026-02-10T07:31:49.2290108Z uitest-prepare 2026-02-10T07:31:49.2290237Z ======================================== 2026-02-10T07:31:49.2290461Z Executing task: uitest-prepare 2026-02-10T07:31:49.2293930Z Preparing UI Tests... 2026-02-10T07:31:49.2298541Z Looking for .apk files in /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android 2026-02-10T07:31:49.2327831Z Test App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-10T07:31:49.2328147Z Test App Package Name: com.microsoft.maui.uitests 2026-02-10T07:31:49.2328358Z Test Results Directory: /mnt/vss/_work/1/a/test-results 2026-02-10T07:31:49.2328537Z Testing Device: android-emulator-64_30 2026-02-10T07:31:49.2328680Z Testing App Project: /mnt/vss/_work/1/Controls.TestCases.HostApp/ 2026-02-10T07:31:49.2328854Z Testing App: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-10T07:31:49.2329018Z Results Directory: /mnt/vss/_work/1/a/test-results 2026-02-10T07:31:49.2336983Z Waiting for the emulator to finish booting... 2026-02-10T07:31:49.2360125Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:49.2365787Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:49.2366344Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:49.2392837Z adb: no devices/emulators found 2026-02-10T07:31:49.6643719Z WARNING: cannnot unmap ptr 0x7fadf6a01000 as it is in the protected range from 0x7fad76a00000 to 0x7fadf6c00000 2026-02-10T07:31:50.2402681Z Waiting 0/120 seconds for the emulator to boot up. 2026-02-10T07:31:50.2411311Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:50.2418418Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:50.2418866Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:50.2447114Z adb: device offline 2026-02-10T07:31:51.2454434Z Waiting 1/120 seconds for the emulator to boot up. 2026-02-10T07:31:51.2461379Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:51.2467688Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:51.2468205Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:51.2496506Z adb: device offline 2026-02-10T07:31:52.2503220Z Waiting 2/120 seconds for the emulator to boot up. 2026-02-10T07:31:52.2510825Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:52.2517799Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:52.2518766Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:52.2546829Z adb: device offline 2026-02-10T07:31:53.2553917Z Waiting 3/120 seconds for the emulator to boot up. 2026-02-10T07:31:53.2561987Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:53.2567569Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:53.2568551Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:53.2597396Z adb: device offline 2026-02-10T07:31:54.2603994Z Waiting 4/120 seconds for the emulator to boot up. 2026-02-10T07:31:54.2611321Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:54.2617458Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:54.2618068Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:54.2646791Z adb: device offline 2026-02-10T07:31:55.2654420Z Waiting 5/120 seconds for the emulator to boot up. 2026-02-10T07:31:55.2662264Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:55.2668583Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:55.2669094Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:55.2697675Z adb: device offline 2026-02-10T07:31:56.2704140Z Waiting 6/120 seconds for the emulator to boot up. 2026-02-10T07:31:56.2711083Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:56.2716791Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:56.2717205Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:56.2747501Z adb: device offline 2026-02-10T07:31:57.2753831Z Waiting 7/120 seconds for the emulator to boot up. 2026-02-10T07:31:57.2761427Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:57.2767393Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:57.2767707Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:57.2796546Z adb: device offline 2026-02-10T07:31:58.2804081Z Waiting 8/120 seconds for the emulator to boot up. 2026-02-10T07:31:58.2811859Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:58.2817975Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:58.2818869Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:58.2845730Z adb: device offline 2026-02-10T07:31:59.2852126Z Waiting 9/120 seconds for the emulator to boot up. 2026-02-10T07:31:59.2859347Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:59.2865342Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:31:59.2866158Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:31:59.2895582Z adb: device offline 2026-02-10T07:32:00.2902287Z Waiting 10/120 seconds for the emulator to boot up. 2026-02-10T07:32:00.2911161Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:00.2916919Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:00.2917470Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:00.2946686Z adb: device offline 2026-02-10T07:32:01.2953343Z Waiting 11/120 seconds for the emulator to boot up. 2026-02-10T07:32:01.2959961Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:01.2965703Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:01.2966131Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:01.2994725Z adb: device offline 2026-02-10T07:32:02.3000899Z Waiting 12/120 seconds for the emulator to boot up. 2026-02-10T07:32:02.3009337Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:02.3016919Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:02.3017418Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:02.3045077Z adb: device offline 2026-02-10T07:32:03.3052212Z Waiting 13/120 seconds for the emulator to boot up. 2026-02-10T07:32:03.3061691Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:03.3070952Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:03.3071961Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:03.3104584Z adb: device offline 2026-02-10T07:32:04.3110938Z Waiting 14/120 seconds for the emulator to boot up. 2026-02-10T07:32:04.3121014Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:04.3129518Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:04.3130195Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:04.3158578Z adb: device offline 2026-02-10T07:32:05.3166247Z Waiting 15/120 seconds for the emulator to boot up. 2026-02-10T07:32:05.3173917Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:05.3179335Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:05.3179839Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:05.3209482Z adb: device offline 2026-02-10T07:32:06.3218069Z Waiting 16/120 seconds for the emulator to boot up. 2026-02-10T07:32:06.3225560Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:06.3231336Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:06.3232053Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:06.3263263Z adb: device offline 2026-02-10T07:32:07.3271059Z Waiting 17/120 seconds for the emulator to boot up. 2026-02-10T07:32:07.3279232Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:07.3287207Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:07.3291265Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:07.3319219Z adb: device offline 2026-02-10T07:32:08.3326791Z Waiting 18/120 seconds for the emulator to boot up. 2026-02-10T07:32:08.3337407Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:08.3346193Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:08.3346834Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:08.3378436Z adb: device offline 2026-02-10T07:32:09.3386940Z Waiting 19/120 seconds for the emulator to boot up. 2026-02-10T07:32:09.3398441Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:09.3409825Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:09.3411232Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:09.3443844Z adb: device offline 2026-02-10T07:32:10.3453171Z Waiting 20/120 seconds for the emulator to boot up. 2026-02-10T07:32:10.3460814Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:10.3468558Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:10.3469465Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:10.3504703Z adb: device offline 2026-02-10T07:32:11.3537180Z Waiting 21/120 seconds for the emulator to boot up. 2026-02-10T07:32:11.3565248Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:11.3576902Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:11.3577547Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:11.3617205Z adb: device offline 2026-02-10T07:32:12.3653597Z Waiting 22/120 seconds for the emulator to boot up. 2026-02-10T07:32:12.3670529Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:12.3680484Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:12.3683540Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:12.3772730Z adb: device offline 2026-02-10T07:32:13.3806870Z Waiting 23/120 seconds for the emulator to boot up. 2026-02-10T07:32:13.3810773Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:13.3811816Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:13.3812405Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:13.3985752Z adb: device offline 2026-02-10T07:32:14.4007769Z Waiting 24/120 seconds for the emulator to boot up. 2026-02-10T07:32:14.4029329Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:14.4029760Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:14.4031687Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop sys.boot_completed 2026-02-10T07:32:14.7289751Z 1 2026-02-10T07:32:14.7297153Z 1 2026-02-10T07:32:14.7338326Z Waited 25 seconds for the emulator to boot up. 2026-02-10T07:32:14.7339286Z Setting Logcat properties... 2026-02-10T07:32:14.7339526Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:14.7351359Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:14.7355355Z Executing: /usr/local/lib/android/sdk/platform-tools/adb logcat -c 2026-02-10T07:32:15.3955171Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.3963993Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.3965498Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell logcat -G 16M 2026-02-10T07:32:15.5940323Z Finished setting Logcat properties. 2026-02-10T07:32:15.5941316Z Setting the ADB properties... 2026-02-10T07:32:15.5947528Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.5948339Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.5949100Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell setprop debug.mono.log default,mono_log_level=debug,mono_log_mask=all 2026-02-10T07:32:15.7963049Z 2026-02-10T07:32:15.7964136Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.7964695Z Resolved tool to path /usr/local/lib/android/sdk/platform-tools/adb 2026-02-10T07:32:15.7965561Z Executing: /usr/local/lib/android/sdk/platform-tools/adb shell getprop debug.mono.log 2026-02-10T07:32:16.0674182Z default,mono_log_level=debug,mono_log_mask=all 2026-02-10T07:32:16.0678107Z default,mono_log_level=debug,mono_log_mask=all 2026-02-10T07:32:16.0679073Z default,mono_log_level=debug,mono_log_mask=all 2026-02-10T07:32:16.0684345Z Finished setting ADB properties. 2026-02-10T07:32:16.0684828Z Install with xharness: /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-10T07:32:16.0685100Z Use the Android emulators in a headless mode: 2026-02-10T07:32:16.0685405Z Setting environment variable: HEADLESS = 'False' 2026-02-10T07:32:16.0685624Z The platform version to run tests: 2026-02-10T07:32:16.0685928Z Setting environment variable: DEVICE_SKIN = 'Nexus 5X' 2026-02-10T07:32:16.0693707Z Resolved tool to path /mnt/vss/_work/1/s/.dotnet/dotnet 2026-02-10T07:32:16.0696807Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet --diagnostics tool run xharness android install --app="/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk" --package-name="com.microsoft.maui.uitests" --output-directory="/mnt/vss/_work/1/a/test-results" --verbosity="Debug" 2026-02-10T07:32:16.4314745Z [11.0.0-prerelease.26064.3+31e0b8e08f57890f7b7004b93361d69cd4b21079] XHarness command issued: android install --app=/mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk --package-name=com.microsoft.maui.uitests --output-directory=/mnt/vss/_work/1/a/test-results --verbosity=Debug 2026-02-10T07:32:16.5259567Z dbug: ADBRunner using ADB.exe supplied from /home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/tools/net10.0/any/../../../runtimes/any/native/adb/linux/adb 2026-02-10T07:32:16.5263202Z dbug: Full resolved path:'/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb' 2026-02-10T07:32:16.5365306Z info: Will attempt to find device supporting architectures: 'arm64-v8a', 'x86_64' 2026-02-10T07:32:16.5416068Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb start-server' 2026-02-10T07:32:16.5793418Z dbug: 2026-02-10T07:32:16.5826126Z info: Finding attached devices/emulators... 2026-02-10T07:32:16.5837151Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb devices -l' 2026-02-10T07:32:16.5941347Z dbug: Found 1 possible devices 2026-02-10T07:32:16.5945553Z dbug: Evaluating output line for device serial: emulator-5554 device product:sdk_gphone_x86_64 model:sdk_gphone_x86_64 device:generic_x86_64_arm64 transport_id:1 2026-02-10T07:32:16.5985851Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell getprop ro.product.cpu.abilist' 2026-02-10T07:32:16.6279888Z dbug: Found 1 possible devices. Using 'emulator-5554' 2026-02-10T07:32:16.6280607Z info: Active Android device set to serial 'emulator-5554' 2026-02-10T07:32:16.6287326Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.product.cpu.abi' 2026-02-10T07:32:16.6889292Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop ro.build.version.sdk' 2026-02-10T07:32:16.7603138Z info: Waiting for device to be available (max 5 minutes) 2026-02-10T07:32:16.7604057Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 wait-for-device' 2026-02-10T07:32:16.7649406Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 -s emulator-5554 shell getprop sys.boot_completed' 2026-02-10T07:32:16.7784768Z dbug: sys.boot_completed = '1' 2026-02-10T07:32:16.7790802Z dbug: Waited 0 seconds for device boot completion 2026-02-10T07:32:16.7791227Z dbug: Working with emulator-5554 (API 30) 2026-02-10T07:32:16.7791791Z dbug: Check current adb install and/or package verification settings 2026-02-10T07:32:16.7792449Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global verifier_verify_adb_installs' 2026-02-10T07:32:16.8972981Z dbug: verifier_verify_adb_installs = 0 2026-02-10T07:32:16.8975197Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell settings get global package_verifier_enable' 2026-02-10T07:32:17.0205162Z dbug: package_verifier_enable = 2026-02-10T07:32:17.0206908Z warn: Installing debug apks on a device might be rejected with INSTALL_FAILED_VERIFICATION_FAILURE. Make sure to set 'package_verifier_enable' to '0' 2026-02-10T07:32:17.0207763Z info: Attempting to remove apk 'com.microsoft.maui.uitests'.. 2026-02-10T07:32:17.0208411Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 uninstall com.microsoft.maui.uitests' 2026-02-10T07:32:17.1228667Z info: APK 'com.microsoft.maui.uitests' was not on device 2026-02-10T07:32:17.1232289Z info: Attempting to install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-10T07:32:17.1233497Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 install /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk' 2026-02-10T07:32:29.1829476Z info: Successfully installed /mnt/vss/_work/1/Controls.TestCases.HostApp/Release/net10.0-android/com.microsoft.maui.uitests-Signed.apk 2026-02-10T07:32:29.1833871Z info: Killing all running processes for 'com.microsoft.maui.uitests': 2026-02-10T07:32:29.1834571Z dbug: Executing command: '/home/cloudtest/.nuget/packages/microsoft.dotnet.xharness.cli/11.0.0-prerelease.26064.3/runtimes/any/native/adb/linux/adb -s emulator-5554 shell am kill --user all com.microsoft.maui.uitests' 2026-02-10T07:32:29.2492459Z dbug: Success! 2026-02-10T07:32:29.2492822Z 2026-02-10T07:32:29.2515298Z XHarness exit code: 0 2026-02-10T07:32:29.2709331Z Finished executing task: uitest-prepare 2026-02-10T07:32:29.2710373Z Completed in 00:00:40.0417567 2026-02-10T07:32:29.2710799Z 2026-02-10T07:32:29.2711090Z ======================================== 2026-02-10T07:32:29.2711295Z uitest 2026-02-10T07:32:29.2711784Z ======================================== 2026-02-10T07:32:29.2712376Z Executing task: uitest 2026-02-10T07:32:29.2720304Z Build UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-10T07:32:29.2734479Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet build "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --configuration Release /p:ExtraDefineConstants=ANDROID /bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android.binlog 2026-02-10T07:32:30.4354554Z Determining projects to restore... 2026-02-10T07:32:37.1464366Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils/VisualTestUtils.csproj (in 2.16 sec). 2026-02-10T07:32:37.1465152Z Restored /mnt/vss/_work/1/s/src/Controls/tests/CustomAttributes/Controls.CustomAttributes.csproj (in 2.16 sec). 2026-02-10T07:32:37.6542704Z Restored /mnt/vss/_work/1/s/src/Controls/src/BindingSourceGen/Controls.BindingSourceGen.csproj (in 3.03 sec). 2026-02-10T07:32:37.6884848Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Core/UITest.Core.csproj (in 2 ms). 2026-02-10T07:32:39.5655192Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Analyzers/UITest.Analyzers.csproj (in 4.39 sec). 2026-02-10T07:32:39.5676943Z Restored /mnt/vss/_work/1/s/src/Graphics/src/Graphics/Graphics.csproj (in 3.27 sec). 2026-02-10T07:32:39.7047610Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.NUnit/UITest.NUnit.csproj (in 2.43 sec). 2026-02-10T07:32:41.0258500Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/UITest.Appium/UITest.Appium.csproj (in 3.31 sec). 2026-02-10T07:32:42.3041326Z Restored /mnt/vss/_work/1/s/src/Essentials/src/Essentials.csproj (in 7.71 sec). 2026-02-10T07:32:43.4413985Z Restored /mnt/vss/_work/1/s/src/Core/src/Core.csproj (in 3.86 sec). 2026-02-10T07:32:43.4605447Z Restored /mnt/vss/_work/1/s/src/Controls/src/Core/Controls.Core.csproj (in 8.87 sec). 2026-02-10T07:32:43.8231340Z Restored /mnt/vss/_work/1/s/src/TestUtils/src/VisualTestUtils.MagickNet/VisualTestUtils.MagickNet.csproj (in 6.64 sec). 2026-02-10T07:32:43.8390225Z Restored /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj (in 9.25 sec). 2026-02-10T07:32:51.2412933Z Controls.CustomAttributes -> /mnt/vss/_work/1/s/artifacts/bin/Controls.CustomAttributes/Release/net10.0/Controls.CustomAttributes.dll 2026-02-10T07:32:52.1730369Z Graphics -> /mnt/vss/_work/1/s/artifacts/bin/Graphics/Release/net10.0/Microsoft.Maui.Graphics.dll 2026-02-10T07:32:53.1080010Z Essentials -> /mnt/vss/_work/1/s/artifacts/bin/Essentials/Release/net10.0/Microsoft.Maui.Essentials.dll 2026-02-10T07:32:58.6618150Z Core -> /mnt/vss/_work/1/s/artifacts/bin/Core/Release/net10.0/Microsoft.Maui.dll 2026-02-10T07:32:59.3501878Z Controls.BindingSourceGen -> /mnt/vss/_work/1/s/artifacts/bin/Controls.BindingSourceGen/Release/netstandard2.0/Microsoft.Maui.Controls.BindingSourceGen.dll 2026-02-10T07:33:17.6791744Z Controls.Core -> /mnt/vss/_work/1/s/artifacts/bin/Controls.Core/Release/net10.0/Microsoft.Maui.Controls.dll 2026-02-10T07:33:17.8140639Z UITest.Core -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Core/Release/net10.0/UITest.Core.dll 2026-02-10T07:33:17.9663659Z UITest.NUnit -> /mnt/vss/_work/1/s/artifacts/bin/UITest.NUnit/Release/net10.0/UITest.NUnit.dll 2026-02-10T07:33:17.9707504Z VisualTestUtils -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils/Release/netstandard2.0/VisualTestUtils.dll 2026-02-10T07:33:18.1303332Z VisualTestUtils.MagickNet -> /mnt/vss/_work/1/s/artifacts/bin/VisualTestUtils.MagickNet/Release/netstandard2.0/VisualTestUtils.MagickNet.dll 2026-02-10T07:33:18.4555432Z UITest.Appium -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Appium/Release/net10.0/UITest.Appium.dll 2026-02-10T07:33:18.6486740Z UITest.Analyzers -> /mnt/vss/_work/1/s/artifacts/bin/UITest.Analyzers/Release/netstandard2.0/UITest.Analyzers.dll 2026-02-10T07:33:28.6133656Z Controls.TestCases.Android.Tests -> /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-10T07:33:28.6446150Z 2026-02-10T07:33:28.6451924Z Build succeeded. 2026-02-10T07:33:28.6453240Z 0 Warning(s) 2026-02-10T07:33:28.6453427Z 0 Error(s) 2026-02-10T07:33:28.6453496Z 2026-02-10T07:33:28.6453703Z Time Elapsed 00:00:59.11 2026-02-10T07:33:28.7563157Z Setting environment variable: APPIUM_LOG_FILE = '/mnt/vss/_work/1/a/logs/appium_android_Controls.TestCases.Android.Tests-Release-android-CollectionView.log' 2026-02-10T07:33:28.7563668Z Run UITests project /mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj 2026-02-10T07:33:28.7563933Z Retry UITests run Count: 0 2026-02-10T07:33:28.7567848Z Run Tests With Filter TestCategory=CollectionView 2026-02-10T07:33:28.7569377Z Log Directory: /mnt/vss/_work/1/a/logs 2026-02-10T07:33:28.7569777Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-02-10T07:33:28.7571112Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-10T07:33:28.7571737Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:33:28.7572254Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:33:28.7572779Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:33:28.7573529Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-10T07:33:28.7574023Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-10T07:33:28.7574526Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-10T07:33:28.7575506Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:33:28.7576100Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-CollectionView.binlog 2026-02-10T07:33:28.7594100Z Creating directory /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger 2026-02-10T07:33:28.7600085Z Downloading file: https://vstsagenttools.blob.core.windows.net/tools/msbuildlogger/3/msbuildlogger.zip 2026-02-10T07:33:28.9416197Z Downloading file: 15% 2026-02-10T07:33:28.9416617Z Downloading file: 50% 2026-02-10T07:33:28.9782616Z Downloading file: 100% 2026-02-10T07:33:28.9794868Z Download complete, saved to: /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip 2026-02-10T07:33:28.9799301Z Unzipping file /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/msbuildlogger.zip to /mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger (overwrite files: False) 2026-02-10T07:33:28.9812362Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-CollectionView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-02-10T07:33:29.7053210Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-10T07:33:29.7603450Z VSTest version 18.0.1 (x64) 2026-02-10T07:33:29.7639408Z 2026-02-10T07:33:29.8390142Z Starting test execution, please wait... 2026-02-10T07:33:29.8679198Z A total of 1 test files matched the specified pattern. 2026-02-10T07:33:30.1962841Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-10T07:33:30.2085840Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-10T07:33:30.6138101Z NUnit3TestExecutor discovered 410 of 410 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-10T07:33:38.8053635Z >>>>> 02/10/2026 07:33:38 FixtureSetup for CollectionView_DynamicChangesFeatureTests(Android) 2026-02-10T07:33:43.3645717Z >>>>> 02/10/2026 07:33:43 ValidateDynamicItemTemplateDisplayed Start 2026-02-10T07:33:49.3605811Z >>>>> 02/10/2026 07:33:49 ValidateDynamicItemTemplateDisplayed Stop 2026-02-10T07:33:49.4914441Z Passed ValidateDynamicItemTemplateDisplayed [6 s] 2026-02-10T07:33:49.4914949Z >>>>> 02/10/2026 07:33:49 ValidateDynamicEmptyViewGridDisplayed Start 2026-02-10T07:33:55.3540418Z >>>>> 02/10/2026 07:33:55 ValidateDynamicEmptyViewGridDisplayed Stop 2026-02-10T07:33:55.5051113Z Passed ValidateDynamicEmptyViewGridDisplayed [6 s] 2026-02-10T07:33:55.5051453Z >>>>> 02/10/2026 07:33:55 ValidateDynamicEmptyViewStringDisplayed Start 2026-02-10T07:34:00.0385449Z >>>>> 02/10/2026 07:34:00 ValidateDynamicEmptyViewStringDisplayed Stop 2026-02-10T07:34:00.1562808Z Passed ValidateDynamicEmptyViewStringDisplayed [4 s] 2026-02-10T07:34:00.1563802Z >>>>> 02/10/2026 07:34:00 ValidateDynamicEmptyViewTemplateDisplayed Start 2026-02-10T07:34:05.8369904Z >>>>> 02/10/2026 07:34:05 ValidateDynamicEmptyViewTemplateDisplayed Stop 2026-02-10T07:34:05.9575599Z Passed ValidateDynamicEmptyViewTemplateDisplayed [5 s] 2026-02-10T07:34:05.9576330Z >>>>> 02/10/2026 07:34:05 ValidateDynamicGroupFooterTemplateDisplayed Start 2026-02-10T07:34:11.6914618Z >>>>> 02/10/2026 07:34:11 ValidateDynamicGroupFooterTemplateDisplayed Stop 2026-02-10T07:34:12.5914575Z Passed ValidateDynamicGroupFooterTemplateDisplayed [6 s] 2026-02-10T07:34:12.5917583Z >>>>> 02/10/2026 07:34:12 ValidateDynamicGroupHeaderTemplateDisplayed Start 2026-02-10T07:34:18.9976435Z >>>>> 02/10/2026 07:34:18 ValidateDynamicGroupHeaderTemplateDisplayed Stop 2026-02-10T07:34:19.7747642Z >>>>> 02/10/2026 07:34:19 FixtureSetup for CollectionView_EmptyViewFeatureTests(Android) 2026-02-10T07:34:20.0942309Z Passed ValidateDynamicGroupHeaderTemplateDisplayed [6 s] 2026-02-10T07:34:24.0892796Z >>>>> 02/10/2026 07:34:24 ValidateEmptyViewStringDisplayed Start 2026-02-10T07:34:28.5738528Z >>>>> 02/10/2026 07:34:28 ValidateEmptyViewStringDisplayed Stop 2026-02-10T07:34:28.6933083Z Passed ValidateEmptyViewStringDisplayed [4 s] 2026-02-10T07:34:28.6933497Z >>>>> 02/10/2026 07:34:28 ValidateCustomEmptyViewDisplayed Start 2026-02-10T07:34:31.1305218Z >>>>> 02/10/2026 07:34:31 ValidateCustomEmptyViewDisplayed Stop 2026-02-10T07:34:31.2418897Z Passed ValidateCustomEmptyViewDisplayed [2 s] 2026-02-10T07:34:31.2434461Z >>>>> 02/10/2026 07:34:31 ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-02-10T07:34:34.3142675Z >>>>> 02/10/2026 07:34:34 ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-02-10T07:34:34.4280829Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [3 s] 2026-02-10T07:34:34.4281895Z >>>>> 02/10/2026 07:34:34 ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Start 2026-02-10T07:34:37.4529811Z >>>>> 02/10/2026 07:34:37 ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate Stop 2026-02-10T07:34:37.5675881Z Passed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [3 s] 2026-02-10T07:34:37.5676974Z >>>>> 02/10/2026 07:34:37 ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Start 2026-02-10T07:34:40.5357484Z >>>>> 02/10/2026 07:34:40 ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst Stop 2026-02-10T07:34:40.6285835Z Passed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [3 s] 2026-02-10T07:34:40.6286732Z >>>>> 02/10/2026 07:34:40 ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Start 2026-02-10T07:34:43.6519573Z >>>>> 02/10/2026 07:34:43 ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst Stop 2026-02-10T07:34:43.7621151Z Passed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [3 s] 2026-02-10T07:34:43.7623589Z >>>>> 02/10/2026 07:34:43 ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Start 2026-02-10T07:34:46.8288088Z >>>>> 02/10/2026 07:34:46 ValidateCustomEmptyViewDisplayed_GroupedListSetFirst Stop 2026-02-10T07:34:47.1122408Z Passed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [3 s] 2026-02-10T07:34:47.1133546Z >>>>> 02/10/2026 07:34:47 ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Start 2026-02-10T07:34:50.7385091Z >>>>> 02/10/2026 07:34:50 ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-02-10T07:34:50.8602258Z Passed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [3 s] 2026-02-10T07:34:50.8603377Z >>>>> 02/10/2026 07:34:50 ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-10T07:34:53.9209539Z >>>>> 02/10/2026 07:34:53 ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-10T07:34:54.0291747Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [3 s] 2026-02-10T07:34:54.0292304Z >>>>> 02/10/2026 07:34:54 ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-10T07:34:57.0148994Z >>>>> 02/10/2026 07:34:57 ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-10T07:34:57.1058357Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [3 s] 2026-02-10T07:34:57.1066457Z >>>>> 02/10/2026 07:34:57 ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Start 2026-02-10T07:35:00.2398486Z >>>>> 02/10/2026 07:35:00 ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList Stop 2026-02-10T07:35:00.3499691Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [3 s] 2026-02-10T07:35:00.3500177Z >>>>> 02/10/2026 07:35:00 ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Start 2026-02-10T07:35:03.6327729Z >>>>> 02/10/2026 07:35:03 ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection Stop 2026-02-10T07:35:03.9528973Z Passed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [3 s] 2026-02-10T07:35:03.9532997Z >>>>> 02/10/2026 07:35:03 ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Start 2026-02-10T07:35:07.2751948Z >>>>> 02/10/2026 07:35:07 ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-02-10T07:35:07.3819831Z Passed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [3 s] 2026-02-10T07:35:07.3820710Z >>>>> 02/10/2026 07:35:07 ValidateCustomEmptyViewSizeDisplayed Start 2026-02-10T07:35:09.8986538Z >>>>> 02/10/2026 07:35:09 ValidateCustomEmptyViewSizeDisplayed Stop 2026-02-10T07:35:10.0026025Z Passed ValidateCustomEmptyViewSizeDisplayed [2 s] 2026-02-10T07:35:10.0027890Z >>>>> 02/10/2026 07:35:10 ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Start 2026-02-10T07:35:12.9953707Z >>>>> 02/10/2026 07:35:12 ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize Stop 2026-02-10T07:35:13.1829423Z Passed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [3 s] 2026-02-10T07:35:13.1831698Z >>>>> 02/10/2026 07:35:13 ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Start 2026-02-10T07:35:19.0227825Z [d8d3de0f][Logcat] Logcat terminated with code 255, signal null 2026-02-10T07:35:19.0304774Z >>>>> 02/10/2026 07:35:19 ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst Stop 2026-02-10T07:35:19.0537620Z >>>>> 02/10/2026 07:35:19 Log types: logcat, bugreport, server 2026-02-10T07:35:19.1753916Z >>>>> 02/10/2026 07:35:19 Log types: logcat, bugreport, server 2026-02-10T07:35:19.2252969Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [6 s] 2026-02-10T07:35:19.2253273Z Error Message: 2026-02-10T07:35:19.2254047Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up 2026-02-10T07:35:19.2254672Z TearDown : OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command '/usr/local/lib/android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell cmd package resolve-activity --brief com.microsoft.maui.uitests' exited with code 1'; Command output: adb: device offline 2026-02-10T07:35:19.2255234Z 2026-02-10T07:35:19.2255412Z Stack Trace: 2026-02-10T07:35:19.2255643Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:35:19.2255941Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:35:19.2256194Z at OpenQA.Selenium.WebDriver.FindElements(By by) 2026-02-10T07:35:19.2256472Z at UITest.Appium.AppiumQuery.FindElements(AppiumApp appiumApp) in /_/src/TestUtils/src/UITest.Appium/AppiumQuery.cs:line 125 2026-02-10T07:35:19.2256723Z at UITest.Appium.HelperExtensions.Wait(Func`1 query, Func`2 satisfactory, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 2609 2026-02-10T07:35:19.2257023Z at UITest.Appium.HelperExtensions.WaitForElement(IApp app, String marked, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 773 2026-02-10T07:35:19.2257338Z at Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests.ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/FeatureMatrix/CollectionView_EmptyViewFeatureTests.cs:line 320 2026-02-10T07:35:19.2257724Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:35:19.2257955Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:35:19.2258159Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:35:19.2258354Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:35:19.2258520Z --TearDown 2026-02-10T07:35:19.2258671Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:35:19.2258856Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:35:19.2259041Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:35:19.2259216Z at OpenQA.Selenium.Appium.AppiumDriver.ActivateApp(String appId) 2026-02-10T07:35:19.2259420Z at UITest.Appium.AppiumLifecycleActions.LaunchApp(IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumLifecycleActions.cs:line 94 2026-02-10T07:35:19.2259657Z at UITest.Appium.AppiumLifecycleActions.ResetApp(IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumLifecycleActions.cs:line 138 2026-02-10T07:35:19.2259904Z at UITest.Appium.AppiumLifecycleActions.Execute(String commandName, IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumLifecycleActions.cs:line 47 2026-02-10T07:35:19.2260160Z at UITest.Appium.AppiumCommandExecutor.Execute(String commandName, IDictionary`2 parameters) in /_/src/TestUtils/src/UITest.Appium/Actions/AppiumCommandExecutor.cs:line 20 2026-02-10T07:35:19.2260388Z at UITest.Appium.HelperExtensions.ResetApp(IApp app) in /_/src/TestUtils/src/UITest.Appium/HelperExtensions.cs:line 1624 2026-02-10T07:35:19.2260591Z at Microsoft.Maui.TestCases.Tests.UITest.Reset() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 148 2026-02-10T07:35:19.2260790Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 111 2026-02-10T07:35:19.2261021Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:35:19.2261315Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:35:19.2261719Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:35:19.2261859Z 2026-02-10T07:35:19.2262207Z >>>>> 02/10/2026 07:35:19 ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Start 2026-02-10T07:35:19.2262486Z >>>>> 02/10/2026 07:35:19 Detected instrumentation crash in TestSetup, attempting session recreation... 2026-02-10T07:35:19.2581214Z [d8d3de0f][AppiumDriver@16e1] Had trouble ending session d8d3de0f-e4b5-42b3-a333-4755271b0d12: Error executing adbExec. Original error: 'Command '/usr/local/lib/android/sdk/platform-tools/adb -P 5037 -s emulator-5554 shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' exited with code 1'; Command output: adb: device offline 2026-02-10T07:38:59.7254801Z >>>>> 02/10/2026 07:38:59 Session recreation failed in TestSetup: An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:38:59.7257498Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate Stop 2026-02-10T07:38:59.7261047Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate. 2026-02-10T07:38:59.7261432Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7261834Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7262109Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7262475Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7340692Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [3 m 40 s] 2026-02-10T07:38:59.7341052Z Error Message: 2026-02-10T07:38:59.7341372Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:38:59.7341890Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7342132Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7342333Z Stack Trace: 2026-02-10T07:38:59.7342584Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:38:59.7342887Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:38:59.7343221Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:38:59.7343544Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:38:59.7343830Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:38:59.7344140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:38:59.7344486Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:38:59.7344846Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:38:59.7345172Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:38:59.7345488Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:38:59.7346075Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:38:59.7346479Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:38:59.7346867Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:38:59.7347260Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:38:59.7347626Z at UITest.Appium.NUnit.UITestContextBase.Reset() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 65 2026-02-10T07:38:59.7348002Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 629 2026-02-10T07:38:59.7348316Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7348622Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7348901Z --TearDown 2026-02-10T07:38:59.7349274Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7349627Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7350010Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7350319Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7350606Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7350910Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7351068Z 2026-02-10T07:38:59.7351338Z Standard Error Messages: 2026-02-10T07:38:59.7351766Z >>>>> 02/10/2026 07:35:19 Detected instrumentation crash in TestSetup, attempting session recreation... 2026-02-10T07:38:59.7352159Z >>>>> 02/10/2026 07:38:59 Session recreation failed in TestSetup: An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:38:59.7352578Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate. 2026-02-10T07:38:59.7352906Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7353146Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7353426Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7353795Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7353975Z 2026-02-10T07:38:59.7354218Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Start 2026-02-10T07:38:59.7354527Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7354876Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst. 2026-02-10T07:38:59.7355206Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7355462Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7355749Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7356250Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7356588Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Start 2026-02-10T07:38:59.7356877Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst Stop 2026-02-10T07:38:59.7357181Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst. 2026-02-10T07:38:59.7357519Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7357776Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7358078Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7358440Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7358786Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Start 2026-02-10T07:38:59.7359177Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst Stop 2026-02-10T07:38:59.7359506Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst. 2026-02-10T07:38:59.7359856Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7360127Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7360396Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7360766Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7361102Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Start 2026-02-10T07:38:59.7361401Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst Stop 2026-02-10T07:38:59.7361887Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst. 2026-02-10T07:38:59.7362219Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7362506Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7362814Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7363184Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7363540Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-10T07:38:59.7363834Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-10T07:38:59.7364170Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7364477Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7364751Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7365004Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7365373Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7365820Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-10T07:38:59.7366112Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-10T07:38:59.7366492Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7366838Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7367074Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7367358Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7367724Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7368145Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Start 2026-02-10T07:38:59.7368427Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList Stop 2026-02-10T07:38:59.7368704Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7369092Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7369355Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7369641Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7370033Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7370401Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Start 2026-02-10T07:38:59.7370694Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection Stop 2026-02-10T07:38:59.7371035Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7371373Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7371820Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7372093Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7372436Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7372782Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Start 2026-02-10T07:38:59.7373111Z >>>>> 02/10/2026 07:38:59 ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate Stop 2026-02-10T07:38:59.7373498Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate. 2026-02-10T07:38:59.7373823Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7374076Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7374356Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7374725Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7377340Z Failed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7377648Z Error Message: 2026-02-10T07:38:59.7378079Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7378302Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7378551Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7378821Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7379043Z Stack Trace: 2026-02-10T07:38:59.7379330Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7379667Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7379934Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7380227Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7380497Z --TearDown 2026-02-10T07:38:59.7380768Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7381134Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7381771Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7382102Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7382425Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7382753Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7382915Z 2026-02-10T07:38:59.7383130Z Standard Error Messages: 2026-02-10T07:38:59.7383507Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst. 2026-02-10T07:38:59.7383862Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7384125Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7384419Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7384790Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7384943Z 2026-02-10T07:38:59.7385161Z Failed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7385410Z Error Message: 2026-02-10T07:38:59.7385634Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7385906Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7386174Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7386454Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7386667Z Stack Trace: 2026-02-10T07:38:59.7386940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7387290Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7387593Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7387915Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7388200Z --TearDown 2026-02-10T07:38:59.7388494Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7388880Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7389395Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7389746Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7390073Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7390399Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7390573Z 2026-02-10T07:38:59.7390775Z Standard Error Messages: 2026-02-10T07:38:59.7391069Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst. 2026-02-10T07:38:59.7391439Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7393918Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7394171Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7394687Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7394865Z 2026-02-10T07:38:59.7395097Z Failed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7395336Z Error Message: 2026-02-10T07:38:59.7395574Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7395830Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7396099Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7396331Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7396573Z Stack Trace: 2026-02-10T07:38:59.7396832Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7397157Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7397430Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7397764Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7398054Z --TearDown 2026-02-10T07:38:59.7398301Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7398652Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7399028Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7399344Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7399621Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7399903Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7400042Z 2026-02-10T07:38:59.7400268Z Standard Error Messages: 2026-02-10T07:38:59.7400570Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst. 2026-02-10T07:38:59.7400941Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7401216Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7401697Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7402220Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7402404Z 2026-02-10T07:38:59.7402640Z Failed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [< 1 ms] 2026-02-10T07:38:59.7402880Z Error Message: 2026-02-10T07:38:59.7403082Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7403320Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7403587Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7403860Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7404093Z Stack Trace: 2026-02-10T07:38:59.7404378Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7404712Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7405003Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7405311Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7405662Z --TearDown 2026-02-10T07:38:59.7405935Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7406319Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7406714Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7407055Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7407355Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7407667Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7407839Z 2026-02-10T07:38:59.7408043Z Standard Error Messages: 2026-02-10T07:38:59.7408352Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst. 2026-02-10T07:38:59.7408702Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7408983Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7409264Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7409621Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7409793Z 2026-02-10T07:38:59.7410008Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [< 1 ms] 2026-02-10T07:38:59.7410239Z Error Message: 2026-02-10T07:38:59.7410457Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7410711Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7410967Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7411218Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7411433Z Stack Trace: 2026-02-10T07:38:59.7411832Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7412164Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7412553Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7412833Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7413072Z --TearDown 2026-02-10T07:38:59.7413340Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7413684Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7414051Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7414376Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7414665Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7414971Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7415138Z 2026-02-10T07:38:59.7415325Z Standard Error Messages: 2026-02-10T07:38:59.7415629Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7416063Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7416329Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7416634Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7416997Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7417170Z 2026-02-10T07:38:59.7417392Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [< 1 ms] 2026-02-10T07:38:59.7657272Z Error Message: 2026-02-10T07:38:59.7657667Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7658044Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7658380Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7658673Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7658934Z Stack Trace: 2026-02-10T07:38:59.7659253Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7659638Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7659963Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7660306Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7660619Z --TearDown 2026-02-10T07:38:59.7660927Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7661356Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7661929Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7662287Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7662576Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7662897Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7663382Z 2026-02-10T07:38:59.7663601Z Standard Error Messages: 2026-02-10T07:38:59.7663948Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7664314Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7664610Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7664924Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7665242Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7665414Z 2026-02-10T07:38:59.7665631Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [< 1 ms] 2026-02-10T07:38:59.7665890Z Error Message: 2026-02-10T07:38:59.7666143Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7666416Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7666698Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7667090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7667318Z Stack Trace: 2026-02-10T07:38:59.7667604Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7667971Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7668298Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7668614Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7668868Z --TearDown 2026-02-10T07:38:59.7669114Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7669475Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7669830Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7670146Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7670419Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7670690Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7670847Z 2026-02-10T07:38:59.7671054Z Standard Error Messages: 2026-02-10T07:38:59.7671353Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7671866Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7672120Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7672389Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7672740Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7672904Z 2026-02-10T07:38:59.7673651Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [< 1 ms] 2026-02-10T07:38:59.7673855Z Error Message: 2026-02-10T07:38:59.7674056Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7674290Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7674689Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7674930Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7675134Z Stack Trace: 2026-02-10T07:38:59.7675380Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7675629Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7675889Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7676179Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7676401Z --TearDown 2026-02-10T07:38:59.7676566Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7676788Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7677123Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7677574Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7677860Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7678152Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7678315Z 2026-02-10T07:38:59.7678465Z Standard Error Messages: 2026-02-10T07:38:59.7678647Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7678846Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7679005Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7679184Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7679410Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7679522Z 2026-02-10T07:38:59.7679654Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.7679799Z Error Message: 2026-02-10T07:38:59.7679933Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7680083Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7680271Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7680505Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7680728Z Stack Trace: 2026-02-10T07:38:59.7680982Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7681315Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7681760Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7682054Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7682219Z --TearDown 2026-02-10T07:38:59.7682378Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7682600Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7682984Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7683183Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7683358Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7683613Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7683763Z 2026-02-10T07:38:59.7683916Z Standard Error Messages: 2026-02-10T07:38:59.7684161Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate. 2026-02-10T07:38:59.7684362Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7684522Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7684714Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7685077Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7685339Z 2026-02-10T07:38:59.7685538Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed Start 2026-02-10T07:38:59.7685804Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed Stop 2026-02-10T07:38:59.7686100Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed. 2026-02-10T07:38:59.7686404Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7686665Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7686855Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7687075Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7687286Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-02-10T07:38:59.7687471Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-02-10T07:38:59.7687680Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst. 2026-02-10T07:38:59.7687876Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7688028Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7688198Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7688417Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7688621Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-02-10T07:38:59.7688801Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-02-10T07:38:59.7689001Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView. 2026-02-10T07:38:59.7689191Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7689345Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7689516Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7689731Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7689967Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Start 2026-02-10T07:38:59.7690145Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView Stop 2026-02-10T07:38:59.7690346Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView. 2026-02-10T07:38:59.7690537Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7690690Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7690858Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7691071Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7691282Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-10T07:38:59.7691465Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-10T07:38:59.7691857Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7692055Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7692209Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7692392Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7692620Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7692849Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-02-10T07:38:59.7693034Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-02-10T07:38:59.7693248Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString. 2026-02-10T07:38:59.7693449Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7693612Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7693796Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7694026Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7694250Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-02-10T07:38:59.7694503Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7694741Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst. 2026-02-10T07:38:59.7694955Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7695115Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7695295Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7695528Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7695796Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-02-10T07:38:59.7695986Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-02-10T07:38:59.7696198Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst. 2026-02-10T07:38:59.7696405Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7696569Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7696753Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7696985Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7697213Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-02-10T07:38:59.7697415Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7697638Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7697884Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7698050Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7698232Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7698465Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7698667Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed [< 1 ms] 2026-02-10T07:38:59.7698811Z Error Message: 2026-02-10T07:38:59.7698953Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7699111Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7699270Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7699444Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7699570Z Stack Trace: 2026-02-10T07:38:59.7699730Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7699928Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7700097Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7700274Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7700437Z --TearDown 2026-02-10T07:38:59.7700594Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7700813Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7701027Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7701231Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7701406Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7701728Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7701831Z 2026-02-10T07:38:59.7701948Z Standard Error Messages: 2026-02-10T07:38:59.7702153Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed. 2026-02-10T07:38:59.7702341Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7702498Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7702674Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7702892Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7703004Z 2026-02-10T07:38:59.7703135Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [< 1 ms] 2026-02-10T07:38:59.7703279Z Error Message: 2026-02-10T07:38:59.7703413Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7703562Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7703715Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7703866Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7703993Z Stack Trace: 2026-02-10T07:38:59.7704184Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7704387Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7704563Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7704743Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7704903Z --TearDown 2026-02-10T07:38:59.7705057Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7705275Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7705488Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7705680Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7705858Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7706039Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7706130Z 2026-02-10T07:38:59.7706241Z Standard Error Messages: 2026-02-10T07:38:59.7706418Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst. 2026-02-10T07:38:59.7706617Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7706773Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7706947Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7707166Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7707277Z 2026-02-10T07:38:59.7707406Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [< 1 ms] 2026-02-10T07:38:59.7707545Z Error Message: 2026-02-10T07:38:59.7707678Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7707829Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7707981Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7708159Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7708284Z Stack Trace: 2026-02-10T07:38:59.7708442Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7708643Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7708814Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7708993Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7709154Z --TearDown 2026-02-10T07:38:59.7709309Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7709525Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7709737Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7709933Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7710137Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7710324Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7710415Z 2026-02-10T07:38:59.7710526Z Standard Error Messages: 2026-02-10T07:38:59.7710703Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView. 2026-02-10T07:38:59.7710898Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7711054Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7711229Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7711448Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7711661Z 2026-02-10T07:38:59.7711810Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [< 1 ms] 2026-02-10T07:38:59.7711950Z Error Message: 2026-02-10T07:38:59.7712086Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7712238Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7712395Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7712547Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7712672Z Stack Trace: 2026-02-10T07:38:59.7712830Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7713037Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7713215Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7713405Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7713565Z --TearDown 2026-02-10T07:38:59.7713724Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7713943Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7714157Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7714417Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7714595Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7714785Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7714892Z 2026-02-10T07:38:59.7715007Z Standard Error Messages: 2026-02-10T07:38:59.7715189Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView. 2026-02-10T07:38:59.7715394Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7715559Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7715744Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7715973Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7716083Z 2026-02-10T07:38:59.7716229Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7716405Z Error Message: 2026-02-10T07:38:59.7716543Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7716691Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7716842Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7716994Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7717121Z Stack Trace: 2026-02-10T07:38:59.7717282Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7717484Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7717660Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7717841Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7718005Z --TearDown 2026-02-10T07:38:59.7718163Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7718380Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7718594Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7718792Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7718967Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7719154Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7719252Z 2026-02-10T07:38:59.7719368Z Standard Error Messages: 2026-02-10T07:38:59.7719542Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7719741Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7719899Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7720070Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7720289Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7720667Z 2026-02-10T07:38:59.7720806Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [< 1 ms] 2026-02-10T07:38:59.7720944Z Error Message: 2026-02-10T07:38:59.7721080Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7721232Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7721384Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7721682Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7721827Z Stack Trace: 2026-02-10T07:38:59.7721996Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7722210Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7722393Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7722588Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7722753Z --TearDown 2026-02-10T07:38:59.7722924Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7723186Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7723402Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7723599Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7723778Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7723957Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7724054Z 2026-02-10T07:38:59.7724167Z Standard Error Messages: 2026-02-10T07:38:59.7724333Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString. 2026-02-10T07:38:59.7724521Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7724669Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7724837Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7725050Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7725145Z 2026-02-10T07:38:59.7725279Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7725420Z Error Message: 2026-02-10T07:38:59.7725548Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7725691Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7725840Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7725994Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7726127Z Stack Trace: 2026-02-10T07:38:59.7726286Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7726490Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7726663Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7726843Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7727041Z --TearDown 2026-02-10T07:38:59.7727206Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7727433Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7727655Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7727858Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7728037Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7728249Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7728351Z 2026-02-10T07:38:59.7728472Z Standard Error Messages: 2026-02-10T07:38:59.7728663Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst. 2026-02-10T07:38:59.7728882Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7729067Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7729248Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7729478Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7729588Z 2026-02-10T07:38:59.7729726Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7729874Z Error Message: 2026-02-10T07:38:59.7730011Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7730165Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7730318Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7730481Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7730616Z Stack Trace: 2026-02-10T07:38:59.7730784Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7731000Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7731182Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7731375Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7731647Z --TearDown 2026-02-10T07:38:59.7731823Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7732061Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7732290Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7732497Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7732676Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7732871Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7732970Z 2026-02-10T07:38:59.7733082Z Standard Error Messages: 2026-02-10T07:38:59.7733262Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst. 2026-02-10T07:38:59.7733478Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7733626Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7733791Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7733999Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7734098Z 2026-02-10T07:38:59.7734230Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7734368Z Error Message: 2026-02-10T07:38:59.7734496Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7734636Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7734781Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7734923Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7735051Z Stack Trace: 2026-02-10T07:38:59.7735201Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7735423Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7735588Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7735759Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7735909Z --TearDown 2026-02-10T07:38:59.7736060Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7736293Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7736536Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7736749Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7736933Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7737127Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7737226Z 2026-02-10T07:38:59.7737341Z Standard Error Messages: 2026-02-10T07:38:59.7737528Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7737735Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7737893Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7738069Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7738289Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7738401Z 2026-02-10T07:38:59.7738548Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-10T07:38:59.7738733Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-10T07:38:59.7738939Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7739138Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7739326Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7739503Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7739723Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7739933Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-10T07:38:59.7740120Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-10T07:38:59.7740326Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7740522Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7740677Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7740852Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7741069Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7741308Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-10T07:38:59.7741596Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-10T07:38:59.7741871Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7742074Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7742231Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7742405Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7742634Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7742844Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-02-10T07:38:59.7743028Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-02-10T07:38:59.7743233Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7743428Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7743584Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7743759Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7743978Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7744196Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-02-10T07:38:59.7744385Z >>>>> 02/10/2026 07:38:59 ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-02-10T07:38:59.7744593Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7744791Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7744943Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7745155Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7745377Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7745566Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewSize Start 2026-02-10T07:38:59.7745712Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewSize Stop 2026-02-10T07:38:59.7745875Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewSize. 2026-02-10T07:38:59.7746051Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7746206Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7746377Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7746596Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7746807Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Start 2026-02-10T07:38:59.7747025Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst Stop 2026-02-10T07:38:59.7747235Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst. 2026-02-10T07:38:59.7747443Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7747604Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7747787Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7748066Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7748280Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-10T07:38:59.7748458Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-10T07:38:59.7748658Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7748851Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7749006Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7749182Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7749400Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7749614Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Start 2026-02-10T07:38:59.7749785Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate Stop 2026-02-10T07:38:59.7749977Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate. 2026-02-10T07:38:59.7750170Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7750326Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7750497Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7750718Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7750924Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.7751098Z Error Message: 2026-02-10T07:38:59.7751234Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7751383Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7751652Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7751819Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7751945Z Stack Trace: 2026-02-10T07:38:59.7752106Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7752308Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7752481Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7752662Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7752826Z --TearDown 2026-02-10T07:38:59.7752984Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7753201Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7753460Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7753662Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7753841Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7754034Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7754131Z 2026-02-10T07:38:59.7754249Z Standard Error Messages: 2026-02-10T07:38:59.7754436Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7754644Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7754821Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7755002Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7755233Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7755356Z 2026-02-10T07:38:59.7755505Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [< 1 ms] 2026-02-10T07:38:59.7755656Z Error Message: 2026-02-10T07:38:59.7755799Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7755958Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7756117Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7756280Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7756417Z Stack Trace: 2026-02-10T07:38:59.7756582Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7756792Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7756983Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7757171Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7757338Z --TearDown 2026-02-10T07:38:59.7757501Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7757759Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7757976Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7758170Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7758340Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7758524Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7758614Z 2026-02-10T07:38:59.7758727Z Standard Error Messages: 2026-02-10T07:38:59.7758905Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7759110Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7759269Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7759491Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7759712Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7759821Z 2026-02-10T07:38:59.7759968Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [< 1 ms] 2026-02-10T07:38:59.7760116Z Error Message: 2026-02-10T07:38:59.7760252Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7760403Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7760556Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7760709Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7760836Z Stack Trace: 2026-02-10T07:38:59.7760995Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7761197Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7761370Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7761616Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7761793Z --TearDown 2026-02-10T07:38:59.7761956Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7762171Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7762390Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7762590Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7762760Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7762945Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7763034Z 2026-02-10T07:38:59.7763148Z Standard Error Messages: 2026-02-10T07:38:59.7763334Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7763534Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7763746Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7763929Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7764164Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7764279Z 2026-02-10T07:38:59.7764420Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [< 1 ms] 2026-02-10T07:38:59.7764571Z Error Message: 2026-02-10T07:38:59.7764711Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7764871Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7765029Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7765191Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7765326Z Stack Trace: 2026-02-10T07:38:59.7765494Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7765707Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7765915Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7766093Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7766254Z --TearDown 2026-02-10T07:38:59.7766413Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7766628Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7766846Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7767039Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7767212Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7767397Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7767486Z 2026-02-10T07:38:59.7767602Z Standard Error Messages: 2026-02-10T07:38:59.7767778Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7767973Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7768128Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7768315Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7768543Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7768657Z 2026-02-10T07:38:59.7768797Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [< 1 ms] 2026-02-10T07:38:59.7768951Z Error Message: 2026-02-10T07:38:59.7769084Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7769246Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7769399Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7769557Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7769684Z Stack Trace: 2026-02-10T07:38:59.7769846Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7770100Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7770292Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7770488Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7770666Z --TearDown 2026-02-10T07:38:59.7770841Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7771077Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7771322Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7771608Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7771804Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7772003Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7772144Z 2026-02-10T07:38:59.7772257Z Standard Error Messages: 2026-02-10T07:38:59.7772444Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7772644Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7772813Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7772996Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7773229Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7773346Z 2026-02-10T07:38:59.7773465Z Failed ValidateEmptyViewSize [< 1 ms] 2026-02-10T07:38:59.7773593Z Error Message: 2026-02-10T07:38:59.7773729Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7773879Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7774031Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7774197Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7774324Z Stack Trace: 2026-02-10T07:38:59.7774490Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7774707Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7774891Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7775078Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7775250Z --TearDown 2026-02-10T07:38:59.7775415Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7775639Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7775861Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7776071Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7776254Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7776497Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7776602Z 2026-02-10T07:38:59.7776722Z Standard Error Messages: 2026-02-10T07:38:59.7776901Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewSize. 2026-02-10T07:38:59.7777092Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7777263Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7777461Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7777704Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7777822Z 2026-02-10T07:38:59.7777969Z Failed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [< 1 ms] 2026-02-10T07:38:59.7778127Z Error Message: 2026-02-10T07:38:59.7778268Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7778435Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7778617Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7778772Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7778899Z Stack Trace: 2026-02-10T07:38:59.7779049Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7779253Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7779433Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7779614Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7779775Z --TearDown 2026-02-10T07:38:59.7779934Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7780149Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7780365Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7780558Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7780732Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7780915Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7781006Z 2026-02-10T07:38:59.7781118Z Standard Error Messages: 2026-02-10T07:38:59.7781294Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst. 2026-02-10T07:38:59.7781543Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7781727Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7781902Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7782122Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7782232Z 2026-02-10T07:38:59.7782369Z Failed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7782508Z Error Message: 2026-02-10T07:38:59.7782643Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7782831Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7782986Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7783131Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7783261Z Stack Trace: 2026-02-10T07:38:59.7783422Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7783625Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7783808Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7783980Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7784149Z --TearDown 2026-02-10T07:38:59.7784299Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7784527Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7784741Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7784970Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7785142Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7785325Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7785417Z 2026-02-10T07:38:59.7785531Z Standard Error Messages: 2026-02-10T07:38:59.7785710Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7785908Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7786064Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7786239Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7786459Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7786568Z 2026-02-10T07:38:59.7786700Z Failed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [< 1 ms] 2026-02-10T07:38:59.7786836Z Error Message: 2026-02-10T07:38:59.7786963Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7787110Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7787262Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7787414Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7787542Z Stack Trace: 2026-02-10T07:38:59.7787699Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7787901Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7788074Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7788255Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7788423Z --TearDown 2026-02-10T07:38:59.7788571Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7788787Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7789039Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7789232Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7789469Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7789725Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7789863Z 2026-02-10T07:38:59.7790043Z Standard Error Messages: 2026-02-10T07:38:59.7790323Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate. 2026-02-10T07:38:59.7790630Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7790881Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7791142Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7791472Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7791786Z 2026-02-10T07:38:59.7792012Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Start 2026-02-10T07:38:59.7792309Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7792666Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7793005Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7793274Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7793553Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7793933Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7794299Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Start 2026-02-10T07:38:59.7794630Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7794982Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst. 2026-02-10T07:38:59.7795319Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7795605Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7795909Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7796280Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7796625Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_GroupedListSetFirst Start 2026-02-10T07:38:59.7796923Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayed_GroupedListSetFirst Stop 2026-02-10T07:38:59.7797222Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_GroupedListSetFirst. 2026-02-10T07:38:59.7797552Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7797825Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7798133Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7798592Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7798963Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-10T07:38:59.7799295Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-10T07:38:59.7799652Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7799991Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7800280Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7800581Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7800911Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7801230Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Start 2026-02-10T07:38:59.7801682Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList Stop 2026-02-10T07:38:59.7802007Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7802330Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7802607Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7802907Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7803294Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7803651Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Start 2026-02-10T07:38:59.7803939Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList Stop 2026-02-10T07:38:59.7804256Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList. 2026-02-10T07:38:59.7804554Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7804787Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7805039Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7805372Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7805679Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Start 2026-02-10T07:38:59.7805932Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection Stop 2026-02-10T07:38:59.7806222Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7806516Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7806742Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7806992Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7807319Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7807744Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringSetFirst_AndObservableCollection Start 2026-02-10T07:38:59.7808007Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewStringSetFirst_AndObservableCollection Stop 2026-02-10T07:38:59.7808312Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7808629Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7808902Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7809170Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7809552Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7809889Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed Start 2026-02-10T07:38:59.7810146Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed Stop 2026-02-10T07:38:59.7810436Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed. 2026-02-10T07:38:59.7810738Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7811109Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7811391Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7811896Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7812234Z Failed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7812483Z Error Message: 2026-02-10T07:38:59.7812723Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7812975Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7813228Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7813457Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7813654Z Stack Trace: 2026-02-10T07:38:59.7813885Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7814196Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7814483Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7814789Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7815062Z --TearDown 2026-02-10T07:38:59.7815336Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7815720Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7816088Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7816432Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7816690Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7816998Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7817167Z 2026-02-10T07:38:59.7817359Z Standard Error Messages: 2026-02-10T07:38:59.7817661Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7818128Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7818397Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7818697Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7819091Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7819273Z 2026-02-10T07:38:59.7819506Z Failed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7819746Z Error Message: 2026-02-10T07:38:59.7819987Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7820248Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7820516Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7820767Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7820986Z Stack Trace: 2026-02-10T07:38:59.7821270Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7821979Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7822286Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7822590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7822854Z --TearDown 2026-02-10T07:38:59.7823114Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7823481Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7823871Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7824218Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7824517Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7824851Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7825038Z 2026-02-10T07:38:59.7825232Z Standard Error Messages: 2026-02-10T07:38:59.7825538Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst. 2026-02-10T07:38:59.7825884Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7826174Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7826496Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7826867Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7827054Z 2026-02-10T07:38:59.7827269Z Failed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7827494Z Error Message: 2026-02-10T07:38:59.7827713Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7827972Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7828195Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7828385Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7828640Z Stack Trace: 2026-02-10T07:38:59.7828881Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7829212Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7829498Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7829795Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7830056Z --TearDown 2026-02-10T07:38:59.7830303Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7830640Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7830935Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7831233Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7831623Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7832013Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7832156Z 2026-02-10T07:38:59.7832316Z Standard Error Messages: 2026-02-10T07:38:59.7832583Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayed_GroupedListSetFirst. 2026-02-10T07:38:59.7832879Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7833140Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7833440Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7833810Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7833978Z 2026-02-10T07:38:59.7834192Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.7834438Z Error Message: 2026-02-10T07:38:59.7834658Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7834903Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7835161Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7835421Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7835621Z Stack Trace: 2026-02-10T07:38:59.7835873Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7836212Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7836521Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7836815Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7837093Z --TearDown 2026-02-10T07:38:59.7837374Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7837732Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7838083Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7838429Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7838769Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7839075Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7839244Z 2026-02-10T07:38:59.7839444Z Standard Error Messages: 2026-02-10T07:38:59.7839738Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7840078Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7840372Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7840680Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7841062Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7841246Z 2026-02-10T07:38:59.7841632Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [< 1 ms] 2026-02-10T07:38:59.7841848Z Error Message: 2026-02-10T07:38:59.7842135Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7842381Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7842633Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7842883Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7843100Z Stack Trace: 2026-02-10T07:38:59.7843362Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7843699Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7843974Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7844245Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7844464Z --TearDown 2026-02-10T07:38:59.7844714Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7845056Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7845408Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7845690Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7845962Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7846265Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7846426Z 2026-02-10T07:38:59.7846627Z Standard Error Messages: 2026-02-10T07:38:59.7846912Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7847221Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7847481Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7847808Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7848170Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7848335Z 2026-02-10T07:38:59.7848566Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [< 1 ms] 2026-02-10T07:38:59.7848903Z Error Message: 2026-02-10T07:38:59.7849129Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7849370Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7849613Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7849866Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7850106Z Stack Trace: 2026-02-10T07:38:59.7850353Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7850675Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7850957Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7851261Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7851648Z --TearDown 2026-02-10T07:38:59.7851939Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7852278Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7852720Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7853053Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7853360Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7853655Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7853826Z 2026-02-10T07:38:59.7854040Z Standard Error Messages: 2026-02-10T07:38:59.7854361Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList. 2026-02-10T07:38:59.7854708Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7854971Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7855270Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7855603Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7855737Z 2026-02-10T07:38:59.7855921Z Failed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [< 1 ms] 2026-02-10T07:38:59.7856129Z Error Message: 2026-02-10T07:38:59.7856347Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7856605Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7856871Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7857136Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7857360Z Stack Trace: 2026-02-10T07:38:59.7857622Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7857941Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7858198Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7858478Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7858731Z --TearDown 2026-02-10T07:38:59.7858986Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7859419Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7859755Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7860084Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7860382Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7860700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7860866Z 2026-02-10T07:38:59.7861050Z Standard Error Messages: 2026-02-10T07:38:59.7861330Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7861792Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7862040Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7862320Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7862754Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7862939Z 2026-02-10T07:38:59.7863157Z Failed ValidateEmptyViewStringSetFirst_AndObservableCollection [< 1 ms] 2026-02-10T07:38:59.7863372Z Error Message: 2026-02-10T07:38:59.7863604Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7863858Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7864113Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7864361Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7864559Z Stack Trace: 2026-02-10T07:38:59.7864837Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7865169Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7865447Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7865766Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7866022Z --TearDown 2026-02-10T07:38:59.7866272Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7866655Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7867002Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7867255Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7867492Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7867779Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7867925Z 2026-02-10T07:38:59.7868104Z Standard Error Messages: 2026-02-10T07:38:59.7868373Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewStringSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7868688Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7869010Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7869294Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7869670Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7869846Z 2026-02-10T07:38:59.7870050Z Failed ValidateEmptyViewTemplateDisplayed [< 1 ms] 2026-02-10T07:38:59.7870260Z Error Message: 2026-02-10T07:38:59.7870489Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7870731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7870983Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7871241Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7871450Z Stack Trace: 2026-02-10T07:38:59.7871839Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7872154Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7872528Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7872820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7873083Z --TearDown 2026-02-10T07:38:59.7873291Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7873593Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7873920Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7874236Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7874513Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7874820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7874978Z 2026-02-10T07:38:59.7875162Z Standard Error Messages: 2026-02-10T07:38:59.7875408Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed. 2026-02-10T07:38:59.7875689Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7875912Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7876184Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7876545Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7876719Z 2026-02-10T07:38:59.7876942Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Start 2026-02-10T07:38:59.7877198Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst Stop 2026-02-10T07:38:59.7877512Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst. 2026-02-10T07:38:59.7877828Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7878099Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7878390Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7878862Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7879203Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Start 2026-02-10T07:38:59.7879483Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView Stop 2026-02-10T07:38:59.7879799Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView. 2026-02-10T07:38:59.7880124Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7880388Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7880671Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7881041Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7881403Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Start 2026-02-10T07:38:59.7881840Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst Stop 2026-02-10T07:38:59.7882253Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7882559Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7882815Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7883107Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7883494Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7883823Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Start 2026-02-10T07:38:59.7884093Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndEmptyViewString Stop 2026-02-10T07:38:59.7884413Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndEmptyViewString. 2026-02-10T07:38:59.7884735Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7884991Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7885273Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7885650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7885992Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Start 2026-02-10T07:38:59.7886300Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7886612Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst. 2026-02-10T07:38:59.7886860Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7887083Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7887361Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7887716Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7888067Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Start 2026-02-10T07:38:59.7888448Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst Stop 2026-02-10T07:38:59.7888743Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst. 2026-02-10T07:38:59.7889020Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7889233Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7889504Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7889851Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7890189Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Start 2026-02-10T07:38:59.7890449Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst Stop 2026-02-10T07:38:59.7890770Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7891090Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7891451Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7891859Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7892223Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7892600Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Start 2026-02-10T07:38:59.7892923Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate Stop 2026-02-10T07:38:59.7893267Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7893547Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7893778Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7894080Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7894457Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7894811Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Start 2026-02-10T07:38:59.7895111Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList Stop 2026-02-10T07:38:59.7895463Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7895807Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7896092Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7896401Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7896797Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7897155Z Failed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [< 1 ms] 2026-02-10T07:38:59.7897403Z Error Message: 2026-02-10T07:38:59.7897640Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7897894Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7898159Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7898566Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7898808Z Stack Trace: 2026-02-10T07:38:59.7899091Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7899464Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7899795Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7900125Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7900408Z --TearDown 2026-02-10T07:38:59.7900692Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7901077Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7901473Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7901948Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7902325Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7902616Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7902792Z 2026-02-10T07:38:59.7902982Z Standard Error Messages: 2026-02-10T07:38:59.7903280Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst. 2026-02-10T07:38:59.7903637Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7903915Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7904196Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7904590Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7904764Z 2026-02-10T07:38:59.7904939Z Failed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [< 1 ms] 2026-02-10T07:38:59.7905133Z Error Message: 2026-02-10T07:38:59.7905340Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7905603Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7905869Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7906130Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7906353Z Stack Trace: 2026-02-10T07:38:59.7906644Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7906998Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7907291Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7907561Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7907823Z --TearDown 2026-02-10T07:38:59.7908094Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7908465Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7908804Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7909228Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7909530Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7909853Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7910031Z 2026-02-10T07:38:59.7910215Z Standard Error Messages: 2026-02-10T07:38:59.7910505Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView. 2026-02-10T07:38:59.7910844Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7911136Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7911437Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7911978Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7912170Z 2026-02-10T07:38:59.7912389Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7912695Z Error Message: 2026-02-10T07:38:59.7912917Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7913184Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7913473Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7913745Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7913960Z Stack Trace: 2026-02-10T07:38:59.7914237Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7914611Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7914903Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7915213Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7915511Z --TearDown 2026-02-10T07:38:59.7915800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7916171Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7916556Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7916908Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7917208Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7917533Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7917723Z 2026-02-10T07:38:59.7917909Z Standard Error Messages: 2026-02-10T07:38:59.7918204Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst. 2026-02-10T07:38:59.7918533Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7918792Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7919019Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7919347Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7919606Z 2026-02-10T07:38:59.7919846Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [< 1 ms] 2026-02-10T07:38:59.7920081Z Error Message: 2026-02-10T07:38:59.7920323Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7920591Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7920866Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7921103Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7921318Z Stack Trace: 2026-02-10T07:38:59.7921703Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7922062Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7922370Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7922688Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7922941Z --TearDown 2026-02-10T07:38:59.7923213Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7923668Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7924056Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7924406Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7924703Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7925035Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7925236Z 2026-02-10T07:38:59.7925424Z Standard Error Messages: 2026-02-10T07:38:59.7925727Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndEmptyViewString. 2026-02-10T07:38:59.7926062Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7926364Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7926680Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7927080Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7927298Z 2026-02-10T07:38:59.7927558Z Failed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7927821Z Error Message: 2026-02-10T07:38:59.7928077Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7928363Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7928657Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7928937Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7929177Z Stack Trace: 2026-02-10T07:38:59.7929498Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7929886Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7930214Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7930575Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7930949Z --TearDown 2026-02-10T07:38:59.7931239Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7931855Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7932257Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7932603Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7932923Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7933275Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7933423Z 2026-02-10T07:38:59.7933586Z Standard Error Messages: 2026-02-10T07:38:59.7933878Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst. 2026-02-10T07:38:59.7934223Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7934606Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7934927Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7935347Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7935562Z 2026-02-10T07:38:59.7935771Z Failed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [< 1 ms] 2026-02-10T07:38:59.7936000Z Error Message: 2026-02-10T07:38:59.7936209Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7936467Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7936745Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7937022Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7937266Z Stack Trace: 2026-02-10T07:38:59.7937542Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7937896Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7938216Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7938557Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7938871Z --TearDown 2026-02-10T07:38:59.7939160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7939575Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7939995Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7940364Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7940683Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7941049Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7941231Z 2026-02-10T07:38:59.7941449Z Standard Error Messages: 2026-02-10T07:38:59.7941972Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst. 2026-02-10T07:38:59.7942404Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7942692Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7943005Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7943419Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7943635Z 2026-02-10T07:38:59.7943880Z Failed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [< 1 ms] 2026-02-10T07:38:59.7944135Z Error Message: 2026-02-10T07:38:59.7944379Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7944668Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7944942Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7945217Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7945458Z Stack Trace: 2026-02-10T07:38:59.7945765Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7946200Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7946527Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7946874Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7947174Z --TearDown 2026-02-10T07:38:59.7947408Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7947806Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7948204Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7948543Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7948860Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7949192Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7949357Z 2026-02-10T07:38:59.7949538Z Standard Error Messages: 2026-02-10T07:38:59.7949841Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst. 2026-02-10T07:38:59.7950199Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7950476Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7950801Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7951211Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7951411Z 2026-02-10T07:38:59.7951790Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.7952066Z Error Message: 2026-02-10T07:38:59.7952308Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7952568Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7952855Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7953138Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7953375Z Stack Trace: 2026-02-10T07:38:59.7953728Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7954042Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7954308Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7954623Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7954932Z --TearDown 2026-02-10T07:38:59.7955239Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7955662Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7956074Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7956424Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7956744Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7957091Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7957348Z 2026-02-10T07:38:59.7957544Z Standard Error Messages: 2026-02-10T07:38:59.7957858Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate. 2026-02-10T07:38:59.7958231Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7958522Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7958842Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7959262Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7959466Z 2026-02-10T07:38:59.7959707Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [< 1 ms] 2026-02-10T07:38:59.7959968Z Error Message: 2026-02-10T07:38:59.7960237Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7960526Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7960828Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7961120Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7961391Z Stack Trace: 2026-02-10T07:38:59.7961900Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7962282Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7962626Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7962974Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7963275Z --TearDown 2026-02-10T07:38:59.7963578Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7963955Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7964310Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7964669Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7965181Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7965555Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7965735Z 2026-02-10T07:38:59.7965958Z Standard Error Messages: 2026-02-10T07:38:59.7966317Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList. 2026-02-10T07:38:59.7966720Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7967027Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7967367Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7967787Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7968001Z 2026-02-10T07:38:59.7968284Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Start 2026-02-10T07:38:59.7968624Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection Stop 2026-02-10T07:38:59.7969135Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7969544Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7969928Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7970277Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7970696Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7971107Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Start 2026-02-10T07:38:59.7971472Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList Stop 2026-02-10T07:38:59.7972031Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.7972445Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7972739Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7973077Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7973513Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7973944Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Start 2026-02-10T07:38:59.7974262Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection Stop 2026-02-10T07:38:59.7974621Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.7975044Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7975359Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7975711Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7976147Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7976545Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateSize Start 2026-02-10T07:38:59.7977040Z >>>>> 02/10/2026 07:38:59 ValidateEmptyViewTemplateSize Stop 2026-02-10T07:38:59.7977389Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateSize. 2026-02-10T07:38:59.7977739Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7978059Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7978391Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7978826Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7979262Z >>>>> 02/10/2026 07:38:59 The FixtureTeardown threw an exception during CollectionView_EmptyViewFeatureTests(Android). 2026-02-10T07:38:59.7979633Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7979907Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7980199Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7980613Z at Microsoft.Maui.TestCases.Tests.UITest.Reset() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 148 2026-02-10T07:38:59.7981116Z at UITest.Appium.NUnit.UITestBase.FixtureOneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 90 2026-02-10T07:38:59.7981636Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionView_GroupingFeatureTests(Android) 2026-02-10T07:38:59.7981991Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.7982311Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7982614Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7982940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7983350Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.7983753Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_GroupingFeatureTests(Android). 2026-02-10T07:38:59.7984111Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7984409Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7984757Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7985158Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7985525Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [< 1 ms] 2026-02-10T07:38:59.7985824Z Error Message: 2026-02-10T07:38:59.7986077Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7986362Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7986650Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7986946Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7987203Z Stack Trace: 2026-02-10T07:38:59.7987501Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7987898Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7988247Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7988597Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7989018Z --TearDown 2026-02-10T07:38:59.7989324Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7989754Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7990126Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7990509Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7990848Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7991188Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7991379Z 2026-02-10T07:38:59.7991763Z Standard Error Messages: 2026-02-10T07:38:59.7992134Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection. 2026-02-10T07:38:59.7992506Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.7992929Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7993301Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7993734Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.7993936Z 2026-02-10T07:38:59.7994200Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [< 1 ms] 2026-02-10T07:38:59.7994468Z Error Message: 2026-02-10T07:38:59.7994744Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7995009Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7995305Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.7995618Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.7995879Z Stack Trace: 2026-02-10T07:38:59.7996181Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7996578Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.7996917Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.7997277Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7997587Z --TearDown 2026-02-10T07:38:59.7997904Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.7998329Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.7998745Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.7999132Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.7999478Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.7999800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.7999965Z 2026-02-10T07:38:59.8000193Z Standard Error Messages: 2026-02-10T07:38:59.8000532Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList. 2026-02-10T07:38:59.8001000Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8001320Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8001821Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8002268Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8002476Z 2026-02-10T07:38:59.8002768Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [< 1 ms] 2026-02-10T07:38:59.8003051Z Error Message: 2026-02-10T07:38:59.8003303Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8003600Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8003902Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8004207Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8004452Z Stack Trace: 2026-02-10T07:38:59.8004735Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8005201Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.8005557Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8005912Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8006220Z --TearDown 2026-02-10T07:38:59.8006515Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8006943Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8007352Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8007728Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8008052Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8008405Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8008596Z 2026-02-10T07:38:59.8008827Z Standard Error Messages: 2026-02-10T07:38:59.8009137Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection. 2026-02-10T07:38:59.8009487Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8009733Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8010042Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8010453Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8010665Z 2026-02-10T07:38:59.8010898Z Failed ValidateEmptyViewTemplateSize [< 1 ms] 2026-02-10T07:38:59.8011152Z Error Message: 2026-02-10T07:38:59.8011418Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8011931Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8012223Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8012521Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8012772Z Stack Trace: 2026-02-10T07:38:59.8013092Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8013658Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 614 2026-02-10T07:38:59.8013981Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8014320Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8014613Z --TearDown 2026-02-10T07:38:59.8014876Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8015271Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8015664Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8016038Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8016372Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8016725Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8016997Z 2026-02-10T07:38:59.8017216Z Standard Error Messages: 2026-02-10T07:38:59.8017545Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ValidateEmptyViewTemplateSize. 2026-02-10T07:38:59.8017887Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8018192Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8018524Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8018950Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8019150Z 2026-02-10T07:38:59.8019390Z Failed VerifyGroupFooterTemplate_WithFooterString [< 1 ms] 2026-02-10T07:38:59.8019648Z Error Message: 2026-02-10T07:38:59.8019915Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8020171Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8020376Z Stack Trace: 2026-02-10T07:38:59.8020649Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8021080Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8021641Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8022078Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8022520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8022925Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8023315Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8023517Z 2026-02-10T07:38:59.8023765Z Failed VerifyCanMixGroupsFalseWithCanReorderItems [< 1 ms] 2026-02-10T07:38:59.8024044Z Error Message: 2026-02-10T07:38:59.8024312Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8024705Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8024943Z Stack Trace: 2026-02-10T07:38:59.8025257Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8025657Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8026026Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8026449Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8026898Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8027294Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8027689Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8027873Z 2026-02-10T07:38:59.8028140Z Failed VerifyCanMixGroupsTrueWithCanReorderItems [< 1 ms] 2026-02-10T07:38:59.8028493Z Error Message: 2026-02-10T07:38:59.8028772Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8029095Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8029348Z Stack Trace: 2026-02-10T07:38:59.8029664Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8030083Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8030516Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8030930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8031394Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8031942Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8032323Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8032530Z 2026-02-10T07:38:59.8032778Z Failed VerifyCanReorderItemsFalseWithCanMixGroups [< 1 ms] 2026-02-10T07:38:59.8033028Z Error Message: 2026-02-10T07:38:59.8033293Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8033625Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8033862Z Stack Trace: 2026-02-10T07:38:59.8034171Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8034612Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8035028Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8035438Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8035882Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8036314Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8036672Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8036852Z 2026-02-10T07:38:59.8037080Z Failed VerifyCanReorderItemsTrueWithCanMixGroups [< 1 ms] 2026-02-10T07:38:59.8037323Z Error Message: 2026-02-10T07:38:59.8037576Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8037867Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8038111Z Stack Trace: 2026-02-10T07:38:59.8038404Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8038801Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8039199Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8039590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8040189Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8040557Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8040926Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8041102Z 2026-02-10T07:38:59.8041327Z Failed VerifyGroupFooterTemplate_WithBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.8041717Z Error Message: 2026-02-10T07:38:59.8042000Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8042285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8042519Z Stack Trace: 2026-02-10T07:38:59.8042808Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8043168Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8043539Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8043935Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8044357Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8044767Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8045147Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8045331Z 2026-02-10T07:38:59.8045554Z Failed VerifyGroupFooterTemplate_WithHeaderString [< 1 ms] 2026-02-10T07:38:59.8045781Z Error Message: 2026-02-10T07:38:59.8046030Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8046309Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8046538Z Stack Trace: 2026-02-10T07:38:59.8046800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8047170Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8047733Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8048151Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8048619Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8049003Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8049346Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8049507Z 2026-02-10T07:38:59.8049738Z Failed VerifyGroupHeaderAndFooterTemplate_WithGroupedList [< 1 ms] 2026-02-10T07:38:59.8049985Z Error Message: 2026-02-10T07:38:59.8050252Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8050507Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8050718Z Stack Trace: 2026-02-10T07:38:59.8051118Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8051690Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8052085Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8052487Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8052919Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8053315Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8053702Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8053873Z 2026-02-10T07:38:59.8054125Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalGridAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8054397Z Error Message: 2026-02-10T07:38:59.8054649Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8054934Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8055164Z Stack Trace: 2026-02-10T07:38:59.8055415Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8055818Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8056210Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8056619Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8057085Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8057492Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8057833Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8058123Z 2026-02-10T07:38:59.8058375Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalGridAndObservableCollection [< 1 ms] 2026-02-10T07:38:59.8058641Z Error Message: 2026-02-10T07:38:59.8058899Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8059156Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8059365Z Stack Trace: 2026-02-10T07:38:59.8059670Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8060073Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8060469Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8060862Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8061280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8061906Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8062239Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8062397Z 2026-02-10T07:38:59.8062621Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalListAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8062841Z Error Message: 2026-02-10T07:38:59.8063039Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8063253Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8063459Z Stack Trace: 2026-02-10T07:38:59.8063731Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8064240Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8064619Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8064994Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8065407Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8065743Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8066110Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8066269Z 2026-02-10T07:38:59.8066513Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalListAndObservableCollection [< 1 ms] 2026-02-10T07:38:59.8066741Z Error Message: 2026-02-10T07:38:59.8066962Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8067219Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8067429Z Stack Trace: 2026-02-10T07:38:59.8067697Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8068079Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8068436Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8068934Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8069367Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8069752Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8070099Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8070275Z 2026-02-10T07:38:59.8070489Z Failed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [< 1 ms] 2026-02-10T07:38:59.8070726Z Error Message: 2026-02-10T07:38:59.8070980Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8071205Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8071389Z Stack Trace: 2026-02-10T07:38:59.8071819Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8072204Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8072668Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8073044Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8073451Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8073852Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8074224Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8074397Z 2026-02-10T07:38:59.8074641Z Failed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [< 1 ms] 2026-02-10T07:38:59.8074917Z Error Message: 2026-02-10T07:38:59.8075158Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8075425Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8075653Z Stack Trace: 2026-02-10T07:38:59.8075956Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8076296Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8076695Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8077071Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8077489Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8077850Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8078175Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8078351Z 2026-02-10T07:38:59.8078591Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalGridAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8078839Z Error Message: 2026-02-10T07:38:59.8079096Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8079460Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8079672Z Stack Trace: 2026-02-10T07:38:59.8079934Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8080315Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8080681Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8081024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8081396Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8081884Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8082221Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8082457Z 2026-02-10T07:38:59.8082691Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalGridAndObservableCollection [< 1 ms] 2026-02-10T07:38:59.8082934Z Error Message: 2026-02-10T07:38:59.8083167Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8083428Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8083621Z Stack Trace: 2026-02-10T07:38:59.8083870Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8084223Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8084590Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8084978Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8085418Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8085794Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8086121Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8086280Z 2026-02-10T07:38:59.8086527Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalListAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8086746Z Error Message: 2026-02-10T07:38:59.8086945Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8087198Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8087423Z Stack Trace: 2026-02-10T07:38:59.8087690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8088066Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8088449Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8088841Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8089383Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8089756Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8090121Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8090295Z 2026-02-10T07:38:59.8090539Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalListAndObservableCollection [< 1 ms] 2026-02-10T07:38:59.8090807Z Error Message: 2026-02-10T07:38:59.8091067Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8091349Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8091759Z Stack Trace: 2026-02-10T07:38:59.8092053Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8092458Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8092864Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8093361Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8093810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8094204Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8094590Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8094775Z 2026-02-10T07:38:59.8095024Z Failed VerifyGroupHeaderTemplate_WithBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.8095276Z Error Message: 2026-02-10T07:38:59.8095532Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8095851Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8096059Z Stack Trace: 2026-02-10T07:38:59.8096325Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8096777Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8097180Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8097581Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8098025Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8098414Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8098811Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8099013Z 2026-02-10T07:38:59.8099252Z Failed VerifyGroupHeaderTemplate_WithFooterString [< 1 ms] 2026-02-10T07:38:59.8099523Z Error Message: 2026-02-10T07:38:59.8099778Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8100055Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8100296Z Stack Trace: 2026-02-10T07:38:59.8100599Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8101118Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8101638Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8102039Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8102468Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8102852Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8103202Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8103390Z 2026-02-10T07:38:59.8103621Z Failed VerifyGroupHeaderTemplate_WithHeaderString [< 1 ms] 2026-02-10T07:38:59.8103860Z Error Message: 2026-02-10T07:38:59.8104113Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8104514Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8104742Z Stack Trace: 2026-02-10T07:38:59.8105028Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8105447Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8105806Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8106195Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8106619Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8107000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8107368Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8107557Z 2026-02-10T07:38:59.8107766Z Failed VerifyIsGrouped_WithFooterString [< 1 ms] 2026-02-10T07:38:59.8107988Z Error Message: 2026-02-10T07:38:59.8108240Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8108522Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8108764Z Stack Trace: 2026-02-10T07:38:59.8109044Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8109451Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8109847Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8110251Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8110698Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8111062Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8111638Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8111826Z 2026-02-10T07:38:59.8112073Z Failed VerifyIsGrouped_WithGroupHeaderAndGroupFooterTemplate [< 1 ms] 2026-02-10T07:38:59.8112298Z Error Message: 2026-02-10T07:38:59.8112528Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8112754Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8112960Z Stack Trace: 2026-02-10T07:38:59.8113236Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8113640Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8114028Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8114443Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8114891Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8115348Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8115681Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8115855Z 2026-02-10T07:38:59.8116063Z Failed VerifyIsGrouped_WithHeaderString [< 1 ms] 2026-02-10T07:38:59.8116281Z Error Message: 2026-02-10T07:38:59.8116518Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8116793Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8117030Z Stack Trace: 2026-02-10T07:38:59.8117326Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8117744Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8118144Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8118566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8119038Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8119458Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8119833Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8120011Z 2026-02-10T07:38:59.8120263Z Failed VerifyIsGrouped_WithHorizontalGridAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8120485Z Error Message: 2026-02-10T07:38:59.8120714Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8120944Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8121135Z Stack Trace: 2026-02-10T07:38:59.8121400Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8121923Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8122312Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8122784Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8123232Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8123598Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8123960Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8124141Z 2026-02-10T07:38:59.8124383Z Failed VerifyIsGrouped_WithHorizontalListAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8124658Z Error Message: 2026-02-10T07:38:59.8124917Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8125198Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8125465Z Stack Trace: 2026-02-10T07:38:59.8125787Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8126326Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8126760Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8127165Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8127616Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8127989Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8128318Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8128510Z 2026-02-10T07:38:59.8128828Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_GroupingFeatureTests(Android). 2026-02-10T07:38:59.8129191Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8129567Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8129925Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8130356Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8130784Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests(Android) 2026-02-10T07:38:59.8131140Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8131452Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8131902Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8132210Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8132549Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8132995Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8133404Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8133764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8134355Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8134749Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8135119Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8135452Z --TearDown 2026-02-10T07:38:59.8135781Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8136191Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8136637Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8137119Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8137611Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8137996Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8138390Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionView_HeaderFooterFeatureTests(Android) 2026-02-10T07:38:59.8138724Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8139067Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8139359Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8139710Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8140103Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8140518Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_HeaderFooterFeatureTests(Android). 2026-02-10T07:38:59.8140890Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8141202Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8141703Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8142148Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8142557Z Failed VerifyIsGrouped_WithVerticalGridAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8142812Z Error Message: 2026-02-10T07:38:59.8143094Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8143387Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8143648Z Stack Trace: 2026-02-10T07:38:59.8143923Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8144328Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8144734Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8145141Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8145732Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8146133Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8146525Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8146730Z 2026-02-10T07:38:59.8146993Z Failed VerifyIsGrouped_WithVerticalListAndGroupedList [< 1 ms] 2026-02-10T07:38:59.8147266Z Error Message: 2026-02-10T07:38:59.8147605Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8147926Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8148157Z Stack Trace: 2026-02-10T07:38:59.8148458Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8148892Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8149273Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8149786Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8150232Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8150616Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8151002Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8151198Z 2026-02-10T07:38:59.8151421Z Failed VerifyIsGroupedFalse_WithBasicItemTemplate [< 1 ms] 2026-02-10T07:38:59.8151819Z Error Message: 2026-02-10T07:38:59.8152117Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8152443Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8152710Z Stack Trace: 2026-02-10T07:38:59.8153026Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8153440Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8153848Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8154270Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8154704Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8155091Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8155471Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8155652Z 2026-02-10T07:38:59.8155902Z Failed VerifyIsGroupedFalse_WithHeaderAndFooterString [< 1 ms] 2026-02-10T07:38:59.8156153Z Error Message: 2026-02-10T07:38:59.8156426Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8156729Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8156971Z Stack Trace: 2026-02-10T07:38:59.8157378Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8157825Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8158267Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8158675Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8159118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8159508Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8159874Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8160063Z 2026-02-10T07:38:59.8160290Z Failed VerifyIsGroupedFalse_WithItemSourceObservableCollection [< 1 ms] 2026-02-10T07:38:59.8160546Z Error Message: 2026-02-10T07:38:59.8160905Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8161199Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8161443Z Stack Trace: 2026-02-10T07:38:59.8161912Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8162354Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8162757Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8163185Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8163649Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8164070Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8164461Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8164644Z 2026-02-10T07:38:59.8164898Z Failed VerifyIsGroupedTrue_WithBasicTemplateWhenGroupedList [< 1 ms] 2026-02-10T07:38:59.8165164Z Error Message: 2026-02-10T07:38:59.8165449Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8165718Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8165957Z Stack Trace: 2026-02-10T07:38:59.8166273Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8166691Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8167098Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8167520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8167958Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8168379Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8169520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8169700Z 2026-02-10T07:38:59.8169958Z Failed VerifyIsGroupedTrue_WithItemSourceGroupedList [< 1 ms] 2026-02-10T07:38:59.8170219Z Error Message: 2026-02-10T07:38:59.8170503Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8170789Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8171009Z Stack Trace: 2026-02-10T07:38:59.8171270Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8171821Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8172238Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8172681Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8173155Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8173678Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8174067Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8174246Z 2026-02-10T07:38:59.8174492Z Failed VerifyHeaderStringWithItemsSourceObservableCollection25 [< 1 ms] 2026-02-10T07:38:59.8174738Z Error Message: 2026-02-10T07:38:59.8174991Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8175266Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8175500Z Stack Trace: 2026-02-10T07:38:59.8175800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8176226Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8176663Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8177091Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8177565Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8177988Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8178395Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8178579Z 2026-02-10T07:38:59.8178832Z Failed VerifyFooterStringWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8179101Z Error Message: 2026-02-10T07:38:59.8179384Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8179637Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8179839Z Stack Trace: 2026-02-10T07:38:59.8180143Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8180594Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8181132Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8181710Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8182201Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8182630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8183059Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8183260Z 2026-02-10T07:38:59.8183514Z Failed VerifyFooterStringWhenFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8183782Z Error Message: 2026-02-10T07:38:59.8184068Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8184376Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8184616Z Stack Trace: 2026-02-10T07:38:59.8184893Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8185421Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8185857Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8186318Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8186783Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8187186Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8187573Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8187767Z 2026-02-10T07:38:59.8188028Z Failed VerifyFooterStringWhenGroupFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8188271Z Error Message: 2026-02-10T07:38:59.8188547Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8188875Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8189128Z Stack Trace: 2026-02-10T07:38:59.8189466Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8189919Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8190343Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8190776Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8191211Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8191777Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8192150Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8192325Z 2026-02-10T07:38:59.8192558Z Failed VerifyFooterStringWhenGroupHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8192926Z Error Message: 2026-02-10T07:38:59.8193193Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8193521Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8193773Z Stack Trace: 2026-02-10T07:38:59.8194083Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8194544Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8194995Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8195425Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8195872Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8196274Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8196641Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8196899Z 2026-02-10T07:38:59.8197148Z Failed VerifyFooterStringWhenHeaderString [< 1 ms] 2026-02-10T07:38:59.8197417Z Error Message: 2026-02-10T07:38:59.8197675Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8197966Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8198207Z Stack Trace: 2026-02-10T07:38:59.8198500Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8198944Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8199369Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8199815Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8200294Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8200700Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8201055Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8201226Z 2026-02-10T07:38:59.8201464Z Failed VerifyFooterStringWhenHeaderView [< 1 ms] 2026-02-10T07:38:59.8201882Z Error Message: 2026-02-10T07:38:59.8202125Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8202399Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8202651Z Stack Trace: 2026-02-10T07:38:59.8202942Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8203346Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8203736Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8204126Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8204657Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8205049Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8205435Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8205642Z 2026-02-10T07:38:59.8205908Z Failed VerifyFooterStringWithItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8206156Z Error Message: 2026-02-10T07:38:59.8206440Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8206730Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8206979Z Stack Trace: 2026-02-10T07:38:59.8207264Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8207664Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8208064Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8208554Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8209002Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8209390Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8209762Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8209952Z 2026-02-10T07:38:59.8210211Z Failed VerifyFooterStringWithItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8210473Z Error Message: 2026-02-10T07:38:59.8210756Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8211066Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8211298Z Stack Trace: 2026-02-10T07:38:59.8211748Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8212192Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8212574Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8212988Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8213453Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8213833Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8214216Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8214401Z 2026-02-10T07:38:59.8214642Z Failed VerifyFooterStringWithItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8214897Z Error Message: 2026-02-10T07:38:59.8215188Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8215496Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8215744Z Stack Trace: 2026-02-10T07:38:59.8216058Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8216578Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8216974Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8217372Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8217763Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8218158Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8218519Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8218693Z 2026-02-10T07:38:59.8218919Z Failed VerifyFooterStringWithItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8219161Z Error Message: 2026-02-10T07:38:59.8219416Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8219764Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8220000Z Stack Trace: 2026-02-10T07:38:59.8220296Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8220727Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8221146Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8221665Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8222117Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8222487Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8222806Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8222948Z 2026-02-10T07:38:59.8223143Z Failed VerifyFooterStringWithItemsSourceObservableCollection25 [< 1 ms] 2026-02-10T07:38:59.8223363Z Error Message: 2026-02-10T07:38:59.8223609Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8223899Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8224137Z Stack Trace: 2026-02-10T07:38:59.8224429Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8224832Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8225241Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8225618Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8226024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8226372Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8226813Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8226980Z 2026-02-10T07:38:59.8227217Z Failed VerifyFooterStringWithItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8227469Z Error Message: 2026-02-10T07:38:59.8227723Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8228001Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8228258Z Stack Trace: 2026-02-10T07:38:59.8228569Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8228995Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8229397Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8229785Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8230227Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8230648Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8230993Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8231196Z 2026-02-10T07:38:59.8231422Z Failed VerifyFooterTemplateWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8231810Z Error Message: 2026-02-10T07:38:59.8232062Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8232335Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8232557Z Stack Trace: 2026-02-10T07:38:59.8232848Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8233224Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8233629Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8234038Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8234434Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8234800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8235126Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8235268Z 2026-02-10T07:38:59.8235468Z Failed VerifyFooterTemplateWhenFooterView [< 1 ms] 2026-02-10T07:38:59.8235710Z Error Message: 2026-02-10T07:38:59.8235952Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8236224Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8236442Z Stack Trace: 2026-02-10T07:38:59.8236736Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8237134Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8237550Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8238048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8238476Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8238817Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8239166Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8239340Z 2026-02-10T07:38:59.8239557Z Failed VerifyFooterTemplateWhenGroupFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8239793Z Error Message: 2026-02-10T07:38:59.8240008Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8240281Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8240493Z Stack Trace: 2026-02-10T07:38:59.8240762Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8241210Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8241718Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8242103Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8242485Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8242854Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8243190Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8243354Z 2026-02-10T07:38:59.8243563Z Failed VerifyFooterTemplateWhenGroupHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8243802Z Error Message: 2026-02-10T07:38:59.8244043Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8244276Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8244485Z Stack Trace: 2026-02-10T07:38:59.8244771Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8245134Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8245495Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8245877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8246274Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8246643Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8246984Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8247162Z 2026-02-10T07:38:59.8247381Z Failed VerifyFooterTemplateWithItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8247667Z Error Message: 2026-02-10T07:38:59.8247991Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8248256Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8248481Z Stack Trace: 2026-02-10T07:38:59.8248759Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8249095Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8249465Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8249842Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8250257Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8250606Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8250945Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8251193Z 2026-02-10T07:38:59.8251434Z Failed VerifyFooterTemplateWithItemsSourceObservableCollections25 [< 1 ms] 2026-02-10T07:38:59.8251821Z Error Message: 2026-02-10T07:38:59.8252044Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8252307Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8252519Z Stack Trace: 2026-02-10T07:38:59.8252781Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8253158Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8253518Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8253884Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8254303Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8254655Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8254989Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8255147Z 2026-02-10T07:38:59.8255361Z Failed VerifyFooterViewWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8255594Z Error Message: 2026-02-10T07:38:59.8255821Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8256055Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8256268Z Stack Trace: 2026-02-10T07:38:59.8256539Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8256893Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8257244Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8257608Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8257991Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8258468Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8258835Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8259039Z 2026-02-10T07:38:59.8259271Z Failed VerifyFooterViewWhenFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8259511Z Error Message: 2026-02-10T07:38:59.8259761Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8260041Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8260266Z Stack Trace: 2026-02-10T07:38:59.8260544Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8260895Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8261286Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8261870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8262287Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8262659Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8263009Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8263181Z 2026-02-10T07:38:59.8263397Z Failed VerifyFooterViewWhenGroupFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8263644Z Error Message: 2026-02-10T07:38:59.8263919Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8264219Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8264466Z Stack Trace: 2026-02-10T07:38:59.8264759Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8265151Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8265544Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8265914Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8266289Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8266593Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8266932Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8267101Z 2026-02-10T07:38:59.8267332Z Failed VerifyFooterViewWhenGroupHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8267576Z Error Message: 2026-02-10T07:38:59.8267836Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8268123Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8268356Z Stack Trace: 2026-02-10T07:38:59.8268637Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8269166Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8269534Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8269891Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8270299Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8270667Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8271020Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8271194Z 2026-02-10T07:38:59.8271414Z Failed VerifyFooterViewWhenHeaderString [< 1 ms] 2026-02-10T07:38:59.8271814Z Error Message: 2026-02-10T07:38:59.8272083Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8272470Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8272735Z Stack Trace: 2026-02-10T07:38:59.8273039Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8273441Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8273833Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8274218Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8274580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8274961Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8275327Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8275498Z 2026-02-10T07:38:59.8275716Z Failed VerifyFooterViewWhenHeaderView [< 1 ms] 2026-02-10T07:38:59.8275946Z Error Message: 2026-02-10T07:38:59.8276221Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8276518Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8276775Z Stack Trace: 2026-02-10T07:38:59.8277098Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8277516Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8277916Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8278286Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8278693Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8279061Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8279431Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8279703Z 2026-02-10T07:38:59.8279929Z Failed VerifyFooterViewWithItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8280162Z Error Message: 2026-02-10T07:38:59.8280413Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8280684Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8280907Z Stack Trace: 2026-02-10T07:38:59.8281175Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8281696Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8282071Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8282457Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8282851Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8283275Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8283604Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8283747Z 2026-02-10T07:38:59.8283927Z Failed VerifyFooterViewWithItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8284169Z Error Message: 2026-02-10T07:38:59.8284402Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8284652Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8284864Z Stack Trace: 2026-02-10T07:38:59.8285136Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8285509Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8285866Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8286241Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8286643Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8286991Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8287326Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8287489Z 2026-02-10T07:38:59.8287697Z Failed VerifyFooterViewWithItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8287918Z Error Message: 2026-02-10T07:38:59.8288167Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8288428Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8288625Z Stack Trace: 2026-02-10T07:38:59.8288891Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8289268Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8289641Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8290117Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8290532Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8290927Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8291292Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8291623Z 2026-02-10T07:38:59.8291844Z Failed VerifyFooterViewWithItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8292074Z Error Message: 2026-02-10T07:38:59.8292315Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8292585Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8292797Z Stack Trace: 2026-02-10T07:38:59.8293071Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8293481Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8293928Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8294297Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8294712Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8295078Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8295439Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8295612Z 2026-02-10T07:38:59.8295858Z Failed VerifyFooterViewWithItemsSourceObservableCollection25 [< 1 ms] 2026-02-10T07:38:59.8296095Z Error Message: 2026-02-10T07:38:59.8296350Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8296634Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8296873Z Stack Trace: 2026-02-10T07:38:59.8297172Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8297582Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8297978Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8298366Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8298794Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8299120Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8299471Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8299650Z 2026-02-10T07:38:59.8299888Z Failed VerifyFooterViewWithItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8300130Z Error Message: 2026-02-10T07:38:59.8300376Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8300742Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8300971Z Stack Trace: 2026-02-10T07:38:59.8301256Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8301819Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8302179Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8302553Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8302962Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8303332Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8303672Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8303919Z 2026-02-10T07:38:59.8304101Z Failed VerifyHeaderStringWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8304314Z Error Message: 2026-02-10T07:38:59.8304562Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8304833Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8305063Z Stack Trace: 2026-02-10T07:38:59.8305339Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8305703Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8306078Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8306452Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8306870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8307217Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8307534Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8307687Z 2026-02-10T07:38:59.8307902Z Failed VerifyHeaderStringWhenGroupFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8308139Z Error Message: 2026-02-10T07:38:59.8308396Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8308664Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8308878Z Stack Trace: 2026-02-10T07:38:59.8309107Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8309445Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8309806Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8310150Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8310531Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8310988Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8311319Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8311627Z 2026-02-10T07:38:59.8312985Z Failed VerifyHeaderStringWhenGroupHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8313205Z Error Message: 2026-02-10T07:38:59.8313435Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8313684Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8313893Z Stack Trace: 2026-02-10T07:38:59.8314164Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8314518Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8314877Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8315236Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8315693Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8316032Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8316348Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8316504Z 2026-02-10T07:38:59.8316715Z Failed VerifyHeaderStringWhenHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8316911Z Error Message: 2026-02-10T07:38:59.8317134Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8317396Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8317619Z Stack Trace: 2026-02-10T07:38:59.8317903Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8318277Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8318649Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8319028Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8319441Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8319801Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8320131Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8320297Z 2026-02-10T07:38:59.8320501Z Failed VerifyHeaderStringWithEmptyViewString [< 1 ms] 2026-02-10T07:38:59.8320736Z Error Message: 2026-02-10T07:38:59.8320978Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8321239Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8321456Z Stack Trace: 2026-02-10T07:38:59.8321913Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8322303Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8322774Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8323158Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8323566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8323922Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8324267Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8324447Z 2026-02-10T07:38:59.8324671Z Failed VerifyHeaderStringWithFooterString [< 1 ms] 2026-02-10T07:38:59.8324877Z Error Message: 2026-02-10T07:38:59.8325094Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8325334Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8325573Z Stack Trace: 2026-02-10T07:38:59.8325831Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8326221Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8326630Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8327032Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8327473Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8327847Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8328220Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8328366Z 2026-02-10T07:38:59.8328572Z Failed VerifyHeaderStringWithFooterView [< 1 ms] 2026-02-10T07:38:59.8328780Z Error Message: 2026-02-10T07:38:59.8329025Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8329282Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8329507Z Stack Trace: 2026-02-10T07:38:59.8329778Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8330137Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8330501Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8330873Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8331289Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8331790Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8332136Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8332399Z 2026-02-10T07:38:59.8332626Z Failed VerifyHeaderStringWithItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8332850Z Error Message: 2026-02-10T07:38:59.8333089Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8333357Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8333583Z Stack Trace: 2026-02-10T07:38:59.8333876Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8334264Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8334635Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8335003Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8335414Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8335778Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8336173Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8336334Z 2026-02-10T07:38:59.8336547Z Failed VerifyHeaderStringWithItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8336749Z Error Message: 2026-02-10T07:38:59.8336952Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8337202Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8337426Z Stack Trace: 2026-02-10T07:38:59.8337706Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8338091Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8338453Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8338838Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8339262Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8339637Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8339944Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8340090Z 2026-02-10T07:38:59.8340280Z Failed VerifyHeaderStringWithItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8340485Z Error Message: 2026-02-10T07:38:59.8340717Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8340976Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8341186Z Stack Trace: 2026-02-10T07:38:59.8341451Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8341992Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8342381Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8342736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8343253Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8343601Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8343917Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8344080Z 2026-02-10T07:38:59.8344289Z Failed VerifyHeaderStringWithItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8344510Z Error Message: 2026-02-10T07:38:59.8344750Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8345002Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8345186Z Stack Trace: 2026-02-10T07:38:59.8345413Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8345785Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8346204Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8346553Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8346924Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8347273Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8347671Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8347825Z 2026-02-10T07:38:59.8348050Z Failed VerifyHeaderStringWithItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8348275Z Error Message: 2026-02-10T07:38:59.8348516Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8348776Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8348981Z Stack Trace: 2026-02-10T07:38:59.8349253Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8349619Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8349965Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8350330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8350722Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8351064Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8351388Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8351686Z 2026-02-10T07:38:59.8351894Z Failed VerifyHeaderTemplateWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8352103Z Error Message: 2026-02-10T07:38:59.8352339Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8352593Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8352896Z Stack Trace: 2026-02-10T07:38:59.8353137Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8353471Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8353835Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8354202Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8354579Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8354903Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8355234Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8355390Z 2026-02-10T07:38:59.8355592Z Failed VerifyHeaderTemplateWhenGroupFooterTemplate [< 1 ms] 2026-02-10T07:38:59.8355878Z Error Message: 2026-02-10T07:38:59.8356099Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8356358Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8356568Z Stack Trace: 2026-02-10T07:38:59.8356846Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8357202Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8357555Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8357883Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8358260Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8358586Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8358883Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8359019Z 2026-02-10T07:38:59.8359215Z Failed VerifyHeaderTemplateWhenGroupHeaderTemplate [< 1 ms] 2026-02-10T07:38:59.8359417Z Error Message: 2026-02-10T07:38:59.8359639Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8359895Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8360090Z Stack Trace: 2026-02-10T07:38:59.8360337Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8360632Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8360960Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8361297Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8361831Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8362261Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8362607Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8362791Z 2026-02-10T07:38:59.8363009Z Failed VerifyHeaderTemplateWhenHeaderString [< 1 ms] 2026-02-10T07:38:59.8363231Z Error Message: 2026-02-10T07:38:59.8363472Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8363731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8363962Z Stack Trace: 2026-02-10T07:38:59.8364232Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8364607Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8364960Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8365327Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8365779Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8366119Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8366445Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8366599Z 2026-02-10T07:38:59.8366810Z Failed VerifyHeaderTemplateWhenHeaderView [< 1 ms] 2026-02-10T07:38:59.8367023Z Error Message: 2026-02-10T07:38:59.8367262Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8367524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8367737Z Stack Trace: 2026-02-10T07:38:59.8368001Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8368332Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8368664Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8369037Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8369414Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8369755Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8370083Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8370251Z 2026-02-10T07:38:59.8370467Z Failed VerifyHeaderViewWhenBasicDataTemplateView [< 1 ms] 2026-02-10T07:38:59.8370686Z Error Message: 2026-02-10T07:38:59.8370920Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8371143Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8371322Z Stack Trace: 2026-02-10T07:38:59.8371770Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8372148Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8372611Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8372968Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8373363Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8373704Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8374036Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8374202Z 2026-02-10T07:38:59.8374412Z Failed VerifyHeaderViewWhenGroupFooterTemplateView [< 1 ms] 2026-02-10T07:38:59.8374615Z Error Message: 2026-02-10T07:38:59.8374836Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8375090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8375301Z Stack Trace: 2026-02-10T07:38:59.8375567Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8375996Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8376324Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8376658Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8377049Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8377392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8377714Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8377875Z 2026-02-10T07:38:59.8378077Z Failed VerifyHeaderViewWhenGroupHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8378297Z Error Message: 2026-02-10T07:38:59.8378521Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8378775Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8378983Z Stack Trace: 2026-02-10T07:38:59.8379244Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8379619Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8379968Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8380332Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8380722Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8381055Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8381382Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8381677Z 2026-02-10T07:38:59.8381902Z Failed VerifyHeaderViewWhenHeaderTemplateView [< 1 ms] 2026-02-10T07:38:59.8382192Z Error Message: 2026-02-10T07:38:59.8382436Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8382686Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8382889Z Stack Trace: 2026-02-10T07:38:59.8383166Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8383539Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8383890Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8384204Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8384583Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8384924Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8385338Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8385492Z 2026-02-10T07:38:59.8385696Z Failed VerifyHeaderViewWithEmptyViewString [< 1 ms] 2026-02-10T07:38:59.8385913Z Error Message: 2026-02-10T07:38:59.8386151Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8386420Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8386640Z Stack Trace: 2026-02-10T07:38:59.8386911Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8387281Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8387620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8387976Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8388364Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8388702Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8389033Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8389193Z 2026-02-10T07:38:59.8389454Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_HeaderFooterFeatureTests(Android). 2026-02-10T07:38:59.8389775Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8390032Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8390320Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8390694Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8391048Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_HeaderFooterFeatureTests(Android) 2026-02-10T07:38:59.8391330Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8391676Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8392011Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8392277Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8392585Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8392957Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8393320Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8393683Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8394067Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8394412Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8394747Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8395065Z --TearDown 2026-02-10T07:38:59.8395335Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8395663Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8396030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8396437Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8396791Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8397123Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8397455Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionView_ItemsSourceFeatureTests(Android) 2026-02-10T07:38:59.8397732Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8398011Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8398273Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8398578Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8398917Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8399227Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ItemsSourceFeatureTests(Android). 2026-02-10T07:38:59.8399521Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8399785Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8400082Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8400452Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8400758Z Failed VerifyHeaderViewWithFooterString [< 1 ms] 2026-02-10T07:38:59.8400970Z Error Message: 2026-02-10T07:38:59.8401198Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8401465Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8401854Z Stack Trace: 2026-02-10T07:38:59.8402132Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8402494Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8402851Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8403207Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8403594Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8403938Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8404259Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8404433Z 2026-02-10T07:38:59.8404636Z Failed VerifyHeaderViewWithFooterView [< 1 ms] 2026-02-10T07:38:59.8404911Z Error Message: 2026-02-10T07:38:59.8405131Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8405385Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8405608Z Stack Trace: 2026-02-10T07:38:59.8405889Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8406261Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8406615Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8406942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8407285Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8407584Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8407893Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8408041Z 2026-02-10T07:38:59.8408272Z Failed VerifyHeaderViewWithItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8408494Z Error Message: 2026-02-10T07:38:59.8408727Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8408966Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8409148Z Stack Trace: 2026-02-10T07:38:59.8409425Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8409817Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8410195Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8410522Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8410894Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8411309Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8411773Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8411935Z 2026-02-10T07:38:59.8412145Z Failed VerifyHeaderViewWithItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8412350Z Error Message: 2026-02-10T07:38:59.8412577Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8412827Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8413040Z Stack Trace: 2026-02-10T07:38:59.8413309Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8413670Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8414018Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8414375Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8414844Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8415184Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8415513Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8415674Z 2026-02-10T07:38:59.8415883Z Failed VerifyHeaderViewWithItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8416117Z Error Message: 2026-02-10T07:38:59.8416361Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8416636Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8416843Z Stack Trace: 2026-02-10T07:38:59.8417104Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8417474Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8417832Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8418170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8418518Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8418847Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8419170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8419326Z 2026-02-10T07:38:59.8419533Z Failed VerifyHeaderViewWithItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8419745Z Error Message: 2026-02-10T07:38:59.8419983Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8420240Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8420457Z Stack Trace: 2026-02-10T07:38:59.8420721Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8421099Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8421677Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8422044Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8422427Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8422745Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8423055Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8423224Z 2026-02-10T07:38:59.8423428Z Failed VerifyHeaderViewWithItemsSourceObservableCollection25 [< 1 ms] 2026-02-10T07:38:59.8423646Z Error Message: 2026-02-10T07:38:59.8423865Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8424110Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8424319Z Stack Trace: 2026-02-10T07:38:59.8424556Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8424972Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8425326Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8425631Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8426002Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8426322Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8426638Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8426789Z 2026-02-10T07:38:59.8427002Z Failed VerifyHeaderViewWithItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8427227Z Error Message: 2026-02-10T07:38:59.8427457Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8427686Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8427886Z Stack Trace: 2026-02-10T07:38:59.8428141Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8428492Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8428834Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8429176Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8429549Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8429883Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8430187Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8430364Z 2026-02-10T07:38:59.8430663Z Failed VerifyStringItemsObservableCollectionWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8430887Z Error Message: 2026-02-10T07:38:59.8431117Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8431359Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8431692Z Stack Trace: 2026-02-10T07:38:59.8431956Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8432304Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8432629Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8432932Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8433292Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8433604Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8433976Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8434139Z 2026-02-10T07:38:59.8434332Z Failed VerifyModelItemsEmptyGroupedListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8434552Z Error Message: 2026-02-10T07:38:59.8434783Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8435034Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8435239Z Stack Trace: 2026-02-10T07:38:59.8435484Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8435840Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8436167Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8436489Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8436868Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8437206Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8437513Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8437667Z 2026-02-10T07:38:59.8437869Z Failed VerifyModelItemsEmptyGroupedListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8438082Z Error Message: 2026-02-10T07:38:59.8438299Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8438538Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8438742Z Stack Trace: 2026-02-10T07:38:59.8438998Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8439351Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8439700Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8440002Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8440425Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8440727Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8441030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8441187Z 2026-02-10T07:38:59.8441392Z Failed VerifyModelItemsEmptyObservableCollectionWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8441747Z Error Message: 2026-02-10T07:38:59.8441979Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8442228Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8442432Z Stack Trace: 2026-02-10T07:38:59.8442684Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8443054Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8443439Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8443767Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8444133Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8444436Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8444736Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8444890Z 2026-02-10T07:38:59.8445099Z Failed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8445322Z Error Message: 2026-02-10T07:38:59.8445539Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8445778Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8445978Z Stack Trace: 2026-02-10T07:38:59.8446233Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8446587Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8446925Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8447220Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8447623Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8447951Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8448266Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8448410Z 2026-02-10T07:38:59.8448609Z Failed VerifyModelItemsGroupedListWhenAddIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8448811Z Error Message: 2026-02-10T07:38:59.8449035Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8449282Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8449544Z Stack Trace: 2026-02-10T07:38:59.8449792Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8450135Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8450462Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8450806Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8451170Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8451612Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8451870Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8451990Z 2026-02-10T07:38:59.8452161Z Failed VerifyModelItemsGroupedListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8452440Z Error Message: 2026-02-10T07:38:59.8452649Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8452899Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8453100Z Stack Trace: 2026-02-10T07:38:59.8453350Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8453690Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8454029Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8454366Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8454711Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8455021Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8455284Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8455416Z 2026-02-10T07:38:59.8455603Z Failed VerifyModelItemsGroupedListWhenMultipleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8455782Z Error Message: 2026-02-10T07:38:59.8455975Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8456198Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8456381Z Stack Trace: 2026-02-10T07:38:59.8456623Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8456945Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8457268Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8457591Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8457942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8458389Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8458735Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8458895Z 2026-02-10T07:38:59.8459105Z Failed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8459322Z Error Message: 2026-02-10T07:38:59.8459550Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8459809Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8460018Z Stack Trace: 2026-02-10T07:38:59.8460282Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8460649Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8461004Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8461358Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8461981Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8462357Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8462706Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8462873Z 2026-02-10T07:38:59.8463087Z Failed VerifyModelItemsGroupedListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8463314Z Error Message: 2026-02-10T07:38:59.8463554Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8463827Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8464048Z Stack Trace: 2026-02-10T07:38:59.8464328Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8464710Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8465075Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8465445Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8465862Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8466232Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8466567Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8466740Z 2026-02-10T07:38:59.8466962Z Failed VerifyModelItemsGroupedListWhenSingleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8467189Z Error Message: 2026-02-10T07:38:59.8467407Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8467652Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8467851Z Stack Trace: 2026-02-10T07:38:59.8468105Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8468466Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8468988Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8469353Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8469749Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8470083Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8470407Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8470569Z 2026-02-10T07:38:59.8470772Z Failed VerifyModelItemsItemsSourceNoneWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8470981Z Error Message: 2026-02-10T07:38:59.8471210Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8471461Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8471863Z Stack Trace: 2026-02-10T07:38:59.8472120Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8472583Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8472952Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8473310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8473706Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8474060Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8474384Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8474549Z 2026-02-10T07:38:59.8474759Z Failed VerifyModelItemsItemsSourceNoneWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8474978Z Error Message: 2026-02-10T07:38:59.8475212Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8475475Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8475680Z Stack Trace: 2026-02-10T07:38:59.8475933Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8476297Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8476649Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8477012Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8477398Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8477721Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8478033Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8478204Z 2026-02-10T07:38:59.8478529Z Failed VerifyModelItemsListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8478728Z Error Message: 2026-02-10T07:38:59.8478952Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8479197Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8479402Z Stack Trace: 2026-02-10T07:38:59.8479653Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8480007Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8480350Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8480696Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8481074Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8481392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8481912Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8482064Z 2026-02-10T07:38:59.8482251Z Failed VerifyModelItemsListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8482452Z Error Message: 2026-02-10T07:38:59.8482678Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8482915Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8483110Z Stack Trace: 2026-02-10T07:38:59.8483358Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8483708Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8484045Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8484387Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8484758Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8485086Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8485391Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8485544Z 2026-02-10T07:38:59.8485749Z Failed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8485965Z Error Message: 2026-02-10T07:38:59.8486185Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8486427Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8486624Z Stack Trace: 2026-02-10T07:38:59.8486877Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8487225Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8487554Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8487892Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8488388Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8488716Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8489026Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8489177Z 2026-02-10T07:38:59.8489368Z Failed VerifyModelItemsObservableCollectionWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8489565Z Error Message: 2026-02-10T07:38:59.8489778Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8490009Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8490199Z Stack Trace: 2026-02-10T07:38:59.8490430Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8490774Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8491129Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8491714Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8492109Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8492422Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8492732Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8492876Z 2026-02-10T07:38:59.8493074Z Failed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8493301Z Error Message: 2026-02-10T07:38:59.8493545Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8493837Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8494052Z Stack Trace: 2026-02-10T07:38:59.8494354Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8494776Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8495171Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8495597Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8496068Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8496494Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8496895Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8497094Z 2026-02-10T07:38:59.8497352Z Failed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8497604Z Error Message: 2026-02-10T07:38:59.8497880Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8498199Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8498547Z Stack Trace: 2026-02-10T07:38:59.8498851Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8499284Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8499720Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8500176Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8500667Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8501059Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8501443Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8501780Z 2026-02-10T07:38:59.8502023Z Failed VerifyModelItemsObservableCollectionWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8502435Z Error Message: 2026-02-10T07:38:59.8502763Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8503102Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8503381Z Stack Trace: 2026-02-10T07:38:59.8503739Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8504224Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8504702Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8505188Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8505736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8506208Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8506643Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8506859Z 2026-02-10T07:38:59.8507145Z Failed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8507437Z Error Message: 2026-02-10T07:38:59.8507744Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8508080Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8508318Z Stack Trace: 2026-02-10T07:38:59.8508630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8509054Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8509465Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8509942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8510492Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8511049Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8511478Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8511826Z 2026-02-10T07:38:59.8512124Z Failed VerifyStringItemsEmptyGroupedListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8512401Z Error Message: 2026-02-10T07:38:59.8512688Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8513039Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8513304Z Stack Trace: 2026-02-10T07:38:59.8513661Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8514150Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8514634Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8515119Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8515754Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8516228Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8516667Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8516884Z 2026-02-10T07:38:59.8517149Z Failed VerifyStringItemsEmptyGroupedListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8517434Z Error Message: 2026-02-10T07:38:59.8517743Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8518089Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8518357Z Stack Trace: 2026-02-10T07:38:59.8518696Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8519195Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8519682Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8520175Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8520721Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8521178Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8521695Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8521834Z 2026-02-10T07:38:59.8522014Z Failed VerifyStringItemsEmptyObservableCollectionWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8522237Z Error Message: 2026-02-10T07:38:59.8522541Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8522894Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8523152Z Stack Trace: 2026-02-10T07:38:59.8523488Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8523951Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8524530Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8525018Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8525537Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8525997Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8526434Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8526651Z 2026-02-10T07:38:59.8526928Z Failed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8527215Z Error Message: 2026-02-10T07:38:59.8527511Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8527848Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8528113Z Stack Trace: 2026-02-10T07:38:59.8528531Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8528998Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8529444Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8529930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8530462Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8530922Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8531347Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8531745Z 2026-02-10T07:38:59.8532055Z Failed VerifyStringItemsGroupedListWhenAddIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8532342Z Error Message: 2026-02-10T07:38:59.8532647Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8532975Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8533252Z Stack Trace: 2026-02-10T07:38:59.8533592Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8534076Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8534551Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8535033Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8535533Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8536000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8536449Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8536774Z 2026-02-10T07:38:59.8537047Z Failed VerifyStringItemsGroupedListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8537326Z Error Message: 2026-02-10T07:38:59.8537628Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8537974Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8538246Z Stack Trace: 2026-02-10T07:38:59.8538603Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8539117Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8539617Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8540132Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8540692Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8541181Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8541938Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8542168Z 2026-02-10T07:38:59.8542475Z Failed VerifyStringItemsGroupedListWhenMultipleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8542765Z Error Message: 2026-02-10T07:38:59.8543073Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8543419Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8543684Z Stack Trace: 2026-02-10T07:38:59.8544051Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8544566Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8545063Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8545568Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8546118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8546603Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8547049Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8547327Z 2026-02-10T07:38:59.8547638Z Failed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8547935Z Error Message: 2026-02-10T07:38:59.8548247Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8548592Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8548854Z Stack Trace: 2026-02-10T07:38:59.8549228Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8549746Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8550248Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8550753Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8551438Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8552111Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8552579Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8552812Z 2026-02-10T07:38:59.8553103Z Failed VerifyStringItemsGroupedListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8553404Z Error Message: 2026-02-10T07:38:59.8553723Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8554076Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8554359Z Stack Trace: 2026-02-10T07:38:59.8554744Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8555266Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8555893Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8556413Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8556996Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8557497Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8557976Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8558212Z 2026-02-10T07:38:59.8558519Z Failed VerifyStringItemsGroupedListWhenSingleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8558838Z Error Message: 2026-02-10T07:38:59.8559173Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8559543Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8559849Z Stack Trace: 2026-02-10T07:38:59.8560239Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8560728Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8561209Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8561817Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8562370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8562829Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8563274Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8563500Z 2026-02-10T07:38:59.8563772Z Failed VerifyStringItemsItemsSourceNoneWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8564060Z Error Message: 2026-02-10T07:38:59.8564361Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8564700Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8565086Z Stack Trace: 2026-02-10T07:38:59.8565436Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8565917Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8566397Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8566877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8567402Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8567863Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8568310Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8568532Z 2026-02-10T07:38:59.8568879Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ItemsSourceFeatureTests(Android). 2026-02-10T07:38:59.8569401Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8569748Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8570140Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8570670Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8571191Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests(Android) 2026-02-10T07:38:59.8571808Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8572158Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8572513Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8572868Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8573284Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8573804Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8574123Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8574470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8574849Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8575178Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8575504Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8575760Z --TearDown 2026-02-10T07:38:59.8576017Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8576403Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8576828Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8577353Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8577725Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8578077Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8578423Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionView_ScrollingFeatureTests(Android) 2026-02-10T07:38:59.8578713Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8579000Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8579273Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8579582Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8579951Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8580317Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ScrollingFeatureTests(Android). 2026-02-10T07:38:59.8580725Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8580987Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8581279Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8581809Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8582141Z Failed VerifyStringItemsItemsSourceNoneWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8582368Z Error Message: 2026-02-10T07:38:59.8582596Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8582852Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8583056Z Stack Trace: 2026-02-10T07:38:59.8583316Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8583683Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8584033Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8584414Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8584811Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8585152Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8585477Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8585634Z 2026-02-10T07:38:59.8585831Z Failed VerifyStringItemsListWhenAddItems [< 1 ms] 2026-02-10T07:38:59.8586031Z Error Message: 2026-02-10T07:38:59.8586256Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8586496Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8586695Z Stack Trace: 2026-02-10T07:38:59.8586947Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8587392Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8587749Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8588131Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8588543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8588883Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8589205Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8589368Z 2026-02-10T07:38:59.8589566Z Failed VerifyStringItemsListWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8589774Z Error Message: 2026-02-10T07:38:59.8590000Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8590247Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8590521Z Stack Trace: 2026-02-10T07:38:59.8590776Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8591160Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8591656Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8592027Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8592425Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8592778Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8593117Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8593281Z 2026-02-10T07:38:59.8593505Z Failed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8593735Z Error Message: 2026-02-10T07:38:59.8593974Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8594235Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8594449Z Stack Trace: 2026-02-10T07:38:59.8594718Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8595098Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8595462Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8595826Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8596224Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8596568Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8596905Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8597214Z 2026-02-10T07:38:59.8597443Z Failed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8597674Z Error Message: 2026-02-10T07:38:59.8597904Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8598161Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8598362Z Stack Trace: 2026-02-10T07:38:59.8598609Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8598957Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8599292Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8599632Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8600005Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8600430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8600765Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8600936Z 2026-02-10T07:38:59.8601136Z Failed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [< 1 ms] 2026-02-10T07:38:59.8601403Z Error Message: 2026-02-10T07:38:59.8601767Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8601957Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8602128Z Stack Trace: 2026-02-10T07:38:59.8602423Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8602833Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8603196Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8603560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8603959Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8604291Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8604617Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8604775Z 2026-02-10T07:38:59.8604992Z Failed VerifyStringItemsObservableCollectionWhenRemoveItems [< 1 ms] 2026-02-10T07:38:59.8605207Z Error Message: 2026-02-10T07:38:59.8605438Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8605689Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8605898Z Stack Trace: 2026-02-10T07:38:59.8606157Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8606529Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8606882Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8607359Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8607746Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8608084Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8608410Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8608579Z 2026-02-10T07:38:59.8608800Z Failed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [< 1 ms] 2026-02-10T07:38:59.8609032Z Error Message: 2026-02-10T07:38:59.8609263Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8609516Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8609726Z Stack Trace: 2026-02-10T07:38:59.8609987Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8610348Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8610815Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8611198Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8611738Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8612118Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8612476Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8612639Z 2026-02-10T07:38:59.8612859Z Failed VerifyMeasureAllItemsWithObservableCollection [< 1 ms] 2026-02-10T07:38:59.8613094Z Error Message: 2026-02-10T07:38:59.8613345Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8613615Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8613833Z Stack Trace: 2026-02-10T07:38:59.8614103Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8614504Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8614864Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8615231Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8615639Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8615997Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8616334Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8616503Z 2026-02-10T07:38:59.8616726Z Failed VerifyKeepLastItemInViewWithObservableList [< 1 ms] 2026-02-10T07:38:59.8616959Z Error Message: 2026-02-10T07:38:59.8617211Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8617585Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8617811Z Stack Trace: 2026-02-10T07:38:59.8618095Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8618491Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8618873Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8619258Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8619677Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8620038Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8620375Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8620627Z 2026-02-10T07:38:59.8620854Z Failed VerifyKeepLastItemInViewWithObservableListWhenHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8621093Z Error Message: 2026-02-10T07:38:59.8621321Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8621728Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8621933Z Stack Trace: 2026-02-10T07:38:59.8622181Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8622510Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8622826Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8623163Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8623519Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8623837Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8624138Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8624286Z 2026-02-10T07:38:59.8624497Z Failed VerifyKeepLastItemInViewWithObservableListWhenHorizontalList [< 1 ms] 2026-02-10T07:38:59.8624713Z Error Message: 2026-02-10T07:38:59.8624931Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8625170Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8625363Z Stack Trace: 2026-02-10T07:38:59.8625604Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8625951Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8626287Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8626607Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8626963Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8627431Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8627757Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8627920Z 2026-02-10T07:38:59.8628155Z Failed VerifyKeepLastItemInViewWithObservableListWhenVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8628385Z Error Message: 2026-02-10T07:38:59.8628620Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8628883Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8629096Z Stack Trace: 2026-02-10T07:38:59.8629360Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8629705Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8630055Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8630373Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8630822Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8631129Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8631401Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8631670Z 2026-02-10T07:38:59.8631863Z Failed VerifyMeasureAllItemsWithGroupedList [< 1 ms] 2026-02-10T07:38:59.8632050Z Error Message: 2026-02-10T07:38:59.8632259Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8632484Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8632675Z Stack Trace: 2026-02-10T07:38:59.8632923Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8633259Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8633580Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8633906Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8634268Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8634578Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8634872Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8635014Z 2026-02-10T07:38:59.8635220Z Failed VerifyMeasureAllItemsWithGroupedListWhenHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8635440Z Error Message: 2026-02-10T07:38:59.8635649Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8635879Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8636066Z Stack Trace: 2026-02-10T07:38:59.8636297Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8636754Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8637068Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8637387Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8637734Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8638029Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8638316Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8638471Z 2026-02-10T07:38:59.8638662Z Failed VerifyMeasureAllItemsWithGroupedListWhenHorizontalList [< 1 ms] 2026-02-10T07:38:59.8638860Z Error Message: 2026-02-10T07:38:59.8639062Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8639411Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8639594Z Stack Trace: 2026-02-10T07:38:59.8639813Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8640145Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8640454Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8640763Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8641118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8641417Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8641879Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8642011Z 2026-02-10T07:38:59.8642204Z Failed VerifyMeasureAllItemsWithGroupedListWhenVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8642410Z Error Message: 2026-02-10T07:38:59.8642615Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8642840Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8643020Z Stack Trace: 2026-02-10T07:38:59.8643251Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8643588Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8643890Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8644201Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8644547Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8644839Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8645116Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8645384Z 2026-02-10T07:38:59.8645579Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8645782Z Error Message: 2026-02-10T07:38:59.8645993Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8646210Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8646387Z Stack Trace: 2026-02-10T07:38:59.8646616Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8646937Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8647328Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8647653Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8647997Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8648410Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8648691Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8648834Z 2026-02-10T07:38:59.8649019Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenHorizontalList [< 1 ms] 2026-02-10T07:38:59.8649226Z Error Message: 2026-02-10T07:38:59.8649435Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8649657Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8649843Z Stack Trace: 2026-02-10T07:38:59.8650088Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8650407Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8650712Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8651032Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8651386Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8651826Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8652109Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8652242Z 2026-02-10T07:38:59.8652443Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8652642Z Error Message: 2026-02-10T07:38:59.8652846Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8653067Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8653263Z Stack Trace: 2026-02-10T07:38:59.8653515Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8653819Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8654115Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8654529Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8654856Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8655152Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8655450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8655611Z 2026-02-10T07:38:59.8655847Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ScrollingFeatureTests(Android). 2026-02-10T07:38:59.8656134Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8656398Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8656693Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8657053Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8657452Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android) 2026-02-10T07:38:59.8657751Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8658012Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8658266Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8658531Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8658853Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8659241Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8659606Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8659988Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8660382Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8660692Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8661044Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8661308Z --TearDown 2026-02-10T07:38:59.8661731Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8662106Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8662482Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8662874Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8663222Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8663574Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8664039Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionView_SelectionFeatureTests(Android) 2026-02-10T07:38:59.8664327Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8664595Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8664853Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8665148Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8665473Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8665771Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_SelectionFeatureTests(Android). 2026-02-10T07:38:59.8666087Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8666333Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8666616Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8667066Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8667388Z Failed VerifyMeasureFirstItemsWithGroupedList [< 1 ms] 2026-02-10T07:38:59.8667601Z Error Message: 2026-02-10T07:38:59.8667821Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8668083Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8668316Z Stack Trace: 2026-02-10T07:38:59.8668584Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8668968Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8669333Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8669696Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8670095Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8670434Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8670712Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8670851Z 2026-02-10T07:38:59.8671076Z Failed VerifyMeasureFirstItemsWithObservableCollection [< 1 ms] 2026-02-10T07:38:59.8671290Z Error Message: 2026-02-10T07:38:59.8671701Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8671982Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8672182Z Stack Trace: 2026-02-10T07:38:59.8672426Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8672662Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8672878Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8673095Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8673433Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8673661Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8673874Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8673972Z 2026-02-10T07:38:59.8674123Z Failed VerifyMeasureFirstItemsWithObservableCollectionWhenVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8674275Z Error Message: 2026-02-10T07:38:59.8674429Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8674590Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8674728Z Stack Trace: 2026-02-10T07:38:59.8674899Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8675136Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8675369Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8675641Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8675887Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8676167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8676458Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8676585Z 2026-02-10T07:38:59.8676714Z Failed VerifySelectionModeNoneWhenItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8676846Z Error Message: 2026-02-10T07:38:59.8677004Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8677244Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8677376Z Stack Trace: 2026-02-10T07:38:59.8677529Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8677838Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8678052Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8678265Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8678495Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8678700Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8678893Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8678981Z 2026-02-10T07:38:59.8679111Z Failed VerifySelecctionModeSingleWhenCurrentSelection [< 1 ms] 2026-02-10T07:38:59.8679242Z Error Message: 2026-02-10T07:38:59.8679383Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8679536Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8679666Z Stack Trace: 2026-02-10T07:38:59.8679869Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8680097Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8680318Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8680543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8680783Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8680994Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8681201Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8681308Z 2026-02-10T07:38:59.8681442Z Failed VerifySelectionModeMultipleSelectionChangedEventCount [< 1 ms] 2026-02-10T07:38:59.8681715Z Error Message: 2026-02-10T07:38:59.8681894Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8682048Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8682173Z Stack Trace: 2026-02-10T07:38:59.8682332Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8682552Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8682764Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8682978Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8683210Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8683414Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8683610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8683705Z 2026-02-10T07:38:59.8683828Z Failed VerifySelectionModeMultipleWhenCurrentSelection [< 1 ms] 2026-02-10T07:38:59.8683963Z Error Message: 2026-02-10T07:38:59.8684104Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8684261Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8684388Z Stack Trace: 2026-02-10T07:38:59.8684552Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8684771Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8684985Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8685196Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8685435Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8685634Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8685854Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8685946Z 2026-02-10T07:38:59.8686074Z Failed VerifySelectionModeMultipleWhenItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8686211Z Error Message: 2026-02-10T07:38:59.8686355Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8686507Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8686635Z Stack Trace: 2026-02-10T07:38:59.8686793Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8687009Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8687223Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8687434Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8687711Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8687909Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8688104Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8688202Z 2026-02-10T07:38:59.8688333Z Failed VerifySelectionModeMultipleWhenItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8688470Z Error Message: 2026-02-10T07:38:59.8688611Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8688765Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8688893Z Stack Trace: 2026-02-10T07:38:59.8689061Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8689282Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8689500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8689723Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8689967Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8690177Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8690391Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8690483Z 2026-02-10T07:38:59.8690623Z Failed VerifySelectionModeMultipleWhenItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8690777Z Error Message: 2026-02-10T07:38:59.8690925Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8691098Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8691229Z Stack Trace: 2026-02-10T07:38:59.8691399Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8691731Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8692007Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8692253Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8692507Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8692728Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8692957Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8693068Z 2026-02-10T07:38:59.8693208Z Failed VerifySelectionModeMultipleWhenItemsLayoutVerticalList [< 1 ms] 2026-02-10T07:38:59.8693353Z Error Message: 2026-02-10T07:38:59.8693503Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8693674Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8693810Z Stack Trace: 2026-02-10T07:38:59.8693991Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8694277Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8694533Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8694788Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8695059Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8695286Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8695514Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8695625Z 2026-02-10T07:38:59.8695775Z Failed VerifySelectionModeMultipleWhenItemSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8695950Z Error Message: 2026-02-10T07:38:59.8696187Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8696386Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8696534Z Stack Trace: 2026-02-10T07:38:59.8696713Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8697044Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8697397Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8697643Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8698004Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8698234Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8698457Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8698569Z 2026-02-10T07:38:59.8698819Z Failed VerifySelectionModeMultipleWhenItemsSourceGroupList [< 1 ms] 2026-02-10T07:38:59.8698973Z Error Message: 2026-02-10T07:38:59.8699121Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8699334Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8699520Z Stack Trace: 2026-02-10T07:38:59.8699690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8699949Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8700265Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8700492Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8700776Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8701061Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8701315Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8701447Z 2026-02-10T07:38:59.8701768Z Failed VerifySelectionModeMultipleWhenItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8701958Z Error Message: 2026-02-10T07:38:59.8702110Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8702276Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8702414Z Stack Trace: 2026-02-10T07:38:59.8702687Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8702939Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8703306Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8703537Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8703869Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8704184Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8704468Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8704625Z 2026-02-10T07:38:59.8704818Z Failed VerifySelectionModeMultipleWhenPreviousSelection [< 1 ms] 2026-02-10T07:38:59.8705021Z Error Message: 2026-02-10T07:38:59.8705211Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8705412Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8705595Z Stack Trace: 2026-02-10T07:38:59.8705831Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8706141Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8706447Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8706796Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8707086Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8707287Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8707483Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8707575Z 2026-02-10T07:38:59.8707715Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWhithItemsSourceGroupList [< 1 ms] 2026-02-10T07:38:59.8707859Z Error Message: 2026-02-10T07:38:59.8708000Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8708234Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8708381Z Stack Trace: 2026-02-10T07:38:59.8708547Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8708766Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8709026Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8709249Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8709488Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8709700Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8709982Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8710097Z 2026-02-10T07:38:59.8710237Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWorksWithHorizontalList [< 1 ms] 2026-02-10T07:38:59.8710381Z Error Message: 2026-02-10T07:38:59.8710524Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8710775Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8710926Z Stack Trace: 2026-02-10T07:38:59.8711087Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8711303Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8711622Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8711955Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8712193Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8712399Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8712592Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8712686Z 2026-02-10T07:38:59.8712823Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWorksWithVerticalList [< 1 ms] 2026-02-10T07:38:59.8713031Z Error Message: 2026-02-10T07:38:59.8713201Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8713415Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8713621Z Stack Trace: 2026-02-10T07:38:59.8713838Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8714079Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8714354Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8714635Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8714866Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8715078Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8715276Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8715368Z 2026-02-10T07:38:59.8715528Z Failed VerifySelectionModeMultipleWithToggleSelection [< 1 ms] 2026-02-10T07:38:59.8715663Z Error Message: 2026-02-10T07:38:59.8715811Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8716057Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8716190Z Stack Trace: 2026-02-10T07:38:59.8716348Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8716564Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8716789Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8717089Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8717331Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8717542Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8717840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8717957Z 2026-02-10T07:38:59.8718087Z Failed VerifySelectionModeNoneWhenCurrentSelection [< 1 ms] 2026-02-10T07:38:59.8718223Z Error Message: 2026-02-10T07:38:59.8718415Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8718600Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8718727Z Stack Trace: 2026-02-10T07:38:59.8718878Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8719173Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8719409Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8719622Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8719850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8720092Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8720368Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8720460Z 2026-02-10T07:38:59.8720592Z Failed VerifySelectionModeNoneWhenItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8720726Z Error Message: 2026-02-10T07:38:59.8720870Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8721022Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8721195Z Stack Trace: 2026-02-10T07:38:59.8721410Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8721823Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8722095Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8722299Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8722552Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8722744Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8722930Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8723030Z 2026-02-10T07:38:59.8723160Z Failed VerifySelectionModeNoneWhenItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8723292Z Error Message: 2026-02-10T07:38:59.8723429Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8723578Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8723701Z Stack Trace: 2026-02-10T07:38:59.8723850Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8724059Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8724260Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8724460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8724677Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8724869Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8725052Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8725146Z 2026-02-10T07:38:59.8725259Z Failed VerifySelectionModeNoneWhenItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8725388Z Error Message: 2026-02-10T07:38:59.8725524Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8725674Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8725793Z Stack Trace: 2026-02-10T07:38:59.8725944Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8726147Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8726383Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8726582Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8726805Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8726995Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8727176Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8727262Z 2026-02-10T07:38:59.8727387Z Failed VerifySelectionModeNoneWhenItemsLayoutVerticalList [< 1 ms] 2026-02-10T07:38:59.8727513Z Error Message: 2026-02-10T07:38:59.8727649Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8727795Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8727946Z Stack Trace: 2026-02-10T07:38:59.8728099Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8728309Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8728510Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8728713Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8728933Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8729122Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8729307Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8729402Z 2026-02-10T07:38:59.8729525Z Failed VerifySelectionModeNoneWhenItemsSourceGroupList [< 1 ms] 2026-02-10T07:38:59.8729650Z Error Message: 2026-02-10T07:38:59.8729784Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8729928Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8730049Z Stack Trace: 2026-02-10T07:38:59.8730200Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8730409Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8730608Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8730810Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8731027Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8731217Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8731403Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8731619Z 2026-02-10T07:38:59.8731765Z Failed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8731902Z Error Message: 2026-02-10T07:38:59.8732041Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8732196Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8732318Z Stack Trace: 2026-02-10T07:38:59.8732507Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8732811Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8733013Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8733285Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8733601Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8733836Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8734113Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8734251Z 2026-02-10T07:38:59.8734399Z Failed VerifySelectionModeNoneWhenPreviousSelection [< 1 ms] 2026-02-10T07:38:59.8734531Z Error Message: 2026-02-10T07:38:59.8734706Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8734914Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8735036Z Stack Trace: 2026-02-10T07:38:59.8735190Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8735493Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8735702Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8735904Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8736231Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8736425Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8736608Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8736704Z 2026-02-10T07:38:59.8736827Z Failed VerifySelectionModeSingleSelectionChangedEventCount [< 1 ms] 2026-02-10T07:38:59.8736954Z Error Message: 2026-02-10T07:38:59.8737082Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8737233Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8737351Z Stack Trace: 2026-02-10T07:38:59.8737503Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8737708Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8737918Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8738186Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8738411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8738617Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8738809Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8738898Z 2026-02-10T07:38:59.8739025Z Failed VerifySelectionModeSingleWhenItemsLayoutHorizontalGrid [< 1 ms] 2026-02-10T07:38:59.8739159Z Error Message: 2026-02-10T07:38:59.8739343Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8739570Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8739762Z Stack Trace: 2026-02-10T07:38:59.8739990Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8740197Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8740421Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8740737Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8741032Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8741324Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8741619Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8741722Z 2026-02-10T07:38:59.8741848Z Failed VerifySelectionModeSingleWhenItemsLayoutHorizontalList [< 1 ms] 2026-02-10T07:38:59.8741982Z Error Message: 2026-02-10T07:38:59.8742113Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8742257Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8742379Z Stack Trace: 2026-02-10T07:38:59.8742531Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8742737Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8742977Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8743237Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8743456Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8743648Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8743837Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8743976Z 2026-02-10T07:38:59.8744155Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_SelectionFeatureTests(Android). 2026-02-10T07:38:59.8744336Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8744531Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8744795Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8745009Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8745224Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests(Android) 2026-02-10T07:38:59.8745420Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8745619Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8745763Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8745908Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8746077Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8746288Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8746527Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8746727Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8746945Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8747180Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8747435Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8747626Z --TearDown 2026-02-10T07:38:59.8747779Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8747967Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8748173Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8748460Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8748667Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8748853Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8749056Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionViewBoundMultiSelectionUITests(Android) 2026-02-10T07:38:59.8749301Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8749467Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8749636Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8749874Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8750078Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8750262Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8750432Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8750614Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8750783Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8750975Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8751273Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8751595Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8751833Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBoundMultiSelectionUITests(Android). 2026-02-10T07:38:59.8752012Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8752160Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8752328Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8752608Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8752844Z Failed VerifySelectionModeSingleWhenItemsLayoutVerticalGrid [< 1 ms] 2026-02-10T07:38:59.8752974Z Error Message: 2026-02-10T07:38:59.8753119Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8753352Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8753511Z Stack Trace: 2026-02-10T07:38:59.8753697Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8753909Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8754186Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8754388Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8754611Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8754802Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8754987Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8755075Z 2026-02-10T07:38:59.8755200Z Failed VerifySelectionModeSingleWhenItemsLayoutVerticalList [< 1 ms] 2026-02-10T07:38:59.8755329Z Error Message: 2026-02-10T07:38:59.8755464Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8755606Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8755730Z Stack Trace: 2026-02-10T07:38:59.8755881Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8756088Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8756285Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8756490Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8756736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8756928Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8757121Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8757210Z 2026-02-10T07:38:59.8757331Z Failed VerifySelectionModeSingleWhenItemsSourceGroupList [< 1 ms] 2026-02-10T07:38:59.8757457Z Error Message: 2026-02-10T07:38:59.8757588Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8757737Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8757855Z Stack Trace: 2026-02-10T07:38:59.8758006Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8758215Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8758415Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8758644Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8758863Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8759056Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8759240Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8759336Z 2026-02-10T07:38:59.8759457Z Failed VerifySelectionModeSingleWhenItemsSourceNone [< 1 ms] 2026-02-10T07:38:59.8759585Z Error Message: 2026-02-10T07:38:59.8759710Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8759861Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8759980Z Stack Trace: 2026-02-10T07:38:59.8760134Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8760340Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8760552Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8760752Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8760973Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8761165Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8761349Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8761437Z 2026-02-10T07:38:59.8761656Z Failed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [< 1 ms] 2026-02-10T07:38:59.8761799Z Error Message: 2026-02-10T07:38:59.8761933Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8762078Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8762200Z Stack Trace: 2026-02-10T07:38:59.8762388Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8762593Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8762794Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8762995Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8763211Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8763401Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8763585Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8763682Z 2026-02-10T07:38:59.8763803Z Failed VerifySelectionModeSingleWhenPreviousSelection [< 1 ms] 2026-02-10T07:38:59.8763927Z Error Message: 2026-02-10T07:38:59.8764057Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8764235Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8764358Z Stack Trace: 2026-02-10T07:38:59.8764508Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8764715Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8764917Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8765121Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8765337Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8765530Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8765713Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8765797Z 2026-02-10T07:38:59.8765932Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWhithItemsSourceGroupList [< 1 ms] 2026-02-10T07:38:59.8766068Z Error Message: 2026-02-10T07:38:59.8766202Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8766348Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8766470Z Stack Trace: 2026-02-10T07:38:59.8766620Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8766823Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8767024Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8767224Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8767438Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8767635Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8768161Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8768253Z 2026-02-10T07:38:59.8768398Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithHorizontalList [< 1 ms] 2026-02-10T07:38:59.8768576Z Error Message: 2026-02-10T07:38:59.8768782Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8769003Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8769178Z Stack Trace: 2026-02-10T07:38:59.8769367Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8769695Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8769974Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8770232Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8770476Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8770744Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8770968Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8771063Z 2026-02-10T07:38:59.8771271Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [< 1 ms] 2026-02-10T07:38:59.8771562Z Error Message: 2026-02-10T07:38:59.8771782Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8771988Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8772150Z Stack Trace: 2026-02-10T07:38:59.8772303Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8772511Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8772763Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8773017Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8773240Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8773504Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8773718Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8773804Z 2026-02-10T07:38:59.8773920Z Failed ItemsFromViewModelShouldBeSelected [< 1 ms] 2026-02-10T07:38:59.8774089Z Error Message: 2026-02-10T07:38:59.8774280Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8774434Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8774556Z Stack Trace: 2026-02-10T07:38:59.8774773Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8775086Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8775453Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8775768Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8776120Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8776418Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8776700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8776845Z 2026-02-10T07:38:59.8777069Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBoundMultiSelectionUITests(Android). 2026-02-10T07:38:59.8777343Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8777556Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8777800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8778160Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8778495Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewBoundMultiSelectionUITests(Android) 2026-02-10T07:38:59.8778764Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8778992Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8779233Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8779469Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8779743Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8780068Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8780394Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8780611Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8780828Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8781020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8781216Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8781457Z --TearDown 2026-02-10T07:38:59.8781815Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8782128Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8782456Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8782826Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8783145Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8783448Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8783629Z >>>>> 02/10/2026 07:38:59 EmptyViewItemsSourceNullStringWorks Start 2026-02-10T07:38:59.8783782Z >>>>> 02/10/2026 07:38:59 FixtureSetup for EmptyViewItemsSourceNullStringWorks 2026-02-10T07:38:59.8783934Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8784151Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8784391Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8784572Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8784766Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8784940Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8785104Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8785332Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8785661Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8785974Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8786307Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8786665Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8786943Z >>>>> 02/10/2026 07:38:59 EmptyViewItemsSourceNullStringWorks Stop 2026-02-10T07:38:59.8787116Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewItemsSourceNullStringWorks. 2026-02-10T07:38:59.8787359Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8787512Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8787678Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8787939Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8788243Z >>>>> 02/10/2026 07:38:59 EmptyViewItemsSourceNullViewWorks Start 2026-02-10T07:38:59.8788401Z >>>>> 02/10/2026 07:38:59 FixtureSetup for EmptyViewItemsSourceNullViewWorks 2026-02-10T07:38:59.8788586Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8788804Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8789041Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8789306Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8789628Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8789898Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8790161Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8790413Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8790695Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8790894Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8791135Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8791363Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8791697Z >>>>> 02/10/2026 07:38:59 EmptyViewItemsSourceNullViewWorks Stop 2026-02-10T07:38:59.8791982Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewItemsSourceNullViewWorks. 2026-02-10T07:38:59.8792207Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8792360Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8792530Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8792748Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8793012Z >>>>> 02/10/2026 07:38:59 GroupingAndHeaderWorks Start 2026-02-10T07:38:59.8793298Z >>>>> 02/10/2026 07:38:59 FixtureSetup for GroupingAndHeaderWorks 2026-02-10T07:38:59.8793542Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8793800Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8794029Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8794296Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8794619Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8794826Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8795054Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8795233Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8795403Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8795600Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8795808Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8796035Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8796216Z >>>>> 02/10/2026 07:38:59 GroupingAndHeaderWorks Stop 2026-02-10T07:38:59.8796376Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during GroupingAndHeaderWorks. 2026-02-10T07:38:59.8796546Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8796693Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8796860Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8797069Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8797253Z >>>>> 02/10/2026 07:38:59 HeaderFooterGridHorizontalWorks Start 2026-02-10T07:38:59.8797413Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterGridHorizontalWorks 2026-02-10T07:38:59.8797648Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8797946Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8798190Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8798449Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8798763Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8799027Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8799273Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8799510Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8799773Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8800079Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8800394Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8800748Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8801080Z >>>>> 02/10/2026 07:38:59 HeaderFooterGridHorizontalWorks Stop 2026-02-10T07:38:59.8801344Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterGridHorizontalWorks. 2026-02-10T07:38:59.8801728Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8801978Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8802269Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8802626Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8802940Z >>>>> 02/10/2026 07:38:59 HeaderFooterGridWorks Start 2026-02-10T07:38:59.8803182Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterGridWorks 2026-02-10T07:38:59.8803462Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8803738Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8804009Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8804298Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8804649Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8804957Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8805234Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8805492Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8805752Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8806072Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8806410Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8806803Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8807117Z >>>>> 02/10/2026 07:38:59 HeaderFooterGridWorks Stop 2026-02-10T07:38:59.8807465Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterGridWorks. 2026-02-10T07:38:59.8807762Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8807984Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8808235Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8808549Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8808834Z >>>>> 02/10/2026 07:38:59 HeaderFooterHorizontalViewWorks Start 2026-02-10T07:38:59.8809072Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterHorizontalViewWorks 2026-02-10T07:38:59.8809307Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8809539Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8809780Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8810048Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8810430Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8810711Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8810967Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8811201Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8811476Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8811928Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8812278Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8812644Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8812947Z >>>>> 02/10/2026 07:38:59 HeaderFooterHorizontalViewWorks Stop 2026-02-10T07:38:59.8813220Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterHorizontalViewWorks. 2026-02-10T07:38:59.8813516Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8813764Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8814033Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8814366Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8814660Z >>>>> 02/10/2026 07:38:59 HeaderFooterStringWorks Start 2026-02-10T07:38:59.8814888Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterStringWorks 2026-02-10T07:38:59.8815142Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8815397Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8815634Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8815899Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8816217Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8816501Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8816828Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8817071Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8817346Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8817662Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8817993Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8818366Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8818675Z >>>>> 02/10/2026 07:38:59 HeaderFooterStringWorks Stop 2026-02-10T07:38:59.8818942Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterStringWorks. 2026-02-10T07:38:59.8819215Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8819445Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8819700Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8820093Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8820422Z >>>>> 02/10/2026 07:38:59 HeaderFooterTemplateWorks Start 2026-02-10T07:38:59.8820642Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterTemplateWorks 2026-02-10T07:38:59.8820808Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8820965Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8821120Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8821313Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8821724Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8822018Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8822283Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8822524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8822789Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8823129Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8823372Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8823593Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8823777Z >>>>> 02/10/2026 07:38:59 HeaderFooterTemplateWorks Stop 2026-02-10T07:38:59.8823939Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterTemplateWorks. 2026-02-10T07:38:59.8824110Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8824340Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8824585Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8824795Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8825031Z >>>>> 02/10/2026 07:38:59 HeaderFooterViewWorks Start 2026-02-10T07:38:59.8825262Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HeaderFooterViewWorks 2026-02-10T07:38:59.8825503Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8825777Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8826017Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8826287Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8826626Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8826865Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8827031Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8827187Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8827359Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8827598Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8827818Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8828048Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8828240Z >>>>> 02/10/2026 07:38:59 HeaderFooterViewWorks Stop 2026-02-10T07:38:59.8828406Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterViewWorks. 2026-02-10T07:38:59.8828584Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8828736Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8828918Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8829139Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8829340Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionViewSingleBoundSelectionUITests(Android) 2026-02-10T07:38:59.8829507Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8829718Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8829958Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8830219Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8830527Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8830799Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8831050Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8831280Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8831636Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8831972Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8832325Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8832737Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8833053Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewSingleBoundSelectionUITests(Android). 2026-02-10T07:38:59.8833329Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8833539Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8833801Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8834127Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8834434Z Failed EmptyViewItemsSourceNullStringWorks [< 1 ms] 2026-02-10T07:38:59.8834654Z Error Message: 2026-02-10T07:38:59.8834887Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8835132Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8835389Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8835704Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8835928Z Stack Trace: 2026-02-10T07:38:59.8836203Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8836593Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8836947Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8837275Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8837646Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8838043Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8838397Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8838735Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8839012Z --TearDown 2026-02-10T07:38:59.8839280Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8839603Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8839909Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8840222Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8840559Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8840913Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8841233Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8841650Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8841901Z 2026-02-10T07:38:59.8842097Z Standard Error Messages: 2026-02-10T07:38:59.8842337Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8842595Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8842835Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8843112Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8843424Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8843666Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8843932Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8844177Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8844452Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8844766Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8845167Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8845535Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8845873Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewItemsSourceNullStringWorks. 2026-02-10T07:38:59.8846165Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8846411Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8846687Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8847077Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8847259Z 2026-02-10T07:38:59.8847451Z Failed EmptyViewItemsSourceNullViewWorks [< 1 ms] 2026-02-10T07:38:59.8847646Z Error Message: 2026-02-10T07:38:59.8847851Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8848075Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8848325Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8848563Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8848767Z Stack Trace: 2026-02-10T07:38:59.8849032Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8849398Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8849749Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8850096Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8850382Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8850675Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8850948Z --TearDown 2026-02-10T07:38:59.8851214Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8851768Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8852107Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8852431Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8852719Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8852925Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8853020Z 2026-02-10T07:38:59.8853143Z Standard Error Messages: 2026-02-10T07:38:59.8853296Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8853547Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8853731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8853923Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8854141Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8854389Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8854601Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8854866Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8855166Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8855501Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8855861Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8856270Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8856631Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewItemsSourceNullViewWorks. 2026-02-10T07:38:59.8856830Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8856994Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8857181Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8857558Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8857699Z 2026-02-10T07:38:59.8857823Z Failed GroupingAndHeaderWorks [< 1 ms] 2026-02-10T07:38:59.8857952Z Error Message: 2026-02-10T07:38:59.8858090Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8858245Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8858416Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8858668Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8858879Z Stack Trace: 2026-02-10T07:38:59.8859144Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8859509Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8859876Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8860268Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8860517Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8860758Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8860971Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8861173Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8861385Z --TearDown 2026-02-10T07:38:59.8861776Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8862057Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8862282Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8862526Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8862823Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8863191Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8863537Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8863851Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8864004Z 2026-02-10T07:38:59.8864190Z Standard Error Messages: 2026-02-10T07:38:59.8864423Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8864649Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8864816Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8864999Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8865209Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8865396Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8865567Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8865733Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8865912Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8866124Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8866351Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8866591Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8866813Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during GroupingAndHeaderWorks. 2026-02-10T07:38:59.8866997Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8867197Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8867372Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8867655Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8867832Z 2026-02-10T07:38:59.8868033Z Failed HeaderFooterGridHorizontalWorks [< 1 ms] 2026-02-10T07:38:59.8868240Z Error Message: 2026-02-10T07:38:59.8868464Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8868711Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8868960Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8869202Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8869414Z Stack Trace: 2026-02-10T07:38:59.8869661Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8870020Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8870398Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8870702Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8871048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8871388Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8871832Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8872146Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8872427Z --TearDown 2026-02-10T07:38:59.8872687Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8873080Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8873454Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8873805Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8874182Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8874596Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8874954Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8875309Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8875490Z 2026-02-10T07:38:59.8875693Z Standard Error Messages: 2026-02-10T07:38:59.8875955Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8876241Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8876516Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8876896Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8877253Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8877579Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8877883Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8878140Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8878393Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8878727Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8879118Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8879525Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8879924Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterGridHorizontalWorks. 2026-02-10T07:38:59.8880310Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8880593Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8880889Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8881290Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8881478Z 2026-02-10T07:38:59.8881809Z Failed HeaderFooterGridWorks [< 1 ms] 2026-02-10T07:38:59.8882015Z Error Message: 2026-02-10T07:38:59.8882257Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8882515Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8882778Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8883058Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8883204Z Stack Trace: 2026-02-10T07:38:59.8883387Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8883763Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8884044Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8884256Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8884441Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8884637Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8884804Z --TearDown 2026-02-10T07:38:59.8884975Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8885211Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8885450Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8885697Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8886045Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8886368Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8886468Z 2026-02-10T07:38:59.8886625Z Standard Error Messages: 2026-02-10T07:38:59.8886873Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8887149Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8887395Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8887690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8888039Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8888292Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8888551Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8888793Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8889067Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8889460Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8889839Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8890222Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8890576Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterGridWorks. 2026-02-10T07:38:59.8890889Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8891140Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8891439Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8891982Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8892129Z 2026-02-10T07:38:59.8892272Z Failed HeaderFooterHorizontalViewWorks [< 1 ms] 2026-02-10T07:38:59.8892414Z Error Message: 2026-02-10T07:38:59.8892565Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8892731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8892897Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8893069Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8893211Z Stack Trace: 2026-02-10T07:38:59.8893389Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8893640Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8893878Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8894089Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8894284Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8894485Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8894743Z --TearDown 2026-02-10T07:38:59.8894914Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8895150Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8895379Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8895586Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8895767Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8895963Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8896061Z 2026-02-10T07:38:59.8896186Z Standard Error Messages: 2026-02-10T07:38:59.8896345Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8896524Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8896695Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8896939Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8897162Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8897358Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8897530Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8897698Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8897880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8898098Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8898331Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8898594Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8898823Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterHorizontalViewWorks. 2026-02-10T07:38:59.8899017Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8899183Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8899368Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8899606Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8899716Z 2026-02-10T07:38:59.8899842Z Failed HeaderFooterStringWorks [< 1 ms] 2026-02-10T07:38:59.8899979Z Error Message: 2026-02-10T07:38:59.8900124Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8900320Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8900563Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8900817Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8901028Z Stack Trace: 2026-02-10T07:38:59.8901288Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8901742Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8902024Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8902291Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8902587Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8902886Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8903121Z --TearDown 2026-02-10T07:38:59.8903291Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8903523Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8903750Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8904056Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8904364Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8904643Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8904794Z 2026-02-10T07:38:59.8904965Z Standard Error Messages: 2026-02-10T07:38:59.8905188Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8905437Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8905684Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8905954Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8906196Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8906389Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8906563Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8906727Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8906913Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8907131Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8907361Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8907612Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8907843Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterStringWorks. 2026-02-10T07:38:59.8908038Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8908207Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8908393Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8908630Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8908750Z 2026-02-10T07:38:59.8908872Z Failed HeaderFooterTemplateWorks [< 1 ms] 2026-02-10T07:38:59.8909032Z Error Message: 2026-02-10T07:38:59.8909173Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8909328Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8909487Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8909651Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8909782Z Stack Trace: 2026-02-10T07:38:59.8909948Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8910178Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8910400Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8910603Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8910782Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8910970Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8911203Z --TearDown 2026-02-10T07:38:59.8911360Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8911694Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8911931Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8912131Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8912309Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8912505Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8912598Z 2026-02-10T07:38:59.8912717Z Standard Error Messages: 2026-02-10T07:38:59.8912868Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8913039Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8913198Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8913380Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8913593Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8913787Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8913961Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8914122Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8914304Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8914514Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8914736Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8914978Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8915203Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterTemplateWorks. 2026-02-10T07:38:59.8915424Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8915588Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8915774Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8915994Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8916103Z 2026-02-10T07:38:59.8916223Z Failed HeaderFooterViewWorks [< 1 ms] 2026-02-10T07:38:59.8916348Z Error Message: 2026-02-10T07:38:59.8916484Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8916635Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8916788Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8916940Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8917069Z Stack Trace: 2026-02-10T07:38:59.8917228Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8917443Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:38:59.8917702Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8917906Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8918084Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8918275Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8918440Z --TearDown 2026-02-10T07:38:59.8918607Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8918836Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8919061Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8919265Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8919446Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8919639Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8919740Z 2026-02-10T07:38:59.8919919Z Standard Error Messages: 2026-02-10T07:38:59.8920134Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8920383Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8920622Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8920887Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8921208Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8921561Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8921836Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8922068Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8922330Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8922689Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8923033Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:38:59.8923401Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:38:59.8923744Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HeaderFooterViewWorks. 2026-02-10T07:38:59.8924027Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8924279Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8924543Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8924891Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8925060Z 2026-02-10T07:38:59.8925252Z Failed SelectionShouldUpdateBinding [< 1 ms] 2026-02-10T07:38:59.8925454Z Error Message: 2026-02-10T07:38:59.8925743Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8925966Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8926114Z Stack Trace: 2026-02-10T07:38:59.8926294Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8926556Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8926928Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8927306Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8927702Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8928033Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8928350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8928519Z 2026-02-10T07:38:59.8928776Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewSingleBoundSelectionUITests(Android). 2026-02-10T07:38:59.8929073Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8929307Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8929584Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8929957Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8930324Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewSingleBoundSelectionUITests(Android) 2026-02-10T07:38:59.8930604Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8930833Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8931075Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8931308Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8931681Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8932045Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8932380Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8932645Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8932877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8933083Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8933284Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8933449Z --TearDown 2026-02-10T07:38:59.8933614Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8933818Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8934056Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8934289Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8934497Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8934691Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8934877Z >>>>> 02/10/2026 07:38:59 FixtureSetup for ClearGroupedNoCrashUITests(Android) 2026-02-10T07:38:59.8935042Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8935206Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8935364Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8935539Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8935743Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8935944Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ClearGroupedNoCrashUITests(Android). 2026-02-10T07:38:59.8936129Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8936285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8936457Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8936679Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8936895Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ClearGroupedNoCrashUITests(Android). 2026-02-10T07:38:59.8937078Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8937232Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8937404Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8937623Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8937875Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ClearGroupedNoCrashUITests(Android) 2026-02-10T07:38:59.8938055Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8938213Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8938372Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8938532Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8938719Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8938952Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8939175Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8939393Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8939642Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8939882Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8940090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8940256Z --TearDown 2026-02-10T07:38:59.8940426Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8940626Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8940848Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8941081Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8941296Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8941622Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8941837Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionViewBindingErrorsUITests(Android) 2026-02-10T07:38:59.8942006Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8942172Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8942329Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8942504Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8942710Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8942916Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBindingErrorsUITests(Android). 2026-02-10T07:38:59.8943102Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8943255Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8943427Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8943649Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8943918Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBindingErrorsUITests(Android). 2026-02-10T07:38:59.8944114Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8944285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8944467Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8944698Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8944925Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewBindingErrorsUITests(Android) 2026-02-10T07:38:59.8945108Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8945271Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8945431Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8945595Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8945783Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8946051Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8946273Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8946496Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8946732Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8946949Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8947192Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8947368Z --TearDown 2026-02-10T07:38:59.8947533Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8947743Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8947967Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8948219Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8948429Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8948630Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8948834Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionViewDynamicallyLoadUITests(Android) 2026-02-10T07:38:59.8949016Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8949188Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8949351Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8949531Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8949740Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8949970Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewDynamicallyLoadUITests(Android). 2026-02-10T07:38:59.8950164Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8950319Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8950493Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8950709Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8950930Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewDynamicallyLoadUITests(Android). 2026-02-10T07:38:59.8951116Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8951271Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8951445Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8951799Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8952052Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewDynamicallyLoadUITests(Android) 2026-02-10T07:38:59.8952230Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8952375Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8952529Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8952684Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8952862Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8953087Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8953302Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8953512Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8953742Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8953946Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8954141Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8954300Z --TearDown 2026-02-10T07:38:59.8954458Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8954657Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8954871Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8955106Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8955304Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8955497Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8955725Z >>>>> 02/10/2026 07:38:59 FixtureSetup for CollectionViewItemsSourceTypesUITests(Android) 2026-02-10T07:38:59.8955905Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8956077Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8956248Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8956438Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8956669Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8956887Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewItemsSourceTypesUITests(Android). 2026-02-10T07:38:59.8957091Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8957258Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8957446Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8957704Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8957943Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewItemsSourceTypesUITests(Android). 2026-02-10T07:38:59.8958137Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8958300Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8958485Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8958723Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8958952Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewItemsSourceTypesUITests(Android) 2026-02-10T07:38:59.8959134Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8959280Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8959435Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8959599Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8959790Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8960022Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8960245Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8960470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8960708Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8960916Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8961125Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8961297Z --TearDown 2026-02-10T07:38:59.8961454Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8961830Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.8962069Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8962305Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8962507Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8962718Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8962902Z >>>>> 02/10/2026 07:38:59 KeepItemsInView Start 2026-02-10T07:38:59.8963048Z >>>>> 02/10/2026 07:38:59 FixtureSetup for KeepItemsInView 2026-02-10T07:38:59.8963201Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8963369Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8963530Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8963713Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8963976Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8964165Z >>>>> 02/10/2026 07:38:59 KeepItemsInView Stop 2026-02-10T07:38:59.8964337Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepItemsInView. 2026-02-10T07:38:59.8964531Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8964702Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8964893Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8965147Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8965345Z >>>>> 02/10/2026 07:38:59 KeepLastItemInView Start 2026-02-10T07:38:59.8965501Z >>>>> 02/10/2026 07:38:59 FixtureSetup for KeepLastItemInView 2026-02-10T07:38:59.8965664Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8965838Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8966000Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8966180Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8966391Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8966577Z >>>>> 02/10/2026 07:38:59 KeepLastItemInView Stop 2026-02-10T07:38:59.8966749Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepLastItemInView. 2026-02-10T07:38:59.8966934Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8967098Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8967278Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8967508Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8967703Z >>>>> 02/10/2026 07:38:59 KeepScrollOffset Start 2026-02-10T07:38:59.8967854Z >>>>> 02/10/2026 07:38:59 FixtureSetup for KeepScrollOffset 2026-02-10T07:38:59.8968017Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8968219Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8968380Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8968560Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8968778Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8968956Z >>>>> 02/10/2026 07:38:59 KeepScrollOffset Stop 2026-02-10T07:38:59.8969124Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepScrollOffset. 2026-02-10T07:38:59.8969308Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8969468Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8969653Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8969885Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8970107Z >>>>> 02/10/2026 07:38:59 AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Start 2026-02-10T07:38:59.8970319Z >>>>> 02/10/2026 07:38:59 FixtureSetup for AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash 2026-02-10T07:38:59.8970499Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8970669Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8970830Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8971010Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8971221Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8971418Z >>>>> 02/10/2026 07:38:59 AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash Stop 2026-02-10T07:38:59.8971718Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash. 2026-02-10T07:38:59.8971916Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8972069Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8972243Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8972460Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8972662Z >>>>> 02/10/2026 07:38:59 AddingItemToUnviewedCollectionViewShouldNotCrash Start 2026-02-10T07:38:59.8972834Z >>>>> 02/10/2026 07:38:59 FixtureSetup for AddingItemToUnviewedCollectionViewShouldNotCrash 2026-02-10T07:38:59.8973002Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8973164Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8973321Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8973493Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8973695Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8973878Z >>>>> 02/10/2026 07:38:59 AddingItemToUnviewedCollectionViewShouldNotCrash Stop 2026-02-10T07:38:59.8974067Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during AddingItemToUnviewedCollectionViewShouldNotCrash. 2026-02-10T07:38:59.8974260Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8974450Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8974625Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8974846Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8975043Z >>>>> 02/10/2026 07:38:59 FixtureSetup for EmptyViewNoCrashUITests(Android) 2026-02-10T07:38:59.8975205Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8975370Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8975524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8975699Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8975904Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8976105Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewNoCrashUITests(Android). 2026-02-10T07:38:59.8976319Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8976473Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8976646Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8976865Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8977049Z Failed ClearingGroupedNoCrash [< 1 ms] 2026-02-10T07:38:59.8977174Z Error Message: 2026-02-10T07:38:59.8977318Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8977476Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8977604Z Stack Trace: 2026-02-10T07:38:59.8977764Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8977984Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8978200Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8978414Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8978642Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8978848Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8979045Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8979149Z 2026-02-10T07:38:59.8979265Z Failed NoBindingErrors [< 1 ms] 2026-02-10T07:38:59.8979391Z Error Message: 2026-02-10T07:38:59.8979538Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8979697Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8979831Z Stack Trace: 2026-02-10T07:38:59.8980000Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8980222Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8980466Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8980685Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8980922Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8981138Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8981338Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8981433Z 2026-02-10T07:38:59.8981677Z Failed DynamicallyLoadCollectionView [< 1 ms] 2026-02-10T07:38:59.8981849Z Error Message: 2026-02-10T07:38:59.8981999Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8982158Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8982291Z Stack Trace: 2026-02-10T07:38:59.8982460Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8982692Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8982896Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8983095Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8983313Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8983502Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8983686Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8983782Z 2026-02-10T07:38:59.8983904Z Failed CollectionViewItemsSourceTypesDisplayAndDontCrash [< 1 ms] 2026-02-10T07:38:59.8984030Z Error Message: 2026-02-10T07:38:59.8984162Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8984308Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8984428Z Stack Trace: 2026-02-10T07:38:59.8984572Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8984775Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8984987Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.8985191Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8985410Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8985600Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8985784Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8985869Z 2026-02-10T07:38:59.8985978Z Failed KeepItemsInView [< 1 ms] 2026-02-10T07:38:59.8986124Z Error Message: 2026-02-10T07:38:59.8986254Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8986394Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8986541Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8986682Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8986803Z Stack Trace: 2026-02-10T07:38:59.8986953Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8987146Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8987328Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8987515Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8987719Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8987933Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8988150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8988334Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8988483Z --TearDown 2026-02-10T07:38:59.8988634Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8988837Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8989044Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8989236Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8989437Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8989654Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.8989842Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.8990023Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8990111Z 2026-02-10T07:38:59.8990219Z Standard Error Messages: 2026-02-10T07:38:59.8990356Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8990513Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8990664Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8990829Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8991018Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8991201Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepItemsInView. 2026-02-10T07:38:59.8991366Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8991601Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8991819Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8992027Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8992136Z 2026-02-10T07:38:59.8992247Z Failed KeepLastItemInView [< 1 ms] 2026-02-10T07:38:59.8992361Z Error Message: 2026-02-10T07:38:59.8992487Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8992627Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8992772Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8992915Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8993027Z Stack Trace: 2026-02-10T07:38:59.8993178Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8993375Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8993568Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8993780Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8993944Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8994118Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8994267Z --TearDown 2026-02-10T07:38:59.8994417Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8994623Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.8994826Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.8995013Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.8995176Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.8995350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8995439Z 2026-02-10T07:38:59.8995550Z Standard Error Messages: 2026-02-10T07:38:59.8995686Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.8995847Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8995992Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8996161Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8996354Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.8996538Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepLastItemInView. 2026-02-10T07:38:59.8996702Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.8996853Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8997017Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8997225Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.8997330Z 2026-02-10T07:38:59.8997473Z Failed KeepScrollOffset [< 1 ms] 2026-02-10T07:38:59.8997591Z Error Message: 2026-02-10T07:38:59.8997728Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8997879Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8998030Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.8998184Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.8998310Z Stack Trace: 2026-02-10T07:38:59.8998459Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8998677Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.8998876Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.8999071Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.8999245Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.8999427Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.8999615Z --TearDown 2026-02-10T07:38:59.8999773Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.8999993Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9000209Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.9000404Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.9000574Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.9000756Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9000848Z 2026-02-10T07:38:59.9000962Z Standard Error Messages: 2026-02-10T07:38:59.9001104Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9001269Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9001428Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9001679Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9001874Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9002057Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during KeepScrollOffset. 2026-02-10T07:38:59.9002225Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9002374Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9002538Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9002750Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9002857Z 2026-02-10T07:38:59.9002981Z Failed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9003109Z Error Message: 2026-02-10T07:38:59.9003238Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9003381Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9003533Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9003723Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9003850Z Stack Trace: 2026-02-10T07:38:59.9004013Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9004227Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.9004428Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.9004644Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.9004870Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9005119Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9005320Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9005527Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9005747Z --TearDown 2026-02-10T07:38:59.9005916Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9006147Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9006361Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.9006557Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.9006767Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9006997Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9007200Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9007395Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9007495Z 2026-02-10T07:38:59.9007607Z Standard Error Messages: 2026-02-10T07:38:59.9007751Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9007917Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9008075Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9008249Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9008454Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9008667Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash. 2026-02-10T07:38:59.9008858Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9009014Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9009186Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9009406Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9009538Z 2026-02-10T07:38:59.9009665Z Failed AddingItemToUnviewedCollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9009801Z Error Message: 2026-02-10T07:38:59.9009938Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9010090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9010241Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9010396Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9010522Z Stack Trace: 2026-02-10T07:38:59.9010682Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9010883Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:38:59.9011087Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:38:59.9011280Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:38:59.9011454Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:38:59.9011736Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9011899Z --TearDown 2026-02-10T07:38:59.9012058Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9012273Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9012486Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:38:59.9012687Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:38:59.9012856Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:38:59.9013041Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9013140Z 2026-02-10T07:38:59.9013252Z Standard Error Messages: 2026-02-10T07:38:59.9013395Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9013557Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9013713Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9013883Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9014089Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9014295Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during AddingItemToUnviewedCollectionViewShouldNotCrash. 2026-02-10T07:38:59.9014482Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9014640Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9014813Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9015028Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9015133Z 2026-02-10T07:38:59.9015251Z Failed EmptyViewShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9015376Z Error Message: 2026-02-10T07:38:59.9015517Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9015705Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9015836Z Stack Trace: 2026-02-10T07:38:59.9015995Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9016213Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9016425Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9016638Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9016865Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9017067Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9017260Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9017398Z 2026-02-10T07:38:59.9017552Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewNoCrashUITests(Android). 2026-02-10T07:38:59.9017740Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9017903Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9018083Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9018311Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9018537Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.EmptyViewNoCrashUITests(Android) 2026-02-10T07:38:59.9018710Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9018864Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9019026Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9019191Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9019376Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9019614Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9019836Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9020060Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9020302Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9020513Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9020715Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9020880Z --TearDown 2026-02-10T07:38:59.9021046Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9021261Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9021470Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9021832Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9022024Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9022206Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9022379Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Github5623(Android) 2026-02-10T07:38:59.9022530Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9022683Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9022829Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9022993Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9023186Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9023399Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Github5623(Android). 2026-02-10T07:38:59.9023567Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9023716Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9023880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9024089Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9024286Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Github5623(Android). 2026-02-10T07:38:59.9024457Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9024604Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9024773Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9024983Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9025180Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Github5623(Android) 2026-02-10T07:38:59.9025354Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9025495Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9025642Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9025791Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9025965Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9026177Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9026378Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9026580Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9026797Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9026991Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9027212Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9027373Z --TearDown 2026-02-10T07:38:59.9027532Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9027728Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9027938Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9028166Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9028372Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9028565Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9028750Z >>>>> 02/10/2026 07:38:59 FixtureSetup for HiddenCollectionViewBindUITests(Android) 2026-02-10T07:38:59.9028929Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9029087Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9029236Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9029400Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9029594Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9029790Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HiddenCollectionViewBindUITests(Android). 2026-02-10T07:38:59.9029968Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9030117Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9030281Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9030489Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9030699Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during HiddenCollectionViewBindUITests(Android). 2026-02-10T07:38:59.9030872Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9031018Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9031180Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9031392Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9031682Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.HiddenCollectionViewBindUITests(Android) 2026-02-10T07:38:59.9031853Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9031996Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9032141Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9032286Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9032458Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9032671Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9032910Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9033110Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9033332Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9033523Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9033707Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9033857Z --TearDown 2026-02-10T07:38:59.9034008Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9034197Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9034399Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9034655Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9034846Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9035031Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9035203Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue10025(Android) 2026-02-10T07:38:59.9035354Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9035512Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9035658Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9035824Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9036013Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9036199Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10025(Android). 2026-02-10T07:38:59.9036366Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9036512Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9036674Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9036883Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9037078Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10025(Android). 2026-02-10T07:38:59.9037247Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9037395Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9037559Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9037766Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9037964Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10025(Android) 2026-02-10T07:38:59.9038148Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9038293Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9038447Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9038603Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9038792Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9039031Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9039261Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9039492Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9039735Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9039939Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9040164Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9040323Z --TearDown 2026-02-10T07:38:59.9040491Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9040706Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9040936Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9041176Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9041392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9041718Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9041920Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue10454(Android) 2026-02-10T07:38:59.9042078Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9042251Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9042416Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9042594Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9042809Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9043012Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10454(Android). 2026-02-10T07:38:59.9043192Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9043356Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9043538Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9043766Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9043984Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10454(Android). 2026-02-10T07:38:59.9044195Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9044360Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9044545Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9044786Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9045000Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10454(Android) 2026-02-10T07:38:59.9045178Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9045328Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9045481Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9045646Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9045836Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9046074Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9046340Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9046573Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9046824Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9047051Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9047268Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9047430Z --TearDown 2026-02-10T07:38:59.9047593Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9047801Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9048020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9048250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9048454Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9048648Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9048843Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue10947(Android) 2026-02-10T07:38:59.9049001Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9049167Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9049324Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9049500Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9049700Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9049895Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10947(Android). 2026-02-10T07:38:59.9050070Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9050271Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9050449Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9050672Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9050882Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue10947(Android). 2026-02-10T07:38:59.9051062Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9051221Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9051399Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9051707Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9051920Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10947(Android) 2026-02-10T07:38:59.9052087Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9052270Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9052424Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9052575Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9052760Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9052979Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9053193Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9053411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9053641Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9053844Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9054037Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9054196Z --TearDown 2026-02-10T07:38:59.9054354Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9054556Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9054769Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9055001Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9055202Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9055397Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9055580Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue11311(Android) 2026-02-10T07:38:59.9055740Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9055907Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9056125Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9056299Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9056511Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9056711Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11311(Android). 2026-02-10T07:38:59.9056888Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9057046Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9057221Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9057437Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9057650Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11311(Android). 2026-02-10T07:38:59.9057826Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9058010Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9058187Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9058403Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9058607Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11311(Android) 2026-02-10T07:38:59.9058772Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9058920Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9059076Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9059228Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9059409Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9059638Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9059847Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9060056Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9060287Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9060489Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9060686Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9060843Z --TearDown 2026-02-10T07:38:59.9061002Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9061199Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9061413Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9061732Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9061972Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9062167Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9062353Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue11853(Android) 2026-02-10T07:38:59.9062509Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9062676Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9062834Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9063010Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9063212Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9063408Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11853(Android). 2026-02-10T07:38:59.9063590Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9063747Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9063950Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9064169Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9064375Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11853(Android). 2026-02-10T07:38:59.9064556Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9064712Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9064899Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9065103Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9065300Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11853(Android) 2026-02-10T07:38:59.9065454Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9065597Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9065742Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9065887Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9066057Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9066267Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9066466Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9066665Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9066885Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9067076Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9067261Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9067410Z --TearDown 2026-02-10T07:38:59.9067594Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9067779Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9067983Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9068203Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9068393Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9068579Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9068750Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue11896(Android) 2026-02-10T07:38:59.9068900Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9069056Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9069204Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9069392Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9069582Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9069767Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11896(Android). 2026-02-10T07:38:59.9069935Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9070083Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9070246Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9070455Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9070659Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue11896(Android). 2026-02-10T07:38:59.9070825Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9070973Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9071137Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9071344Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9071601Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11896(Android) 2026-02-10T07:38:59.9071774Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9071916Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9072064Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9072212Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9072384Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9072594Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9072799Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9073000Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9073253Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9073443Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9073631Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9073782Z --TearDown 2026-02-10T07:38:59.9073935Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9074122Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9074323Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9074541Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9074732Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9074947Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9075121Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue12374(Android) 2026-02-10T07:38:59.9075273Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9075434Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9075584Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9075752Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9075945Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9076132Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue12374(Android). 2026-02-10T07:38:59.9076303Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9076455Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9076621Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9076828Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9077016Z Failed CollectionViewInfiniteScroll [< 1 ms] 2026-02-10T07:38:59.9077130Z Error Message: 2026-02-10T07:38:59.9077268Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9077416Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9077539Z Stack Trace: 2026-02-10T07:38:59.9077690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9077898Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9078100Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9078312Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9078530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9078746Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9078933Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9079021Z 2026-02-10T07:38:59.9079141Z Failed CollectionShouldInvalidateOnVisibilityChange [< 1 ms] 2026-02-10T07:38:59.9079265Z Error Message: 2026-02-10T07:38:59.9079398Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9079544Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9079664Z Stack Trace: 2026-02-10T07:38:59.9079817Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9080029Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9080236Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9080440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9080686Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9080880Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9081109Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9081244Z 2026-02-10T07:38:59.9081416Z Failed VerifySelectedItemClearsOnNullAssignment [< 1 ms] 2026-02-10T07:38:59.9081689Z Error Message: 2026-02-10T07:38:59.9081904Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9082134Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9082315Z Stack Trace: 2026-02-10T07:38:59.9082485Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9082692Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9082895Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9083093Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9083312Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9083502Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9083684Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9083772Z 2026-02-10T07:38:59.9083888Z Failed ChildAddedShouldFire [< 1 ms] 2026-02-10T07:38:59.9084006Z Error Message: 2026-02-10T07:38:59.9084140Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9084285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9084404Z Stack Trace: 2026-02-10T07:38:59.9084554Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9084759Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9084994Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9085194Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9085411Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9085603Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9085784Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9085880Z 2026-02-10T07:38:59.9085994Z Failed CollectionViewHeaderShouldNotScroll [< 1 ms] 2026-02-10T07:38:59.9086117Z Error Message: 2026-02-10T07:38:59.9086249Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9086397Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9086516Z Stack Trace: 2026-02-10T07:38:59.9086697Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9086904Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9087104Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9087305Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9087526Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9087717Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9087905Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9087998Z 2026-02-10T07:38:59.9088120Z Failed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [< 1 ms] 2026-02-10T07:38:59.9088254Z Error Message: 2026-02-10T07:38:59.9088388Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9088533Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9088653Z Stack Trace: 2026-02-10T07:38:59.9088804Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9089010Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9089210Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9089419Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9089634Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9089824Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9090008Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9090134Z 2026-02-10T07:38:59.9090262Z Failed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9090395Z Error Message: 2026-02-10T07:38:59.9090529Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9090678Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9090796Z Stack Trace: 2026-02-10T07:38:59.9090949Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9091154Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9091353Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9091623Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9091853Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9092047Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9092284Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9092383Z 2026-02-10T07:38:59.9092512Z Failed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [< 1 ms] 2026-02-10T07:38:59.9092648Z Error Message: 2026-02-10T07:38:59.9092780Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9092932Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9093056Z Stack Trace: 2026-02-10T07:38:59.9093212Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9093419Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9093620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9093824Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9094041Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9094231Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9094415Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9094502Z 2026-02-10T07:38:59.9094624Z Failed CollectionViewHeaderBlankWhenLastItemRemoved [< 1 ms] 2026-02-10T07:38:59.9094751Z Error Message: 2026-02-10T07:38:59.9094894Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9095044Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9095165Z Stack Trace: 2026-02-10T07:38:59.9095318Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9095523Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9095729Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9095966Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9096186Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9096384Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9096567Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9096651Z 2026-02-10T07:38:59.9096759Z Failed Issue12374Test [< 1 ms] 2026-02-10T07:38:59.9096872Z Error Message: 2026-02-10T07:38:59.9097005Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9097149Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9097267Z Stack Trace: 2026-02-10T07:38:59.9097419Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9097626Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9097849Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9098048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9098267Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9098457Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9098639Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9098733Z 2026-02-10T07:38:59.9098874Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue12374(Android). 2026-02-10T07:38:59.9099044Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9099192Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9099358Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9099568Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9099760Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12374(Android) 2026-02-10T07:38:59.9099916Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9100058Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9100206Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9100350Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9100520Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9100730Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9100933Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9101136Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9101385Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9101660Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9101857Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9102009Z --TearDown 2026-02-10T07:38:59.9102161Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9102353Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9102555Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9102776Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9102970Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9103156Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9103365Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue12714(Android) 2026-02-10T07:38:59.9103520Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9103684Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9103837Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9104011Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9104214Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9104410Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue12714(Android). 2026-02-10T07:38:59.9104583Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9104740Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9104914Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9105132Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9105342Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue12714(Android). 2026-02-10T07:38:59.9105521Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9105685Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9105847Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9106078Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9106283Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12714(Android) 2026-02-10T07:38:59.9106449Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9106595Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9106745Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9106897Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9107078Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9107322Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9107521Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9107722Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9107938Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9108129Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9108314Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9108466Z --TearDown 2026-02-10T07:38:59.9108615Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9108803Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9109029Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9109245Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9109434Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9109617Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9109788Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue13126_2(Android) 2026-02-10T07:38:59.9109940Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9110095Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9110246Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9110410Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9110601Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9110785Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13126_2(Android). 2026-02-10T07:38:59.9110952Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9111100Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9111266Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9111474Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9111759Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13126_2(Android). 2026-02-10T07:38:59.9111928Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9112075Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9112241Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9112449Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9112687Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13126_2(Android) 2026-02-10T07:38:59.9112846Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9112986Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9113133Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9113279Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9113445Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9113656Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9113859Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9114061Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9114282Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9114507Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9114688Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9114840Z --TearDown 2026-02-10T07:38:59.9114989Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9115177Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9115381Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9115597Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9115791Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9115974Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9116147Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue13203(Android) 2026-02-10T07:38:59.9116295Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9116452Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9116595Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9116762Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9116952Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9117153Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13203(Android). 2026-02-10T07:38:59.9117321Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9117466Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9117631Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9117838Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9118060Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13203(Android). 2026-02-10T07:38:59.9118228Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9118372Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9118540Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9118745Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9118946Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13203(Android) 2026-02-10T07:38:59.9119101Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9119242Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9119379Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9119524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9119697Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9119915Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9120153Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9120362Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9120590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9120789Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9120981Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9121137Z --TearDown 2026-02-10T07:38:59.9121294Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9121559Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9121782Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9121998Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9122191Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9122375Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9122543Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue13551(Android) 2026-02-10T07:38:59.9122694Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9122846Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9122994Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9123158Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9123352Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9123534Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13551(Android). 2026-02-10T07:38:59.9123740Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9123887Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9124052Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9124260Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9124458Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue13551(Android). 2026-02-10T07:38:59.9124626Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9124772Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9124939Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9125146Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9125338Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13551(Android) 2026-02-10T07:38:59.9125549Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9125696Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9125847Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9126000Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9126177Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9126397Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9126615Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9126825Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9127050Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9127252Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9127442Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9127593Z --TearDown 2026-02-10T07:38:59.9127745Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9127938Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9128149Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9128382Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9128574Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9128768Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9128946Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue14557(Android) 2026-02-10T07:38:59.9129102Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9129298Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9129454Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9129630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9129837Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9130033Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue14557(Android). 2026-02-10T07:38:59.9130211Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9130366Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9130541Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9130761Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9130974Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue14557(Android). 2026-02-10T07:38:59.9131165Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9131312Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9131477Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9131787Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9131985Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue14557(Android) 2026-02-10T07:38:59.9132143Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9132287Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9132434Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9132578Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9132750Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9132959Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9133161Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9133370Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9133587Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9133781Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9133965Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9134116Z --TearDown 2026-02-10T07:38:59.9134263Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9134449Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9134667Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9134955Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9135147Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9135332Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9135502Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue15778(Android) 2026-02-10T07:38:59.9135650Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9135808Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9135956Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9136121Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9136317Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9136497Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue15778(Android). 2026-02-10T07:38:59.9136664Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9136843Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9137009Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9137217Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9137414Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue15778(Android). 2026-02-10T07:38:59.9137582Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9137730Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9137899Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9138107Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9138302Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue15778(Android) 2026-02-10T07:38:59.9138460Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9138602Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9138752Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9138902Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9139073Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9139284Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9139485Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9139686Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9139916Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9140107Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9140290Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9140469Z --TearDown 2026-02-10T07:38:59.9140620Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9140807Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9141012Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9141231Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9141423Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9141693Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9141868Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue15815(Android) 2026-02-10T07:38:59.9142019Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9142176Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9142365Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9142540Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9142746Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9142939Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue15815(Android). 2026-02-10T07:38:59.9143116Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9143268Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9143443Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9143669Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9143886Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue15815(Android). 2026-02-10T07:38:59.9144064Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9144219Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9144393Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9144613Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9144818Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue15815(Android) 2026-02-10T07:38:59.9144984Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9145133Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9145287Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9145439Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9145618Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9145844Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9146059Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9146300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9146534Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9146745Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9146957Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9147166Z --TearDown 2026-02-10T07:38:59.9147342Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9147564Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9147799Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9148066Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9148285Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9148466Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9148635Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue16320(Android) 2026-02-10T07:38:59.9148790Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9148961Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9149117Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9149298Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9149508Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9149703Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue16320(Android). 2026-02-10T07:38:59.9149880Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9150037Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9150209Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9150426Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9150631Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue16320(Android). 2026-02-10T07:38:59.9150807Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9150961Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9151137Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9151351Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9151669Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue16320(Android) 2026-02-10T07:38:59.9151843Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9151992Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9152146Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9152341Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9152518Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9152745Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9152958Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9153169Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9153397Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9153609Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9153801Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9153961Z --TearDown 2026-02-10T07:38:59.9154151Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9154351Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9154563Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9154796Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9155000Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9155195Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9155376Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue16787(Android) 2026-02-10T07:38:59.9155534Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9155700Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9155857Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9156030Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9156237Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9156433Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue16787(Android). 2026-02-10T07:38:59.9156611Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9156765Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9156940Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9157158Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9157356Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue16787(Android). 2026-02-10T07:38:59.9157524Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9157674Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9157837Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9158078Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9158278Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue16787(Android) 2026-02-10T07:38:59.9158442Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9158586Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9158738Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9158889Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9159066Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9159291Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9159514Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9159740Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9159993Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9160192Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9160387Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9160551Z --TearDown 2026-02-10T07:38:59.9160701Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9160909Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9161122Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9161353Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9161662Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9161864Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9162046Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue17400(Android) 2026-02-10T07:38:59.9162202Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9162372Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9162527Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9162699Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9162902Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9163097Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17400(Android). 2026-02-10T07:38:59.9163271Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9163425Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9163599Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9163853Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9164052Z Failed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [< 1 ms] 2026-02-10T07:38:59.9164196Z Error Message: 2026-02-10T07:38:59.9164338Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9164495Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9164626Z Stack Trace: 2026-02-10T07:38:59.9164787Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9165010Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9165224Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9165442Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9165675Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9165920Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9166122Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9166224Z 2026-02-10T07:38:59.9166359Z Failed CollectionViewShouldSourceShouldResetWhileInvisible [< 1 ms] 2026-02-10T07:38:59.9166498Z Error Message: 2026-02-10T07:38:59.9166645Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9166808Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9166938Z Stack Trace: 2026-02-10T07:38:59.9167097Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9167327Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9167562Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9167783Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9168020Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9168235Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9168434Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9168529Z 2026-02-10T07:38:59.9168663Z Failed CollectionShouldInvalidateOnVisibilityChange [< 1 ms] 2026-02-10T07:38:59.9168798Z Error Message: 2026-02-10T07:38:59.9168947Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9169109Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9169245Z Stack Trace: 2026-02-10T07:38:59.9169415Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9169651Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9169902Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9170129Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9170374Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9170590Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9170798Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9170905Z 2026-02-10T07:38:59.9171040Z Failed CollectionViewWithFooterShouldNotCrashOnDisplay [< 1 ms] 2026-02-10T07:38:59.9171178Z Error Message: 2026-02-10T07:38:59.9171332Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9171571Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9171714Z Stack Trace: 2026-02-10T07:38:59.9171875Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9172130Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9172343Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9172557Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9172787Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9172991Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9173182Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9173275Z 2026-02-10T07:38:59.9173394Z Failed HeaderAndFooterRender [< 1 ms] 2026-02-10T07:38:59.9173517Z Error Message: 2026-02-10T07:38:59.9173659Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9173815Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9173945Z Stack Trace: 2026-02-10T07:38:59.9174104Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9174322Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9174532Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9174742Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9174972Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9175182Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9175373Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9175466Z 2026-02-10T07:38:59.9175594Z Failed SwipeViewInCollectionViewDoesNotTriggerSelection [< 1 ms] 2026-02-10T07:38:59.9175765Z Error Message: 2026-02-10T07:38:59.9175911Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9176073Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9176200Z Stack Trace: 2026-02-10T07:38:59.9176364Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9176590Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9176811Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9177034Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9177268Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9177481Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9177682Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9177834Z 2026-02-10T07:38:59.9177954Z Failed LastItemIsVisilbe [< 1 ms] 2026-02-10T07:38:59.9178083Z Error Message: 2026-02-10T07:38:59.9178229Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9178389Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9178511Z Stack Trace: 2026-02-10T07:38:59.9178676Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9178901Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9179133Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9179356Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9179597Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9179811Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9180012Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9180107Z 2026-02-10T07:38:59.9180228Z Failed Issue16320Test [< 1 ms] 2026-02-10T07:38:59.9180355Z Error Message: 2026-02-10T07:38:59.9180504Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9180674Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9180807Z Stack Trace: 2026-02-10T07:38:59.9180978Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9181226Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9181471Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9181802Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9182048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9182298Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9182509Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9182612Z 2026-02-10T07:38:59.9182737Z Failed CollectionViewBindingContextOnlyChangesOnce [< 1 ms] 2026-02-10T07:38:59.9182869Z Error Message: 2026-02-10T07:38:59.9183009Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9183175Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9183301Z Stack Trace: 2026-02-10T07:38:59.9183468Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9183697Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9183919Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9184147Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9184435Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9184652Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9184873Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9184976Z 2026-02-10T07:38:59.9185096Z Failed Issue17400Test [< 1 ms] 2026-02-10T07:38:59.9185223Z Error Message: 2026-02-10T07:38:59.9185372Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9185543Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9185678Z Stack Trace: 2026-02-10T07:38:59.9185858Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9186096Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9186339Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9186578Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9186840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9187076Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9187300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9187399Z 2026-02-10T07:38:59.9187548Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17400(Android). 2026-02-10T07:38:59.9187741Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9187913Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9188101Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9188343Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9188588Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17400(Android) 2026-02-10T07:38:59.9188760Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9188914Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9189068Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9189229Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9189416Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9189653Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9189869Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9190090Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9190333Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9190569Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9190782Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9190940Z --TearDown 2026-02-10T07:38:59.9191099Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9191297Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9191581Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9191840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9192050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9192244Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9192426Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue17865(Android) 2026-02-10T07:38:59.9192582Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9192748Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9192907Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9193081Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9193285Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9193479Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17865(Android). 2026-02-10T07:38:59.9193652Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9193809Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9193981Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9194199Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9194447Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17865(Android). 2026-02-10T07:38:59.9194622Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9194776Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9194953Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9195179Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9195397Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17865(Android) 2026-02-10T07:38:59.9195572Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9195731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9195898Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9196061Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9196257Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9196526Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9196751Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9196971Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9197211Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9197428Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9197635Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9197805Z --TearDown 2026-02-10T07:38:59.9197974Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9198181Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9198407Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9198650Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9198869Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9199072Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9199262Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue17969(Android) 2026-02-10T07:38:59.9199429Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9199603Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9199764Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9199948Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9200161Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9200402Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17969(Android). 2026-02-10T07:38:59.9200600Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9200767Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9200963Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9201207Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9201435Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17969(Android). 2026-02-10T07:38:59.9201785Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9201953Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9202140Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9202370Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9202631Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17969(Android) 2026-02-10T07:38:59.9202811Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9202971Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9203141Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9203305Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9203507Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9203754Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9204005Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9204241Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9204496Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9204716Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9204932Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9205112Z --TearDown 2026-02-10T07:38:59.9205290Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9205512Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9205753Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9206016Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9206248Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9206463Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9206664Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue18702(Android) 2026-02-10T07:38:59.9206863Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9207038Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9207204Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9207388Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9207602Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9207808Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue18702(Android). 2026-02-10T07:38:59.9207994Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9208159Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9208344Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9208578Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9208799Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue18702(Android). 2026-02-10T07:38:59.9209015Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9209180Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9209364Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9209595Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9209810Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18702(Android) 2026-02-10T07:38:59.9209988Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9210143Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9210305Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9210469Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9210662Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9210897Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9211125Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9211347Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9211674Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9211896Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9212108Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9212272Z --TearDown 2026-02-10T07:38:59.9212442Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9212662Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9212888Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9213164Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9213379Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9213591Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9213793Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue18751(Android) 2026-02-10T07:38:59.9213961Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9214135Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9214301Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9214479Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9214705Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9214909Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue18751(Android). 2026-02-10T07:38:59.9215131Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9215303Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9215493Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9215737Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9215970Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue18751(Android). 2026-02-10T07:38:59.9216184Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9216348Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9216526Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9216758Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9216972Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18751(Android) 2026-02-10T07:38:59.9217145Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9217301Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9217460Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9217618Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9217808Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9218041Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9218268Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9218487Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9218728Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9218936Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9219170Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9219334Z --TearDown 2026-02-10T07:38:59.9219496Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9219707Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9219931Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9220174Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9220380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9220585Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9220771Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue19338(Android) 2026-02-10T07:38:59.9220932Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9221126Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9221281Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9221456Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9221756Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9221968Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19338(Android). 2026-02-10T07:38:59.9222157Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9222315Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9222497Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9222718Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9222934Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19338(Android). 2026-02-10T07:38:59.9223119Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9223283Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9223464Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9223692Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9223897Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19338(Android) 2026-02-10T07:38:59.9224069Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9224220Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9224373Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9224533Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9224720Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9224957Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9354618Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9355243Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9355507Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9355731Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9355950Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9356132Z --TearDown 2026-02-10T07:38:59.9356316Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9356543Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9356785Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9357047Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9357319Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9357545Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9357759Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue19379(Android) 2026-02-10T07:38:59.9357931Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9358117Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9358294Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9358480Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9358725Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9358934Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19379(Android). 2026-02-10T07:38:59.9359133Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9359310Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9359499Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9359743Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9359969Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19379(Android). 2026-02-10T07:38:59.9360163Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9360327Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9360529Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9360781Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9361013Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19379(Android) 2026-02-10T07:38:59.9361196Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9361363Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9361676Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9361858Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9362056Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9362303Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9362552Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9362789Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9363044Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9363264Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9363491Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9363711Z --TearDown 2026-02-10T07:38:59.9363891Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9364118Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9364349Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9364595Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9364809Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9365016Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9365206Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue19609(Android) 2026-02-10T07:38:59.9365374Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9365549Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9365714Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9365897Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9366111Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9366315Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19609(Android). 2026-02-10T07:38:59.9366502Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9366669Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9366853Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9367084Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9367304Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19609(Android). 2026-02-10T07:38:59.9367492Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9367658Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9367875Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9368109Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9368325Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19609(Android) 2026-02-10T07:38:59.9368501Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9368659Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9368821Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9368983Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9369174Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9369413Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9369647Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9369912Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9370164Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9370385Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9370593Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9370770Z --TearDown 2026-02-10T07:38:59.9370943Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9371161Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9371395Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9371745Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9371962Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9372171Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9372363Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue19803(Android) 2026-02-10T07:38:59.9372532Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9372706Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9372868Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9373057Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9373273Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9373479Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19803(Android). 2026-02-10T07:38:59.9373661Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9373829Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9374012Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9374296Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9374531Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue19803(Android). 2026-02-10T07:38:59.9374731Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9374905Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9375104Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9375351Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9375580Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19803(Android) 2026-02-10T07:38:59.9375769Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9375938Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9376108Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9376307Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9376497Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9376731Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9376957Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9377182Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9377435Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9377650Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9377859Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9378027Z --TearDown 2026-02-10T07:38:59.9378193Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9378406Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9378634Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9378875Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9379086Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9379296Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9379487Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue20294(Android) 2026-02-10T07:38:59.9379656Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9379834Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9380000Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9380188Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9380443Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9380649Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20294(Android). 2026-02-10T07:38:59.9380837Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9381001Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9381186Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9381423Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9381729Z Failed Issue17865Test [< 1 ms] 2026-02-10T07:38:59.9381862Z Error Message: 2026-02-10T07:38:59.9382015Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9382180Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9382314Z Stack Trace: 2026-02-10T07:38:59.9382483Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9382754Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9382978Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9383203Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9383441Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9383657Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9383861Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9383969Z 2026-02-10T07:38:59.9384107Z Failed CollectionViewAddGroupWhenViewIsEmpty [< 1 ms] 2026-02-10T07:38:59.9384243Z Error Message: 2026-02-10T07:38:59.9384391Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9384556Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9384691Z Stack Trace: 2026-02-10T07:38:59.9384860Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9385090Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9385313Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9385539Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9385783Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9385995Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9386202Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9386299Z 2026-02-10T07:38:59.9386448Z Failed CollectionViewDuplicateViewsWhenAddItemToGroup [< 1 ms] 2026-02-10T07:38:59.9386621Z Error Message: 2026-02-10T07:38:59.9386773Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9386936Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9387070Z Stack Trace: 2026-02-10T07:38:59.9387239Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9387465Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9387687Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9387911Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9388152Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9388368Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9388572Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9388702Z 2026-02-10T07:38:59.9388839Z Failed CollectionViewGroupFooterTemplateShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9388979Z Error Message: 2026-02-10T07:38:59.9389129Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9389292Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9389429Z Stack Trace: 2026-02-10T07:38:59.9389596Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9389826Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9390048Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9390274Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9390514Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9390727Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9390934Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9391029Z 2026-02-10T07:38:59.9391157Z Failed Issue18751Test [< 1 ms] 2026-02-10T07:38:59.9391289Z Error Message: 2026-02-10T07:38:59.9391440Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9391708Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9391850Z Stack Trace: 2026-02-10T07:38:59.9392023Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9392253Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9392480Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9392705Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9392989Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9393202Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9393418Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9393514Z 2026-02-10T07:38:59.9393643Z Failed HeaderAndFooterShouldBeVisible [< 1 ms] 2026-02-10T07:38:59.9393776Z Error Message: 2026-02-10T07:38:59.9393925Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9394085Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9394218Z Stack Trace: 2026-02-10T07:38:59.9394387Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9394621Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9394846Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9395124Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9395384Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9395605Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9395827Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9395930Z 2026-02-10T07:38:59.9396060Z Failed UpdateCollectionViewHeaderTest [< 1 ms] 2026-02-10T07:38:59.9396186Z Error Message: 2026-02-10T07:38:59.9396334Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9396508Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9396643Z Stack Trace: 2026-02-10T07:38:59.9396822Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9397067Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9397310Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9397556Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9397802Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9398023Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9398234Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9398338Z 2026-02-10T07:38:59.9398461Z Failed CanTapButtonOnEmptyView [< 1 ms] 2026-02-10T07:38:59.9398592Z Error Message: 2026-02-10T07:38:59.9398743Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9398920Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9399053Z Stack Trace: 2026-02-10T07:38:59.9399233Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9399509Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9399751Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9399998Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9400248Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9400464Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9400686Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9400796Z 2026-02-10T07:38:59.9400925Z Failed NoNREWhenChangingGridItemsLayout [< 1 ms] 2026-02-10T07:38:59.9401057Z Error Message: 2026-02-10T07:38:59.9401205Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9401409Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9401658Z Stack Trace: 2026-02-10T07:38:59.9401845Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9402089Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9402327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9402566Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9402828Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9403049Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9403276Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9403379Z 2026-02-10T07:38:59.9403503Z Failed ScrollToEndDoesntCrash [< 1 ms] 2026-02-10T07:38:59.9403637Z Error Message: 2026-02-10T07:38:59.9403786Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9403961Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9404093Z Stack Trace: 2026-02-10T07:38:59.9404272Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9404516Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9404751Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9404981Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9405224Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9405436Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9405641Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9405787Z 2026-02-10T07:38:59.9405939Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20294(Android). 2026-02-10T07:38:59.9406128Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9406296Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9406480Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9406714Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9406935Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20294(Android) 2026-02-10T07:38:59.9407110Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9407270Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9407439Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9407603Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9407795Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9408064Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9408290Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9408518Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9408762Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9408979Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9409187Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9409357Z --TearDown 2026-02-10T07:38:59.9409528Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9409740Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9409969Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9410214Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9410435Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9410637Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9410829Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue20443(Android) 2026-02-10T07:38:59.9410998Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9411175Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9411340Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9411602Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9411831Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9412073Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20443(Android). 2026-02-10T07:38:59.9412259Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9412423Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9412612Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9412842Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9413064Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20443(Android). 2026-02-10T07:38:59.9413253Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9413415Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9413602Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9413828Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9414077Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20443(Android) 2026-02-10T07:38:59.9414254Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9414412Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9414572Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9414736Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9414924Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9415160Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9415386Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9415611Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9415854Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9416065Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9416271Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9416443Z --TearDown 2026-02-10T07:38:59.9416612Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9416820Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9417045Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9417284Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9417498Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9417708Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9417899Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue20842(Android) 2026-02-10T07:38:59.9418088Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9418264Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9418429Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9418615Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9418829Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9419031Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20842(Android). 2026-02-10T07:38:59.9419217Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9419380Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9419564Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9419799Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9420045Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue20842(Android). 2026-02-10T07:38:59.9420232Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9420395Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9420578Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9420812Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9421028Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20842(Android) 2026-02-10T07:38:59.9421204Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9421361Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9421593Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9421777Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9421968Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9422204Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9422428Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9422653Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9422900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9423114Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9423317Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9423485Z --TearDown 2026-02-10T07:38:59.9423652Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9423862Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9424087Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9424363Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9424577Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9424784Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9424982Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue21375(Android) 2026-02-10T07:38:59.9425145Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9425320Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9425486Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9425661Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9425885Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9426089Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21375(Android). 2026-02-10T07:38:59.9426313Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9426479Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9426664Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9426893Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9427115Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21375(Android). 2026-02-10T07:38:59.9427302Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9427467Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9427652Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9427886Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9428102Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21375(Android) 2026-02-10T07:38:59.9428278Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9428435Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9428599Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9428763Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9428961Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9429196Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9429425Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9429652Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9429898Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9430113Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9430350Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9430517Z --TearDown 2026-02-10T07:38:59.9430686Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9430898Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9431125Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9431365Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9431688Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9431902Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9432096Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue21728(Android) 2026-02-10T07:38:59.9432263Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9432472Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9432640Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9432827Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9433040Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9433257Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21728(Android). 2026-02-10T07:38:59.9433448Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9433614Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9433799Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9434031Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9434251Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21728(Android). 2026-02-10T07:38:59.9434438Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9434601Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9434786Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9435020Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9435238Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21728(Android) 2026-02-10T07:38:59.9435414Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9435576Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9435737Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9435911Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9436107Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9436356Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9436632Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9436872Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9437128Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9437349Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9437577Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9437749Z --TearDown 2026-02-10T07:38:59.9437928Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9438152Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9438395Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9438679Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9438904Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9439128Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9439329Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue21967(Android) 2026-02-10T07:38:59.9439496Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9439681Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9439847Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9440052Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9440278Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9440502Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21967(Android). 2026-02-10T07:38:59.9440698Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9440863Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9441049Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9441293Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9441595Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue21967(Android). 2026-02-10T07:38:59.9441792Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9441951Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9442131Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9442358Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9442570Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21967(Android) 2026-02-10T07:38:59.9442746Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9442896Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9443084Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9443250Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9443434Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9443664Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9443889Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9444117Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9444365Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9444564Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9444782Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9444981Z --TearDown 2026-02-10T07:38:59.9445150Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9445363Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9445588Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9445816Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9446022Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9446213Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9446398Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue22104(Android) 2026-02-10T07:38:59.9446558Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9446726Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9446880Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9447056Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9447314Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9447515Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22104(Android). 2026-02-10T07:38:59.9447688Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9447847Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9448020Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9448239Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9448452Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22104(Android). 2026-02-10T07:38:59.9448628Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9448782Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9448998Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9449214Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9449418Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22104(Android) 2026-02-10T07:38:59.9449583Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9449729Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9449883Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9450035Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9450212Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9450432Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9450643Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9450878Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9451103Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9451302Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9451564Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9451742Z --TearDown 2026-02-10T07:38:59.9451903Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9452103Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9452318Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9452546Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9452747Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9452942Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9453125Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue22320(Android) 2026-02-10T07:38:59.9453281Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9453445Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9453602Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9453777Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9453982Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9454174Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22320(Android). 2026-02-10T07:38:59.9454350Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9454503Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9454708Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9454925Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9455135Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22320(Android). 2026-02-10T07:38:59.9455329Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9455485Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9455652Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9455882Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9456083Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22320(Android) 2026-02-10T07:38:59.9456248Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9456397Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9456550Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9456731Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9456913Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9457132Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9457350Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9457550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9457767Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9457957Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9458141Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9458289Z --TearDown 2026-02-10T07:38:59.9458437Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9458625Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9458826Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9459044Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9459242Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9459429Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9459610Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue22467(Android) 2026-02-10T07:38:59.9459767Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9459932Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9460086Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9460261Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9460494Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9460693Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22467(Android). 2026-02-10T07:38:59.9460875Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9461031Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9461206Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9461422Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9461699Z Failed RefreshShouldNotChangeSize [< 1 ms] 2026-02-10T07:38:59.9461831Z Error Message: 2026-02-10T07:38:59.9461975Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9462128Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9462259Z Stack Trace: 2026-02-10T07:38:59.9462425Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9462675Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9462889Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9463103Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9463332Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9463542Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9463734Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9463830Z 2026-02-10T07:38:59.9463954Z Failed VerifyCollectionViewItemsAfterScrolling [< 1 ms] 2026-02-10T07:38:59.9464088Z Error Message: 2026-02-10T07:38:59.9464229Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9464383Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9464510Z Stack Trace: 2026-02-10T07:38:59.9464668Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9464886Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9465100Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9465314Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9465542Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9465744Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9465935Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9466035Z 2026-02-10T07:38:59.9466155Z Failed SelectedItemsShowSelected [< 1 ms] 2026-02-10T07:38:59.9466310Z Error Message: 2026-02-10T07:38:59.9466452Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9466610Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9466728Z Stack Trace: 2026-02-10T07:38:59.9466890Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9467106Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9467329Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9467542Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9467771Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9467977Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9468168Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9468289Z 2026-02-10T07:38:59.9468424Z Failed CollectionViewSingleItemAlignmentWithFooter [< 1 ms] 2026-02-10T07:38:59.9468562Z Error Message: 2026-02-10T07:38:59.9468713Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9468875Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9469008Z Stack Trace: 2026-02-10T07:38:59.9469176Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9469409Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9469631Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9469856Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9470099Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9470315Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9470515Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9470625Z 2026-02-10T07:38:59.9470757Z Failed CollectionViewFirstItemCorrectlySetsTheMeasure [< 1 ms] 2026-02-10T07:38:59.9470895Z Error Message: 2026-02-10T07:38:59.9471046Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9471210Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9471343Z Stack Trace: 2026-02-10T07:38:59.9471591Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9471826Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9472037Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9472252Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9472513Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9472714Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9472906Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9472999Z 2026-02-10T07:38:59.9473134Z Failed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [< 1 ms] 2026-02-10T07:38:59.9473272Z Error Message: 2026-02-10T07:38:59.9473414Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9473568Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9473695Z Stack Trace: 2026-02-10T07:38:59.9473854Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9474074Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9474283Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9474527Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9474762Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9474961Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9475153Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9475243Z 2026-02-10T07:38:59.9475365Z Failed CollectionViewWorksWhenRotatingDevice [< 1 ms] 2026-02-10T07:38:59.9475494Z Error Message: 2026-02-10T07:38:59.9475634Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9475793Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9475921Z Stack Trace: 2026-02-10T07:38:59.9476080Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9476296Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9476508Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9476718Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9476950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9477148Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9477341Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9477438Z 2026-02-10T07:38:59.9477558Z Failed VerifyCollectionViewVisualState [< 1 ms] 2026-02-10T07:38:59.9477683Z Error Message: 2026-02-10T07:38:59.9477823Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9477976Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9478104Z Stack Trace: 2026-02-10T07:38:59.9478281Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9478507Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9478718Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9478929Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9479156Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9479357Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9479552Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9479643Z 2026-02-10T07:38:59.9479773Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [< 1 ms] 2026-02-10T07:38:59.9479907Z Error Message: 2026-02-10T07:38:59.9480072Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9480227Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9480354Z Stack Trace: 2026-02-10T07:38:59.9480514Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9480732Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9480944Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9481158Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9481385Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9481694Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9481892Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9481991Z 2026-02-10T07:38:59.9482129Z Failed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [< 1 ms] 2026-02-10T07:38:59.9482270Z Error Message: 2026-02-10T07:38:59.9482412Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9482567Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9482696Z Stack Trace: 2026-02-10T07:38:59.9482854Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9483072Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9483286Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9483504Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9483731Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9483930Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9484154Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9484252Z 2026-02-10T07:38:59.9484390Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22467(Android). 2026-02-10T07:38:59.9484570Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9484726Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9484900Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9485128Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9485334Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22467(Android) 2026-02-10T07:38:59.9485499Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9485652Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9485805Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9485985Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9486166Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9486389Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9486598Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9486812Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9487048Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9487253Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9487453Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9487615Z --TearDown 2026-02-10T07:38:59.9487777Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9487979Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9488199Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9488437Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9488641Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9488842Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9489022Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue22674(Android) 2026-02-10T07:38:59.9489183Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9489352Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9489512Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9489690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9489929Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9490128Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22674(Android). 2026-02-10T07:38:59.9490313Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9490474Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9490654Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9490888Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9491097Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue22674(Android). 2026-02-10T07:38:59.9491274Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9491433Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9491695Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9491977Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9492204Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22674(Android) 2026-02-10T07:38:59.9492377Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9492536Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9492699Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9492862Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9493047Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9493288Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9493513Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9493739Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9493984Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9494196Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9494399Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9494568Z --TearDown 2026-02-10T07:38:59.9494736Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9494946Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9495171Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9495414Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9495626Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9495820Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9496033Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue23702(Android) 2026-02-10T07:38:59.9496191Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9496357Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9496512Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9496684Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9496887Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9497079Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue23702(Android). 2026-02-10T07:38:59.9497255Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9497412Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9497593Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9497820Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9498069Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue23702(Android). 2026-02-10T07:38:59.9498261Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9498432Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9498632Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9498876Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9499089Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23702(Android) 2026-02-10T07:38:59.9499272Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9499428Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9499590Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9499757Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9499955Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9500201Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9500449Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9500684Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9500930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9501139Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9501359Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9501607Z --TearDown 2026-02-10T07:38:59.9501783Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9501994Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9502258Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9502504Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9502705Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9502924Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9503109Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue23868(Android) 2026-02-10T07:38:59.9503268Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9503449Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9503696Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9503931Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9504231Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9504498Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue23868(Android). 2026-02-10T07:38:59.9504682Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9504849Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9505024Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9505250Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9505461Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue23868(Android). 2026-02-10T07:38:59.9505648Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9505818Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9506005Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9506239Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9506456Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23868(Android) 2026-02-10T07:38:59.9506629Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9506778Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9506934Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9507113Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9507310Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9507543Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9507768Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9507979Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9508209Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9508451Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9508655Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9508822Z --TearDown 2026-02-10T07:38:59.9508987Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9509183Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9509394Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9509624Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9509830Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9510025Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9510233Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25181(Android) 2026-02-10T07:38:59.9510391Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9510558Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9510713Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9510887Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9511090Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9511286Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25181(Android). 2026-02-10T07:38:59.9511461Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9511737Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9511928Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9512162Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9512378Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25181(Android). 2026-02-10T07:38:59.9512566Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9512729Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9512916Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9513146Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9513365Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25181(Android) 2026-02-10T07:38:59.9513538Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9513694Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9513854Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9514015Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9514204Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9514439Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9514685Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9514897Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9515135Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9515339Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9515547Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9515719Z --TearDown 2026-02-10T07:38:59.9515887Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9516101Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9516330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9516618Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9516840Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9517052Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9517252Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25191(Android) 2026-02-10T07:38:59.9517429Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9517610Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9517781Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9517981Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9518200Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9518413Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25191(Android). 2026-02-10T07:38:59.9518608Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9518780Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9518968Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9519213Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9519441Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25191(Android). 2026-02-10T07:38:59.9519639Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9519807Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9519998Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9520235Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9520464Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25191(Android) 2026-02-10T07:38:59.9520666Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9520824Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9520987Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9521157Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9521344Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9521755Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9522000Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9522225Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9522484Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9522699Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9522941Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9523113Z --TearDown 2026-02-10T07:38:59.9523282Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9523491Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9523718Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9523964Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9524177Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9524384Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9524574Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25224(Android) 2026-02-10T07:38:59.9524740Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9524919Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9525085Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9525268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9525488Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9525694Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25224(Android). 2026-02-10T07:38:59.9525885Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9526052Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9526237Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9526473Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9526700Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25224(Android). 2026-02-10T07:38:59.9526929Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9527093Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9527278Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9527510Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9527728Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25224(Android) 2026-02-10T07:38:59.9527900Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9528062Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9528222Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9528385Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9528574Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9528811Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9529061Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9529291Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9529535Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9529758Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9529964Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9530132Z --TearDown 2026-02-10T07:38:59.9530303Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9530512Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9530736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9530978Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9531188Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9531391Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9531690Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25362(Android) 2026-02-10T07:38:59.9531862Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9532042Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9532209Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9532394Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9532610Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9532816Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25362(Android). 2026-02-10T07:38:59.9533003Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9533205Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9533390Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9533621Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9533845Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25362(Android). 2026-02-10T07:38:59.9534031Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9534195Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9534377Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9534609Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9535582Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25362(Android) 2026-02-10T07:38:59.9535762Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9535955Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9536123Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9536285Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9536482Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9536718Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9536945Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9537174Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9537417Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9537637Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9537840Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9538010Z --TearDown 2026-02-10T07:38:59.9538180Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9538402Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9538644Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9538895Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9539198Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9539517Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9539788Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25433(Android) 2026-02-10T07:38:59.9539992Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9540372Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9540598Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9540793Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9541023Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9541239Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25433(Android). 2026-02-10T07:38:59.9541435Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9541716Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9541915Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9542165Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9542405Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25433(Android). 2026-02-10T07:38:59.9542601Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9542807Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9542997Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9543244Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9543462Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25433(Android) 2026-02-10T07:38:59.9543646Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9543813Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9543979Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9544146Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9544342Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9544586Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9544822Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9545061Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9545322Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9545535Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9545767Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9545936Z --TearDown 2026-02-10T07:38:59.9546111Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9546334Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9546571Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9546824Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9547103Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9547346Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9547548Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25468(Android) 2026-02-10T07:38:59.9547721Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9547901Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9548073Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9548268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9548483Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9548691Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25468(Android). 2026-02-10T07:38:59.9548876Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9549038Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9549247Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9549479Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9549678Z Failed RemoveItemWhenSelectionChanged [< 1 ms] 2026-02-10T07:38:59.9549812Z Error Message: 2026-02-10T07:38:59.9549962Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9550124Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9550264Z Stack Trace: 2026-02-10T07:38:59.9550430Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9550663Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9550891Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9551116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9551357Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9551644Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9551875Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9551984Z 2026-02-10T07:38:59.9552134Z Failed CollectionViewItemsShouldResizeWhenWidthDecreases [< 1 ms] 2026-02-10T07:38:59.9552286Z Error Message: 2026-02-10T07:38:59.9552442Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9552615Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9552757Z Stack Trace: 2026-02-10T07:38:59.9552926Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9553178Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9553416Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9553684Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9553942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9554169Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9554385Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9554488Z 2026-02-10T07:38:59.9554638Z Failed CollectionViewWithHeaderAndRefreshViewShouldNotCrashOnPullToRefresh [< 1 ms] 2026-02-10T07:38:59.9554792Z Error Message: 2026-02-10T07:38:59.9554949Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9555119Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9555260Z Stack Trace: 2026-02-10T07:38:59.9555440Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9555684Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9555941Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9556163Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9556406Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9556619Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9556825Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9556930Z 2026-02-10T07:38:59.9557067Z Failed SingleItemAlignmentInCollectionViewHorizontalGridLayout [< 1 ms] 2026-02-10T07:38:59.9557212Z Error Message: 2026-02-10T07:38:59.9557362Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9557525Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9557658Z Stack Trace: 2026-02-10T07:38:59.9557825Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9558056Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9558281Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9558507Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9558755Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9558967Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9559172Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9559275Z 2026-02-10T07:38:59.9559395Z Failed CollectionViewMeasureFirstItem [< 1 ms] 2026-02-10T07:38:59.9559528Z Error Message: 2026-02-10T07:38:59.9559676Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9559862Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9559995Z Stack Trace: 2026-02-10T07:38:59.9560165Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9560396Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9560620Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9560843Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9561096Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9561308Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9561596Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9561737Z 2026-02-10T07:38:59.9561884Z Failed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [< 1 ms] 2026-02-10T07:38:59.9562034Z Error Message: 2026-02-10T07:38:59.9562184Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9562352Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9562489Z Stack Trace: 2026-02-10T07:38:59.9562657Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9562889Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9563115Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9563340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9563587Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9563800Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9564005Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9564110Z 2026-02-10T07:38:59.9564254Z Failed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [< 1 ms] 2026-02-10T07:38:59.9564412Z Error Message: 2026-02-10T07:38:59.9564552Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9564707Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9564833Z Stack Trace: 2026-02-10T07:38:59.9564991Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9565206Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9565416Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9565626Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9565853Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9566085Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9566277Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9566371Z 2026-02-10T07:38:59.9566493Z Failed HeaderShouldNotCollapseWithItems [< 1 ms] 2026-02-10T07:38:59.9566621Z Error Message: 2026-02-10T07:38:59.9566762Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9566916Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9567044Z Stack Trace: 2026-02-10T07:38:59.9567202Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9567421Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9567639Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9567853Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9568106Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9568309Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9568503Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9568605Z 2026-02-10T07:38:59.9568725Z Failed CollectionViewHorizontalItemSpacing [< 1 ms] 2026-02-10T07:38:59.9568857Z Error Message: 2026-02-10T07:38:59.9568998Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9569152Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9569279Z Stack Trace: 2026-02-10T07:38:59.9569436Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9569652Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9569861Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9570075Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9570305Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9570504Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9570700Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9570797Z 2026-02-10T07:38:59.9570911Z Failed CollectionViewShouldHaveScrollBar [< 1 ms] 2026-02-10T07:38:59.9571039Z Error Message: 2026-02-10T07:38:59.9571180Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9571334Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9571458Z Stack Trace: 2026-02-10T07:38:59.9571718Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9571991Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9572205Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9572422Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9572659Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9572856Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9573047Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9573141Z 2026-02-10T07:38:59.9573283Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25468(Android). 2026-02-10T07:38:59.9573461Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9573615Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9573817Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9574036Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9574242Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25468(Android) 2026-02-10T07:38:59.9574408Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9574557Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9574711Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9574864Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9575046Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9575272Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9575485Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9575697Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9575927Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9576129Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9576332Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9576492Z --TearDown 2026-02-10T07:38:59.9576652Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9576852Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9577064Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9577292Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9577520Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9577714Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9577902Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25514(Android) 2026-02-10T07:38:59.9578061Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9578224Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9578382Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9578556Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9578757Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9578952Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25514(Android). 2026-02-10T07:38:59.9579131Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9579296Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9579504Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9579744Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9579960Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25514(Android). 2026-02-10T07:38:59.9580147Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9580296Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9580462Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9580672Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9580866Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25514(Android) 2026-02-10T07:38:59.9581022Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9581165Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9581309Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9581459Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9581751Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9582002Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9582227Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9582455Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9582704Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9582915Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9583134Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9583312Z --TearDown 2026-02-10T07:38:59.9583470Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9583719Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9583975Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9584221Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9584447Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9584659Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9584858Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25551(Android) 2026-02-10T07:38:59.9585024Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9585208Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9585388Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9585576Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9585839Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9586043Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25551(Android). 2026-02-10T07:38:59.9586228Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9586396Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9586580Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9586819Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9587038Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25551(Android). 2026-02-10T07:38:59.9587216Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9587380Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9587565Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9587800Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9588014Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25551(Android) 2026-02-10T07:38:59.9588185Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9588337Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9588491Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9588656Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9588843Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9589082Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9589296Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9589509Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9589777Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9589993Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9590198Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9590366Z --TearDown 2026-02-10T07:38:59.9590531Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9590739Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9590963Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9591210Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9591414Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9591732Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9591925Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25649(Android) 2026-02-10T07:38:59.9592092Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9592263Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9592429Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9592615Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9592835Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9593035Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25649(Android). 2026-02-10T07:38:59.9593216Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9593374Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9593559Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9593782Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9594011Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25649(Android). 2026-02-10T07:38:59.9594189Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9594345Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9594516Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9594733Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9594933Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25649(Android) 2026-02-10T07:38:59.9595097Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9595244Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9595397Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9595550Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9595726Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9595976Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9596176Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9596376Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9596588Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9596779Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9596961Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9597113Z --TearDown 2026-02-10T07:38:59.9597262Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9597483Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9597682Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9597907Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9598097Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9598278Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9598451Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25671(Android) 2026-02-10T07:38:59.9598599Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9598755Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9598902Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9599067Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9599257Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9599440Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25671(Android). 2026-02-10T07:38:59.9599605Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9599753Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9599917Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9600122Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9600319Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25671(Android). 2026-02-10T07:38:59.9600485Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9600632Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9600795Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9600998Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9601216Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25671(Android) 2026-02-10T07:38:59.9601370Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9601590Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9601748Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9601892Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9602063Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9602273Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9602475Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9602680Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9602896Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9603119Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9603302Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9603455Z --TearDown 2026-02-10T07:38:59.9603603Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9603793Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9603995Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9604212Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9604418Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9604600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9604773Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25859(Android) 2026-02-10T07:38:59.9604921Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9605077Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9605228Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9605394Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9605588Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9605775Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25859(Android). 2026-02-10T07:38:59.9605943Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9606097Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9606264Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9606471Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9606697Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25859(Android). 2026-02-10T07:38:59.9606862Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9607008Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9607174Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9607379Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9607573Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25859(Android) 2026-02-10T07:38:59.9607731Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9607872Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9608020Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9608165Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9608334Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9608579Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9608786Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9608994Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9609229Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9609430Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9609624Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9609786Z --TearDown 2026-02-10T07:38:59.9609941Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9610136Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9610351Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9610581Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9610782Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9610973Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9611162Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue25889(Android) 2026-02-10T07:38:59.9611312Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9611474Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9611718Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9611895Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9612093Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9612307Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25889(Android). 2026-02-10T07:38:59.9612472Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9612619Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9612782Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9612985Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9613181Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue25889(Android). 2026-02-10T07:38:59.9613346Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9613489Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9613652Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9613860Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9614081Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25889(Android) 2026-02-10T07:38:59.9614235Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9614377Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9614518Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9614660Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9614827Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9615036Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9615237Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9615440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9615657Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9615846Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9616026Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9616175Z --TearDown 2026-02-10T07:38:59.9616323Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9616511Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9616709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9616928Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9617119Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9617300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9617469Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue26066(Android) 2026-02-10T07:38:59.9617640Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9617796Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9617941Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9618105Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9618302Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9618485Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26066(Android). 2026-02-10T07:38:59.9618646Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9618795Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9618960Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9619164Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9619361Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26066(Android). 2026-02-10T07:38:59.9619551Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9619697Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9619863Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9620068Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9620262Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26066(Android) 2026-02-10T07:38:59.9620419Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9620557Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9620702Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9620847Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9621014Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9621230Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9621430Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9621705Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9621929Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9622121Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9622308Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9622457Z --TearDown 2026-02-10T07:38:59.9622611Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9622803Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9623004Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9623256Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9623448Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9623634Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9623808Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue26187(Android) 2026-02-10T07:38:59.9623958Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9624115Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9624264Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9624431Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9624631Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9624816Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26187(Android). 2026-02-10T07:38:59.9625020Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9625169Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9625334Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9625542Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9625741Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26187(Android). 2026-02-10T07:38:59.9625910Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9626060Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9626224Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9626432Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9626627Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26187(Android) 2026-02-10T07:38:59.9626782Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9626924Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9627068Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9627211Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9627377Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9627589Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9627790Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9627991Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9628211Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9628400Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9628600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9628811Z --TearDown 2026-02-10T07:38:59.9628980Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9629192Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9629420Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9629653Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9629864Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9630075Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9630256Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue26817(Android) 2026-02-10T07:38:59.9630419Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9630608Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9630762Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9630934Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9631136Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9631328Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26817(Android). 2026-02-10T07:38:59.9631565Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9631738Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9631912Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9632129Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9632349Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26817(Android). 2026-02-10T07:38:59.9632522Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9632678Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9632849Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9633065Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9633271Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26817(Android) 2026-02-10T07:38:59.9633434Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9633584Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9633738Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9633889Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9634064Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9634289Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9634503Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9634754Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9634983Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9635183Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9635377Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9635536Z --TearDown 2026-02-10T07:38:59.9635696Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9635890Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9636102Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9636331Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9636567Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9636759Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9636940Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue26997(Android) 2026-02-10T07:38:59.9637099Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9637265Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9637423Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9637597Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9637799Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9637996Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26997(Android). 2026-02-10T07:38:59.9638171Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9638327Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9638501Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9638719Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9638925Z Failed AppShouldNotCrashAfterLoadingGroupedCollectionView [< 1 ms] 2026-02-10T07:38:59.9639063Z Error Message: 2026-02-10T07:38:59.9639196Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9639352Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9639478Z Stack Trace: 2026-02-10T07:38:59.9639637Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9639855Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9640064Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9640284Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9640546Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9640746Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9640944Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9641036Z 2026-02-10T07:38:59.9641160Z Failed CollectionViewPreSelectionShouldUpdate [< 1 ms] 2026-02-10T07:38:59.9641293Z Error Message: 2026-02-10T07:38:59.9641435Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9641679Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9641812Z Stack Trace: 2026-02-10T07:38:59.9641981Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9642215Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9642435Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9642702Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9642930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9643134Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9643329Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9643431Z 2026-02-10T07:38:59.9643549Z Failed Issue25649Test [< 1 ms] 2026-02-10T07:38:59.9643671Z Error Message: 2026-02-10T07:38:59.9643814Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9643974Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9644101Z Stack Trace: 2026-02-10T07:38:59.9644257Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9644476Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9644684Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9644898Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9645116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9645310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9645492Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9645579Z 2026-02-10T07:38:59.9645693Z Failed LayoutPassesShouldNotIncrease [< 1 ms] 2026-02-10T07:38:59.9645813Z Error Message: 2026-02-10T07:38:59.9645947Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9646091Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9646212Z Stack Trace: 2026-02-10T07:38:59.9646363Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9646605Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9646811Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9647014Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9647265Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9647459Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9647642Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9647737Z 2026-02-10T07:38:59.9647855Z Failed CVHorizontalLinearItemsLayoutItemSpacing [< 1 ms] 2026-02-10T07:38:59.9647977Z Error Message: 2026-02-10T07:38:59.9648110Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9648282Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9648401Z Stack Trace: 2026-02-10T07:38:59.9648551Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9648752Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9648952Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9649153Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9649377Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9649567Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9649750Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9649843Z 2026-02-10T07:38:59.9649954Z Failed RemainingItemsThresholdReachedCommandFired [< 1 ms] 2026-02-10T07:38:59.9650080Z Error Message: 2026-02-10T07:38:59.9650213Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9650359Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9650484Z Stack Trace: 2026-02-10T07:38:59.9650635Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9650840Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9651044Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9651247Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9651473Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9651758Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9651978Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9652065Z 2026-02-10T07:38:59.9652184Z Failed CollectionView2ShouldFindAncestorType [< 1 ms] 2026-02-10T07:38:59.9652308Z Error Message: 2026-02-10T07:38:59.9652444Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9652590Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9652710Z Stack Trace: 2026-02-10T07:38:59.9652861Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9653066Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9653266Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9653464Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9653680Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9653916Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9654109Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9654204Z 2026-02-10T07:38:59.9654321Z Failed SelectedItemVisualIsCleared [< 1 ms] 2026-02-10T07:38:59.9654447Z Error Message: 2026-02-10T07:38:59.9654587Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9654738Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9654865Z Stack Trace: 2026-02-10T07:38:59.9655024Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9655242Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9655451Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9655660Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9655892Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9656090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9656286Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9656375Z 2026-02-10T07:38:59.9656496Z Failed AccessibilityTraitsSetCorrectly [< 1 ms] 2026-02-10T07:38:59.9656623Z Error Message: 2026-02-10T07:38:59.9656763Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9656916Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9657040Z Stack Trace: 2026-02-10T07:38:59.9657198Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9657416Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9657625Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9657854Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9658073Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9658265Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9658450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9658544Z 2026-02-10T07:38:59.9658658Z Failed CollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9658777Z Error Message: 2026-02-10T07:38:59.9658911Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9659064Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9659182Z Stack Trace: 2026-02-10T07:38:59.9659332Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9659537Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9659767Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9659966Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9660184Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9660373Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9660559Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9660650Z 2026-02-10T07:38:59.9660778Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue26997(Android). 2026-02-10T07:38:59.9660948Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9661095Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9661261Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9661477Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9661745Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue26997(Android) 2026-02-10T07:38:59.9661906Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9662047Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9662191Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9662338Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9662509Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9662720Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9662923Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9663134Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9663430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9663648Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9663841Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9664014Z --TearDown 2026-02-10T07:38:59.9664179Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9664389Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9664620Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9664864Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9665074Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9665326Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9665518Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue27200(Android) 2026-02-10T07:38:59.9665672Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9665847Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9666012Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9666308Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9666522Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9666721Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27200(Android). 2026-02-10T07:38:59.9666898Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9667064Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9667249Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9667484Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9667700Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27200(Android). 2026-02-10T07:38:59.9667881Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9668050Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9668240Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9668468Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9668692Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27200(Android) 2026-02-10T07:38:59.9668867Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9669017Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9669173Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9669331Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9669529Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9669779Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9669999Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9670223Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9670476Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9670686Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9670891Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9671062Z --TearDown 2026-02-10T07:38:59.9671228Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9671544Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9671795Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9672042Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9672243Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9672439Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9672621Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue27711(Android) 2026-02-10T07:38:59.9672779Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9672948Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9673103Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9673278Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9673481Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9673678Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27711(Android). 2026-02-10T07:38:59.9673852Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9674014Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9674190Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9674411Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9674630Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27711(Android). 2026-02-10T07:38:59.9674812Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9674961Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9675127Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9675340Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9675587Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27711(Android) 2026-02-10T07:38:59.9675743Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9675884Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9676022Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9676166Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9676339Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9676560Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9676762Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9676964Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9677212Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9677403Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9677585Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9677735Z --TearDown 2026-02-10T07:38:59.9677887Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9678073Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9678276Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9678492Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9678686Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9678870Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9679040Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue27766(Android) 2026-02-10T07:38:59.9679188Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9679342Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9679497Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9679660Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9679855Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9680035Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27766(Android). 2026-02-10T07:38:59.9680205Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9680353Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9680520Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9680725Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9680949Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27766(Android). 2026-02-10T07:38:59.9681118Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9681270Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9681432Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9681732Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9681927Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27766(Android) 2026-02-10T07:38:59.9682084Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9682223Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9682372Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9682517Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9682687Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9682933Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9683142Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9683343Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9683558Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9683750Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9684450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9684598Z --TearDown 2026-02-10T07:38:59.9684748Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9684933Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9685131Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9685349Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9685538Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9685722Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9685893Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue2777(Android) 2026-02-10T07:38:59.9686040Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9686196Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9686344Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9686506Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9686699Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9686920Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue2777(Android). 2026-02-10T07:38:59.9687095Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9687242Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9687417Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9687631Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9687834Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue2777(Android). 2026-02-10T07:38:59.9688003Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9688156Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9688331Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9688556Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9688771Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue2777(Android) 2026-02-10T07:38:59.9688930Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9689070Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9689215Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9689360Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9689528Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9689741Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9689950Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9690149Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9690363Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9690554Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9690735Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9690887Z --TearDown 2026-02-10T07:38:59.9691035Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9691223Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9691428Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9691736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9691929Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9692114Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9692290Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue27797(Android) 2026-02-10T07:38:59.9693103Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9693265Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9693413Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9693579Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9693770Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9693955Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27797(Android). 2026-02-10T07:38:59.9694122Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9694269Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9694435Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9694646Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9694878Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27797(Android). 2026-02-10T07:38:59.9695050Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9695196Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9695360Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9695566Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9695771Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27797(Android) 2026-02-10T07:38:59.9695938Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9696089Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9696240Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9696396Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9696577Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9696799Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9697010Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9697223Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9697458Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9697658Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9697854Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9698012Z --TearDown 2026-02-10T07:38:59.9698172Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9698371Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9698581Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9698834Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9699033Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9699228Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9699406Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue27808(Android) 2026-02-10T07:38:59.9699563Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9699727Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9699885Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9700057Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9700260Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9700454Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27808(Android). 2026-02-10T07:38:59.9700651Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9700810Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9700984Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9701204Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9701411Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue27808(Android). 2026-02-10T07:38:59.9701686Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9701845Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9702023Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9702247Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9702451Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue27808(Android) 2026-02-10T07:38:59.9702618Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9702769Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9702924Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9703079Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9703274Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9703516Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9703739Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9703970Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9704223Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9704432Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9704668Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9704834Z --TearDown 2026-02-10T07:38:59.9704999Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9705204Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9705429Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9705675Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9705883Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9706090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9706280Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28162(Android) 2026-02-10T07:38:59.9706437Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9706633Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9706801Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9706981Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9707200Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9707413Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28162(Android). 2026-02-10T07:38:59.9707608Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9707775Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9707970Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9708215Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9708448Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28162(Android). 2026-02-10T07:38:59.9708645Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9708817Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9709006Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9709248Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9709465Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28162(Android) 2026-02-10T07:38:59.9709647Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9709806Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9709972Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9710140Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9710337Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9710582Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9710822Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9711092Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9711344Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9711665Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9711898Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9712076Z --TearDown 2026-02-10T07:38:59.9712250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9712472Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9712709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9713006Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9713223Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9713427Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9713617Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28212(Android) 2026-02-10T07:38:59.9713786Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9713959Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9714126Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9714310Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9714524Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9714729Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28212(Android). 2026-02-10T07:38:59.9714914Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9715078Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9715262Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9715498Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9715726Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28212(Android). 2026-02-10T07:38:59.9715914Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9716080Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9716268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9716504Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9716719Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28212(Android) 2026-02-10T07:38:59.9716895Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9717051Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9717264Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9717426Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9717617Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9717851Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9718077Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9718301Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9718543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9718757Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9718965Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9719168Z --TearDown 2026-02-10T07:38:59.9719327Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9719549Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9719773Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9720013Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9720229Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9720436Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9720628Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28530(Android) 2026-02-10T07:38:59.9720795Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9720978Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9721142Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9721329Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9721642Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9721867Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28530(Android). 2026-02-10T07:38:59.9722056Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9722224Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9722408Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9722644Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9722867Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28530(Android). 2026-02-10T07:38:59.9723055Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9723220Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9723447Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9723681Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9723902Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28530(Android) 2026-02-10T07:38:59.9724066Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9724217Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9724373Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9724528Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9724705Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9724930Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9725139Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9725384Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9725613Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9725816Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9726010Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9726171Z --TearDown 2026-02-10T07:38:59.9726329Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9726528Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9726751Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9726979Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9727183Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9727375Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9727556Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28580(Android) 2026-02-10T07:38:59.9727715Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9727878Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9728032Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9728205Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9728408Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9728599Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28580(Android). 2026-02-10T07:38:59.9728774Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9728931Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9729103Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9729346Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9729542Z Failed CollectionViewHeaderSizewithIsVisibleBinding [< 1 ms] 2026-02-10T07:38:59.9729675Z Error Message: 2026-02-10T07:38:59.9729815Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9729969Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9730093Z Stack Trace: 2026-02-10T07:38:59.9730253Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9730469Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9730680Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9730892Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9731148Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9731347Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9731631Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9731739Z 2026-02-10T07:38:59.9731869Z Failed RightToLeftFlowDirectionShouldWork [< 1 ms] 2026-02-10T07:38:59.9732000Z Error Message: 2026-02-10T07:38:59.9732133Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9732289Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9732419Z Stack Trace: 2026-02-10T07:38:59.9732581Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9732801Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9733022Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9733233Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9733461Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9733664Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9733855Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9733948Z 2026-02-10T07:38:59.9734079Z Failed ShouldIgnoreBottomContentInsetForCollectionViewItems [< 1 ms] 2026-02-10T07:38:59.9734213Z Error Message: 2026-02-10T07:38:59.9734355Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9734509Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9734637Z Stack Trace: 2026-02-10T07:38:59.9734797Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9735015Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9735281Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9735505Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9735734Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9735937Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9736130Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9736229Z 2026-02-10T07:38:59.9736344Z Failed Issue2777Test [< 1 ms] 2026-02-10T07:38:59.9736465Z Error Message: 2026-02-10T07:38:59.9736609Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9736762Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9736887Z Stack Trace: 2026-02-10T07:38:59.9737047Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9737313Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9737534Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9737757Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9737999Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9738209Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9738414Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9738512Z 2026-02-10T07:38:59.9738643Z Failed AppShouldNotCrashWhenModifyingCollectionView [< 1 ms] 2026-02-10T07:38:59.9738780Z Error Message: 2026-02-10T07:38:59.9738926Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9739090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9739219Z Stack Trace: 2026-02-10T07:38:59.9739386Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9739612Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9739835Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9740056Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9740298Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9740517Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9740721Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9740818Z 2026-02-10T07:38:59.9740945Z Failed CollectionViewShouldHaveCorrectHeight [< 1 ms] 2026-02-10T07:38:59.9741098Z Error Message: 2026-02-10T07:38:59.9741238Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9741393Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9741613Z Stack Trace: 2026-02-10T07:38:59.9741787Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9742005Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9742217Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9742432Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9742664Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9742868Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9743133Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9743303Z 2026-02-10T07:38:59.9743500Z Failed SwitchingVisibilityAndChangingItemsSourceShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9743712Z Error Message: 2026-02-10T07:38:59.9743921Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9744159Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9744349Z Stack Trace: 2026-02-10T07:38:59.9744511Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9744736Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9744977Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9745198Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9745443Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9745653Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9745869Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9745963Z 2026-02-10T07:38:59.9746082Z Failed Issue28212_CollectionView [< 1 ms] 2026-02-10T07:38:59.9746205Z Error Message: 2026-02-10T07:38:59.9746347Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9746511Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9746640Z Stack Trace: 2026-02-10T07:38:59.9746809Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9747043Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9747325Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9747602Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9747920Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9748150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9748374Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9748498Z 2026-02-10T07:38:59.9748631Z Failed ReorderBetweenGroupsShouldNotOccurWhenCanMixGroupsIsFalse [< 1 ms] 2026-02-10T07:38:59.9748792Z Error Message: 2026-02-10T07:38:59.9748936Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9749114Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9749246Z Stack Trace: 2026-02-10T07:38:59.9749424Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9749698Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9749964Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9750245Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9750491Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9750699Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9750913Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9751013Z 2026-02-10T07:38:59.9751139Z Failed FooterWithEmptyCVShouldHaveCorrectSize [< 1 ms] 2026-02-10T07:38:59.9751269Z Error Message: 2026-02-10T07:38:59.9751411Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9751659Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9751790Z Stack Trace: 2026-02-10T07:38:59.9751962Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9752190Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9752424Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9752651Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9752891Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9753102Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9753316Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9753418Z 2026-02-10T07:38:59.9753563Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28580(Android). 2026-02-10T07:38:59.9753752Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9753917Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9754104Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9754363Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9754567Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28580(Android) 2026-02-10T07:38:59.9754736Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9754885Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9755038Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9755192Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9755371Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9755591Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9755802Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9756016Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9756282Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9756483Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9756676Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9756837Z --TearDown 2026-02-10T07:38:59.9756994Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9757196Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9757408Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9757645Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9757844Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9758035Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9758215Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28622(Android) 2026-02-10T07:38:59.9758373Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9758536Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9758691Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9758864Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9759068Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9759263Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28622(Android). 2026-02-10T07:38:59.9759439Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9759589Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9759763Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9760004Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9760212Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28622(Android). 2026-02-10T07:38:59.9760390Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9760541Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9760714Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9760933Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9761141Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28622(Android) 2026-02-10T07:38:59.9761309Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9761456Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9761706Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9761862Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9762089Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9762310Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9762519Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9762728Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9762955Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9763155Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9763348Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9763507Z --TearDown 2026-02-10T07:38:59.9763663Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9763862Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9764074Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9764300Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9764507Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9764699Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9764877Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28678(Android) 2026-02-10T07:38:59.9765033Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9765195Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9765351Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9765525Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9765768Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9765972Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28678(Android). 2026-02-10T07:38:59.9766159Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9766322Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9766506Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9766733Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9766947Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28678(Android). 2026-02-10T07:38:59.9767131Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9767295Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9767474Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9767703Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9767946Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28678(Android) 2026-02-10T07:38:59.9768119Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9768279Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9768438Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9768598Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9768785Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9769022Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9769247Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9769468Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9769709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9769917Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9770119Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9770286Z --TearDown 2026-02-10T07:38:59.9770457Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9770666Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9770892Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9771129Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9771352Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9771646Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9771860Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue28716(Android) 2026-02-10T07:38:59.9772007Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9772162Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9772311Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9772476Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9772667Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9772847Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28716(Android). 2026-02-10T07:38:59.9773014Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9773160Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9773323Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9773530Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9773756Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue28716(Android). 2026-02-10T07:38:59.9773920Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9774069Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9774234Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9774441Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9774635Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue28716(Android) 2026-02-10T07:38:59.9774791Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9774933Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9775079Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9775231Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9775402Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9775614Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9775827Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9776030Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9776247Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9776439Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9776619Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9776769Z --TearDown 2026-02-10T07:38:59.9776919Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9777106Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9777332Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9777548Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9777737Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9777920Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9778097Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue29130(Android) 2026-02-10T07:38:59.9778242Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9778397Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9778545Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9778708Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9778900Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9779116Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29130(Android). 2026-02-10T07:38:59.9779287Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9779439Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9779610Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9779826Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9780033Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29130(Android). 2026-02-10T07:38:59.9780207Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9780356Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9780531Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9780743Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9780941Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29130(Android) 2026-02-10T07:38:59.9781100Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9781246Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9781394Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9781612Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9781788Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9781999Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9782195Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9782395Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9782610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9782843Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9783030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9783188Z --TearDown 2026-02-10T07:38:59.9783340Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9783535Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9783743Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9783974Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9784166Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9784357Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9784567Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue29207(Android) 2026-02-10T07:38:59.9784723Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9784884Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9785038Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9785206Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9785403Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9785604Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29207(Android). 2026-02-10T07:38:59.9785775Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9785927Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9786101Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9786313Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9786519Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29207(Android). 2026-02-10T07:38:59.9786691Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9786842Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9787014Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9787229Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9787431Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29207(Android) 2026-02-10T07:38:59.9787593Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9787737Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9787888Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9788039Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9788213Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9788435Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9788660Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9788859Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9789075Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9789264Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9789446Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9789594Z --TearDown 2026-02-10T07:38:59.9789745Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9789932Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9790132Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9790371Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9790561Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9790743Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9790914Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue29491(Android) 2026-02-10T07:38:59.9791066Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9791223Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9791368Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9791593Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9791801Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9791983Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29491(Android). 2026-02-10T07:38:59.9792157Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9792304Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9792461Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9792697Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9792965Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29491(Android). 2026-02-10T07:38:59.9793198Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9793409Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9793634Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9793840Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9794036Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29491(Android) 2026-02-10T07:38:59.9794229Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9794369Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9794513Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9794656Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9794823Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9795032Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9795231Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9795431Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9795649Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9795838Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9796052Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9796201Z --TearDown 2026-02-10T07:38:59.9796351Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9796537Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9796739Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9796956Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9797149Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9797334Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9797503Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue29882(Android) 2026-02-10T07:38:59.9797651Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9797804Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9797950Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9798114Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9798315Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9798498Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29882(Android). 2026-02-10T07:38:59.9798662Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9798810Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9798975Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9799181Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9799385Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29882(Android). 2026-02-10T07:38:59.9799549Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9799720Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9799884Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9800089Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9800282Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29882(Android) 2026-02-10T07:38:59.9800440Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9800581Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9800724Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9800867Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9801035Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9801248Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9801471Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9801768Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9801988Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9802180Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9802363Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9802518Z --TearDown 2026-02-10T07:38:59.9802667Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9802857Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9803059Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9803279Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9803470Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9803653Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9803827Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue29937(Android) 2026-02-10T07:38:59.9803978Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9804136Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9804284Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9804446Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9804638Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9804820Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29937(Android). 2026-02-10T07:38:59.9804985Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9805191Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9805357Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9805565Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9805761Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue29937(Android). 2026-02-10T07:38:59.9805938Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9806085Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9806250Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9806455Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9806647Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue29937(Android) 2026-02-10T07:38:59.9806804Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9806973Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9807115Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9807262Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9807430Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9807639Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9807840Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9808041Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9808258Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9808450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9808632Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9808784Z --TearDown 2026-02-10T07:38:59.9808934Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9809123Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9809325Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9809540Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9809732Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9809915Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9810089Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue30868(Android) 2026-02-10T07:38:59.9810235Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9810393Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9810572Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9810738Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9810931Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9811118Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue30868(Android). 2026-02-10T07:38:59.9811289Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9811440Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9811705Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9811919Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9812102Z Failed ItemsLayoutShouldRenderProperlyOnEmptyView [< 1 ms] 2026-02-10T07:38:59.9812230Z Error Message: 2026-02-10T07:38:59.9812364Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9812510Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9812661Z Stack Trace: 2026-02-10T07:38:59.9812815Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9813024Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9813226Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9813429Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9813656Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9813848Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9814033Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9814121Z 2026-02-10T07:38:59.9814246Z Failed HeaderFooterSelectionAfterItemsLayoutChangeShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9814374Z Error Message: 2026-02-10T07:38:59.9814510Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9814660Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9814780Z Stack Trace: 2026-02-10T07:38:59.9814990Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9815257Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9815643Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9815848Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9816063Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9816255Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9816438Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9816568Z 2026-02-10T07:38:59.9816683Z Failed KeepLastItemInViewShouldWork [< 1 ms] 2026-02-10T07:38:59.9816802Z Error Message: 2026-02-10T07:38:59.9816939Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9817090Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9817209Z Stack Trace: 2026-02-10T07:38:59.9817351Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9817566Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9817767Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9817966Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9818185Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9818401Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9818582Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9818668Z 2026-02-10T07:38:59.9818786Z Failed ItemSizeShouldRespondForItemSizingStrategy [< 1 ms] 2026-02-10T07:38:59.9818911Z Error Message: 2026-02-10T07:38:59.9819048Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9819196Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9819316Z Stack Trace: 2026-02-10T07:38:59.9819470Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9819676Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9819878Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9820080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9820295Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9820485Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9820669Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9820765Z 2026-02-10T07:38:59.9820887Z Failed ItemTemplateShouldUpdateDynamicallyWithCacheClear [< 1 ms] 2026-02-10T07:38:59.9821014Z Error Message: 2026-02-10T07:38:59.9821152Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9821300Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9821420Z Stack Trace: 2026-02-10T07:38:59.9821650Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9821866Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9822066Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9822310Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9822538Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9822743Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9822936Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9823035Z 2026-02-10T07:38:59.9823143Z Failed ScrollToLastItem [< 1 ms] 2026-02-10T07:38:59.9823263Z Error Message: 2026-02-10T07:38:59.9823402Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9823551Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9823682Z Stack Trace: 2026-02-10T07:38:59.9823839Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9824053Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9824285Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9824488Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9824714Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9824903Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9825086Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9825173Z 2026-02-10T07:38:59.9825288Z Failed VerifyDataTemplateParentIsNotNull [< 1 ms] 2026-02-10T07:38:59.9825408Z Error Message: 2026-02-10T07:38:59.9825539Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9825687Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9825805Z Stack Trace: 2026-02-10T07:38:59.9825956Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9826163Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9826361Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9826564Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9826781Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9826971Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9827156Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9827248Z 2026-02-10T07:38:59.9827362Z Failed SettingItemSourceToNullShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9827483Z Error Message: 2026-02-10T07:38:59.9827613Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9827761Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9827907Z Stack Trace: 2026-02-10T07:38:59.9828051Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9828265Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9828467Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9828667Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9828885Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9829072Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9829257Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9829344Z 2026-02-10T07:38:59.9829462Z Failed SettingSelectedItemAndItemSourceShouldNotCrash [< 1 ms] 2026-02-10T07:38:59.9829612Z Error Message: 2026-02-10T07:38:59.9829746Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9829889Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9830010Z Stack Trace: 2026-02-10T07:38:59.9830161Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9830369Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9830567Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9830771Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9830990Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9831182Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9831366Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9831461Z 2026-02-10T07:38:59.9831709Z Failed CollectionViewSelectionModeOnDarkTheme [< 1 ms] 2026-02-10T07:38:59.9831839Z Error Message: 2026-02-10T07:38:59.9831979Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9832132Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9832256Z Stack Trace: 2026-02-10T07:38:59.9832413Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9832636Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9832848Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9833057Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9833285Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9833509Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9833693Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9833789Z 2026-02-10T07:38:59.9833918Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue30868(Android). 2026-02-10T07:38:59.9834088Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9834239Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9834407Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9834616Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9834817Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue30868(Android) 2026-02-10T07:38:59.9834975Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9835117Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9835262Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9835437Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9835608Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9835821Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9836022Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9836222Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9836441Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9836633Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9836819Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9836970Z --TearDown 2026-02-10T07:38:59.9837118Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9837306Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9837508Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9837726Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9837919Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9838101Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9838271Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue30953(Android) 2026-02-10T07:38:59.9838421Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9838578Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9838726Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9838914Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9839108Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9839290Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue30953(Android). 2026-02-10T07:38:59.9839462Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9839610Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9839777Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9839984Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9840183Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue30953(Android). 2026-02-10T07:38:59.9840348Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9840497Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9840659Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9840890Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9841089Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue30953(Android) 2026-02-10T07:38:59.9841243Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9841385Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9841596Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9841753Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9841923Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9842142Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9842344Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9842542Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9842760Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9842949Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9843132Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9843283Z --TearDown 2026-02-10T07:38:59.9843431Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9843619Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9843819Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9844038Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9844229Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9844447Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9844621Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue31096(Android) 2026-02-10T07:38:59.9844767Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9844925Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9845070Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9845236Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9845426Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9845612Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31096(Android). 2026-02-10T07:38:59.9845778Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9845928Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9846092Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9846352Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9846551Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31096(Android). 2026-02-10T07:38:59.9846718Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9846867Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9847033Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9847274Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9847474Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue31096(Android) 2026-02-10T07:38:59.9847630Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9847770Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9847912Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9848057Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9848226Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9848439Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9848648Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9848848Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9849069Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9849258Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9849442Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9849593Z --TearDown 2026-02-10T07:38:59.9849743Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9849957Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9850160Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9850379Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9850573Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9850758Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9850930Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue31351(Android) 2026-02-10T07:38:59.9851078Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9851238Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9851386Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9851648Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9851882Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9852068Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31351(Android). 2026-02-10T07:38:59.9852233Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9852383Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9852548Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9852756Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9852955Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31351(Android). 2026-02-10T07:38:59.9853123Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9853274Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9853441Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9853650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9853844Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue31351(Android) 2026-02-10T07:38:59.9854002Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9854147Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9854293Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9854440Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9854611Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9854823Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9855024Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9855236Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9855453Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9855676Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9855860Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9856011Z --TearDown 2026-02-10T07:38:59.9856160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9856352Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9856550Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9856765Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9856961Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9857143Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9857339Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue31465(Android) 2026-02-10T07:38:59.9857488Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9857644Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9857792Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9857955Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9858149Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9858332Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31465(Android). 2026-02-10T07:38:59.9858498Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9858646Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9858811Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9859016Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9859213Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31465(Android). 2026-02-10T07:38:59.9859378Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9859524Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9859690Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9859895Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9860089Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue31465(Android) 2026-02-10T07:38:59.9860245Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9860387Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9860534Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9860677Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9860849Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9861083Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9861282Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9861578Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9861822Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9862016Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9862199Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9862353Z --TearDown 2026-02-10T07:38:59.9862503Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9862692Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9862930Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9863158Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9863359Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9863554Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9863736Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue31897(Android) 2026-02-10T07:38:59.9863896Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9864062Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9864222Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9864397Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9864602Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9864796Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31897(Android). 2026-02-10T07:38:59.9864972Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9865125Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9865301Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9865519Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9865731Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31897(Android). 2026-02-10T07:38:59.9865909Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9866078Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9866263Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9866493Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9866732Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue31897(Android) 2026-02-10T07:38:59.9866909Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9867060Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9867214Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9867372Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9867561Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9867800Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9868028Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9868256Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9868507Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9868747Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9868957Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9869125Z --TearDown 2026-02-10T07:38:59.9869292Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9869502Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9869727Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9869968Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9870168Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9870384Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9870573Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue31911(Android) 2026-02-10T07:38:59.9870728Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9870899Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9871063Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9871245Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9871464Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9871754Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31911(Android). 2026-02-10T07:38:59.9871949Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9872114Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9872296Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9872532Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9872752Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue31911(Android). 2026-02-10T07:38:59.9872961Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9873121Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9873304Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9873539Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9873745Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue31911(Android) 2026-02-10T07:38:59.9873918Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9874067Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9874220Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9874377Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9874566Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9874798Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9875050Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9875280Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9875527Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9875747Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9875943Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9876103Z --TearDown 2026-02-10T07:38:59.9876262Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9876460Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9876671Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9876903Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9877104Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9877300Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9877479Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue32348(Android) 2026-02-10T07:38:59.9877636Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9877800Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9877956Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9878129Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9878330Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9878524Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32348(Android). 2026-02-10T07:38:59.9878726Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9878879Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9879055Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9879274Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9879482Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32348(Android). 2026-02-10T07:38:59.9879658Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9879818Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9879992Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9880214Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9880418Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue32348(Android) 2026-02-10T07:38:59.9880613Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9880768Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9880914Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9881058Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9881227Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9881438Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9881723Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9881942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9882178Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9882377Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9882572Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9882734Z --TearDown 2026-02-10T07:38:59.9882880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9883089Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9883302Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9883530Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9883732Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9883922Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9884101Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue32359(Android) 2026-02-10T07:38:59.9884254Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9884443Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9884589Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9884754Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9884946Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9885128Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32359(Android). 2026-02-10T07:38:59.9885296Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9885447Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9885612Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9885823Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9886009Z Failed CollectionViewSelectionModeOnLightTheme [< 1 ms] 2026-02-10T07:38:59.9886140Z Error Message: 2026-02-10T07:38:59.9886276Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9886451Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9886571Z Stack Trace: 2026-02-10T07:38:59.9886724Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9886928Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9887129Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9887331Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9887549Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9887742Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9887924Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9888020Z 2026-02-10T07:38:59.9888142Z Failed EnsureCollectionViewLayoutOnItemsSourceChange [< 1 ms] 2026-02-10T07:38:59.9888268Z Error Message: 2026-02-10T07:38:59.9888403Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9888549Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9888671Z Stack Trace: 2026-02-10T07:38:59.9888810Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9889019Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9889228Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9889428Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9889645Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9889835Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9890059Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9890146Z 2026-02-10T07:38:59.9890258Z Failed ChangingIsGroupedOnRuntime [< 1 ms] 2026-02-10T07:38:59.9890376Z Error Message: 2026-02-10T07:38:59.9890514Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9890661Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9890782Z Stack Trace: 2026-02-10T07:38:59.9890933Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9891142Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9891346Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9891634Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9891878Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9892100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9892283Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9892379Z 2026-02-10T07:38:59.9892495Z Failed CustomCollectionViewShouldScroll [< 1 ms] 2026-02-10T07:38:59.9892616Z Error Message: 2026-02-10T07:38:59.9892747Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9892894Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9893019Z Stack Trace: 2026-02-10T07:38:59.9893171Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9893378Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9893578Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9893777Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9893994Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9894179Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9894360Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9894447Z 2026-02-10T07:38:59.9894561Z Failed VerifyCollectionViewEmptyView [< 1 ms] 2026-02-10T07:38:59.9894683Z Error Message: 2026-02-10T07:38:59.9894818Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9894964Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9895086Z Stack Trace: 2026-02-10T07:38:59.9895236Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9895440Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9895639Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9895879Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9896112Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9896319Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9896514Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9896605Z 2026-02-10T07:38:59.9896730Z Failed EnsureCollectionViewLayoutOnItemsSourceChange [< 1 ms] 2026-02-10T07:38:59.9896859Z Error Message: 2026-02-10T07:38:59.9896998Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9897153Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9897275Z Stack Trace: 2026-02-10T07:38:59.9897432Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9897647Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9897869Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9898069Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9898288Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9898477Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9898657Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9898748Z 2026-02-10T07:38:59.9898866Z Failed HeaderShouldBeRemovedWhenSetToNull [< 1 ms] 2026-02-10T07:38:59.9898987Z Error Message: 2026-02-10T07:38:59.9899113Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9899257Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9899379Z Stack Trace: 2026-02-10T07:38:59.9899530Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9899744Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9899964Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9900174Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9900406Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9900608Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9900802Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9900893Z 2026-02-10T07:38:59.9901016Z Failed FooterShouldBeRemovedWhenSetToNull [< 1 ms] 2026-02-10T07:38:59.9901143Z Error Message: 2026-02-10T07:38:59.9901285Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9901463Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9901694Z Stack Trace: 2026-02-10T07:38:59.9901862Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9902089Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9902310Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9902528Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9902764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9902974Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9903172Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9903309Z 2026-02-10T07:38:59.9903438Z Failed VerifyCVBackgroundAndBackgroundColorWithVSM [< 1 ms] 2026-02-10T07:38:59.9903573Z Error Message: 2026-02-10T07:38:59.9903718Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9903878Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9904010Z Stack Trace: 2026-02-10T07:38:59.9904174Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9904401Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9904624Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9904844Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9905084Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9905289Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9905491Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9905583Z 2026-02-10T07:38:59.9905717Z Failed VerticalGridCollectionViewLTRToRTLToggleShouldWork [< 1 ms] 2026-02-10T07:38:59.9905861Z Error Message: 2026-02-10T07:38:59.9906008Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9906171Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9906303Z Stack Trace: 2026-02-10T07:38:59.9906471Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9906723Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9906992Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9907258Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9907548Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9907832Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9908071Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9908193Z 2026-02-10T07:38:59.9908344Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32359(Android). 2026-02-10T07:38:59.9908545Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9908723Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9908926Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9909197Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9909427Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue32359(Android) 2026-02-10T07:38:59.9909597Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9909772Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9909928Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9910079Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9910269Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9910504Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9910726Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9910953Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9911201Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9911402Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9911708Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9911878Z --TearDown 2026-02-10T07:38:59.9912045Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9912263Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9912487Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9912738Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9912941Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9913151Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9913343Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue32932(Android) 2026-02-10T07:38:59.9913512Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9913688Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9913879Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9914060Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9914277Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9914470Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32932(Android). 2026-02-10T07:38:59.9914655Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9914819Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9915004Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9915236Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9915446Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue32932(Android). 2026-02-10T07:38:59.9915634Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9915799Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9916013Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9916247Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9916462Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue32932(Android) 2026-02-10T07:38:59.9916636Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9916785Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9916939Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9917097Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9917277Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9917500Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9917713Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9917925Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9918155Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9918357Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9918549Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9918712Z --TearDown 2026-02-10T07:38:59.9918872Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9919071Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9919285Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9919523Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9919751Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9919943Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9920127Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue33130(Android) 2026-02-10T07:38:59.9920282Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9920444Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9920599Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9920771Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9920972Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9921170Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue33130(Android). 2026-02-10T07:38:59.9921344Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9921560Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9921783Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9922002Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9922211Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue33130(Android). 2026-02-10T07:38:59.9922386Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9922540Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9922711Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9922933Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9923137Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue33130(Android) 2026-02-10T07:38:59.9923306Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9923454Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9923606Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9923761Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9923936Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9924158Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9924374Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9924593Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9924827Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9925036Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9925235Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9925401Z --TearDown 2026-02-10T07:38:59.9925571Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9925787Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9925988Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9926213Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9926424Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9926620Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9926802Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue4600(Android) 2026-02-10T07:38:59.9926963Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9927124Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9927281Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9927455Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9927679Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9927873Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue4600(Android). 2026-02-10T07:38:59.9928046Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9928201Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9928376Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9928598Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9928808Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue4600(Android). 2026-02-10T07:38:59.9928986Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9929142Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9929315Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9929535Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9929740Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue4600(Android) 2026-02-10T07:38:59.9929907Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9930056Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9930208Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9930361Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9930539Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9930765Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9930978Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9931186Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9931450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9931754Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9931954Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9932115Z --TearDown 2026-02-10T07:38:59.9932276Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9932472Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9932689Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9932921Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9933123Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9933390Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9933579Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue5354(Android) 2026-02-10T07:38:59.9933741Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9933916Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9934079Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9934268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9934480Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9934683Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5354(Android). 2026-02-10T07:38:59.9934869Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9935038Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9935223Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9935460Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9935683Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5354(Android). 2026-02-10T07:38:59.9935869Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9936036Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9936221Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9936449Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9936662Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5354(Android) 2026-02-10T07:38:59.9936836Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9936990Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9937151Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9937311Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9937501Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9937751Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9937965Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9938179Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9938408Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9938608Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9938800Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9938960Z --TearDown 2026-02-10T07:38:59.9939118Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9939339Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9939553Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9939782Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9939979Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9940173Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9940361Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue5535(Android) 2026-02-10T07:38:59.9940508Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9940671Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9940826Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9941001Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9941211Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9941403Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5535(Android). 2026-02-10T07:38:59.9941665Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9941833Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9942007Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9942227Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9942435Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5535(Android). 2026-02-10T07:38:59.9942611Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9942767Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9942938Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9943156Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9943416Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5535(Android) 2026-02-10T07:38:59.9943588Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9943744Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9943904Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9944063Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9944249Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9944482Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9944703Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9944929Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9945172Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9945406Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9945603Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9945762Z --TearDown 2026-02-10T07:38:59.9945930Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9946139Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9946367Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9946608Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9946823Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9947026Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9947255Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue5765(Android) 2026-02-10T07:38:59.9947424Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9947601Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9947769Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9947965Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9948197Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9948414Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5765(Android). 2026-02-10T07:38:59.9948621Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9948798Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9948991Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9949238Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9949502Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5765(Android). 2026-02-10T07:38:59.9949698Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9949872Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9950067Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9950308Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9950529Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5765(Android) 2026-02-10T07:38:59.9950708Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9950875Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9951039Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9951202Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9951392Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9951758Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9952010Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9952256Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9952529Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9952774Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9953006Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9953175Z --TearDown 2026-02-10T07:38:59.9953357Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9953590Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9953837Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9954094Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9954332Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9954557Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9954755Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue5793(Android) 2026-02-10T07:38:59.9954936Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9955128Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9955305Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9955518Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9955760Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9955983Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5793(Android). 2026-02-10T07:38:59.9956222Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9956396Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9956589Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9956836Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9957079Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5793(Android). 2026-02-10T07:38:59.9957280Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9957455Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9957645Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9957876Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9958100Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5793(Android) 2026-02-10T07:38:59.9958309Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9958467Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9958632Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9958793Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9958980Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9959217Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9959443Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9959670Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9959914Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9960129Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9960335Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9960503Z --TearDown 2026-02-10T07:38:59.9960673Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9960885Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9961116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9961359Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9961664Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9961882Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9962076Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue5949(Android) 2026-02-10T07:38:59.9962276Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9962452Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9962618Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9962804Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9963021Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9963227Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5949(Android). 2026-02-10T07:38:59.9963414Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9963581Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9963764Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9963998Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9964227Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue5949(Android). 2026-02-10T07:38:59.9964448Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9964612Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9964795Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9965028Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9965247Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue5949(Android) 2026-02-10T07:38:59.9965425Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9965583Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9965747Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9965910Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9966100Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9966336Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9966560Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9966787Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9967032Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9967246Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9967455Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9967625Z --TearDown 2026-02-10T07:38:59.9967793Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9968005Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:38:59.9968234Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9968507Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9968717Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9968925Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9969114Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue6077(Android) 2026-02-10T07:38:59.9969279Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:38:59.9969452Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9969617Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9969800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9970018Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:38:59.9970222Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6077(Android). 2026-02-10T07:38:59.9970436Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9970599Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9970784Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9971011Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9971219Z Failed VerticalGridCollectionViewRTLColumnMirroringShouldWork [< 1 ms] 2026-02-10T07:38:59.9971363Z Error Message: 2026-02-10T07:38:59.9971607Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9971791Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9971927Z Stack Trace: 2026-02-10T07:38:59.9972099Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9972331Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9972556Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9972784Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9973034Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9973249Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9973456Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9973554Z 2026-02-10T07:38:59.9973700Z Failed EmptyViewShouldDisplayWhenCollectionViewIsInsideVerticalStackLayout [< 1 ms] 2026-02-10T07:38:59.9973853Z Error Message: 2026-02-10T07:38:59.9974003Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9974169Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9974303Z Stack Trace: 2026-02-10T07:38:59.9974473Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9974706Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9974976Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9975213Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9975465Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9975691Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9975903Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9976017Z 2026-02-10T07:38:59.9976163Z Failed GroupHeaderSizeShouldNotChangeWithItemSizingStrategy [< 1 ms] 2026-02-10T07:38:59.9976315Z Error Message: 2026-02-10T07:38:59.9976470Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9976640Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9976778Z Stack Trace: 2026-02-10T07:38:59.9976974Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9977206Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9977429Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9977655Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9977900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9978115Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9978321Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9978419Z 2026-02-10T07:38:59.9978554Z Failed InitiallyEmptySourceDisplaysAddedItem [< 1 ms] 2026-02-10T07:38:59.9978691Z Error Message: 2026-02-10T07:38:59.9978843Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9979004Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9979139Z Stack Trace: 2026-02-10T07:38:59.9979307Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9979538Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9979771Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9979999Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9980242Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9980459Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9980664Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9980772Z 2026-02-10T07:38:59.9980947Z Failed CollectionViewItemsLayoutUpdate [< 1 ms] 2026-02-10T07:38:59.9981081Z Error Message: 2026-02-10T07:38:59.9981231Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9981398Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9981616Z Stack Trace: 2026-02-10T07:38:59.9981795Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9982027Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9982251Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9982477Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9982728Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9982938Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9983179Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9983283Z 2026-02-10T07:38:59.9983401Z Failed SwappingEmptyViews [< 1 ms] 2026-02-10T07:38:59.9983531Z Error Message: 2026-02-10T07:38:59.9983683Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9983847Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9983980Z Stack Trace: 2026-02-10T07:38:59.9984153Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9984390Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9984621Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9984856Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9985115Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9985335Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9985545Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9985648Z 2026-02-10T07:38:59.9985785Z Failed FlexLayoutsInFramesShouldSizeCorrectly [< 1 ms] 2026-02-10T07:38:59.9985927Z Error Message: 2026-02-10T07:38:59.9986080Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9986251Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9986394Z Stack Trace: 2026-02-10T07:38:59.9986567Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9986807Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9987039Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9987277Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9987562Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9987782Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9987997Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9988107Z 2026-02-10T07:38:59.9988237Z Failed CollectionViewResetTest [< 1 ms] 2026-02-10T07:38:59.9988374Z Error Message: 2026-02-10T07:38:59.9988527Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9988697Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9988836Z Stack Trace: 2026-02-10T07:38:59.9989016Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9989266Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9989507Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9989779Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9990042Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9990270Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9990490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9990596Z 2026-02-10T07:38:59.9990734Z Failed DoNotAccessDisposedCollectionView [< 1 ms] 2026-02-10T07:38:59.9990878Z Error Message: 2026-02-10T07:38:59.9991040Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9991223Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9991360Z Stack Trace: 2026-02-10T07:38:59.9991611Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9991870Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9992104Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9992344Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9992602Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9992825Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9993037Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9993148Z 2026-02-10T07:38:59.9993279Z Failed LastColumnShouldBeVisible [< 1 ms] 2026-02-10T07:38:59.9993413Z Error Message: 2026-02-10T07:38:59.9993567Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9993737Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9993877Z Stack Trace: 2026-02-10T07:38:59.9994051Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9994339Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9994588Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9994834Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9995098Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9995334Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9995552Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9995665Z 2026-02-10T07:38:59.9995825Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6077(Android). 2026-02-10T07:38:59.9996028Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:38:59.9996232Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9996426Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9996670Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:38:59.9996908Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6077(Android) 2026-02-10T07:38:59.9997107Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9997278Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9997453Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:38:59.9997626Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:38:59.9997833Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9998084Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:38:59.9998327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:38:59.9998572Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9998835Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:38:59.9999063Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:38:59.9999284Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:38:59.9999465Z --TearDown 2026-02-10T07:38:59.9999642Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:38:59.9999869Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0000107Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0000373Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0000632Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0000853Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0001056Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue6609(Android) 2026-02-10T07:39:00.0001234Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0001425Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0001692Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0001896Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0002133Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0002357Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6609(Android). 2026-02-10T07:39:00.0002560Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0002738Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0002977Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0003226Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0003465Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6609(Android). 2026-02-10T07:39:00.0003668Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0003847Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0004048Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0004298Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0004542Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6609(Android) 2026-02-10T07:39:00.0004729Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0004900Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0005065Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0005238Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0005441Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0005704Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0005944Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0006186Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0006451Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0006679Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0006896Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0007116Z --TearDown 2026-02-10T07:39:00.0007297Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0007519Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0007764Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0008028Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0008256Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0008479Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0008686Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue6932(Android) 2026-02-10T07:39:00.0008863Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0009052Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0009226Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0009454Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0009682Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0009903Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6932(Android). 2026-02-10T07:39:00.0010101Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0010278Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0010471Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0010720Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0010958Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6932(Android). 2026-02-10T07:39:00.0011159Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0011335Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0011614Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0011879Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0012114Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6932(Android) 2026-02-10T07:39:00.0012304Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0012476Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0012650Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0012828Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0013030Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0013284Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0013532Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0013771Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0014080Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0014309Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0014528Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0014707Z --TearDown 2026-02-10T07:39:00.0014887Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0015112Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0015352Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0015618Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0015847Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0016102Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0016308Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue6963(Android) 2026-02-10T07:39:00.0016484Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0016673Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0016850Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0017050Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0017280Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0017498Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6963(Android). 2026-02-10T07:39:00.0017699Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0017876Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0018072Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0018324Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0018560Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue6963(Android). 2026-02-10T07:39:00.0018762Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0018938Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0019137Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0019386Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0019618Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue6963(Android) 2026-02-10T07:39:00.0019810Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0019979Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0020152Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0020328Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0020567Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0020820Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0021060Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0021307Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0021675Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0021918Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0022140Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0022317Z --TearDown 2026-02-10T07:39:00.0022493Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0022767Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0023007Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0023267Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0023497Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0023718Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0023925Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue7338(Android) 2026-02-10T07:39:00.0024105Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0024296Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0024473Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0024673Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0024905Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0025124Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7338(Android). 2026-02-10T07:39:00.0025324Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0025502Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0025700Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0025948Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0026185Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7338(Android). 2026-02-10T07:39:00.0026381Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0026559Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0026755Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0027003Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0027271Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7338(Android) 2026-02-10T07:39:00.0027460Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0027631Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0027806Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0027981Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0028185Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0028433Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0028673Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0028913Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0029227Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0029464Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0029682Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0029863Z --TearDown 2026-02-10T07:39:00.0030041Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0030265Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0030508Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0030769Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0031001Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0031222Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0031426Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue7393(Android) 2026-02-10T07:39:00.0031692Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0031887Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0032067Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0032266Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0032500Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0032720Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7393(Android). 2026-02-10T07:39:00.0032920Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0033095Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0033294Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0033548Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0033829Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7393(Android). 2026-02-10T07:39:00.0034025Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0034203Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0034399Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0034653Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0034886Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7393(Android) 2026-02-10T07:39:00.0035075Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0035243Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0035421Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0035593Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0035796Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0036091Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0036337Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0036582Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0036846Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0037093Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0037312Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0037494Z --TearDown 2026-02-10T07:39:00.0037676Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0037901Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0038144Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0038409Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0038642Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0038863Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0039070Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue7562(Android) 2026-02-10T07:39:00.0039249Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0039434Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0039609Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0039808Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0040039Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0040299Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7562(Android). 2026-02-10T07:39:00.0040508Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0040696Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0040907Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0041171Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0041421Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7562(Android). 2026-02-10T07:39:00.0041708Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0041889Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0042090Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0042336Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0042608Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7562(Android) 2026-02-10T07:39:00.0042796Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0042968Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0043140Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0043311Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0043513Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0043769Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0044008Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0044250Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0044512Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0044740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0044965Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0045146Z --TearDown 2026-02-10T07:39:00.0045327Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0045552Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0045791Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0046049Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0046275Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0046490Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0046691Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue7993(Android) 2026-02-10T07:39:00.0046905Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0047089Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0047302Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0047505Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0047734Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0047953Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7993(Android). 2026-02-10T07:39:00.0048150Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0048325Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0048523Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0048772Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0049038Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue7993(Android). 2026-02-10T07:39:00.0049234Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0049411Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0049607Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0049854Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0050085Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue7993(Android) 2026-02-10T07:39:00.0050273Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0050442Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0050615Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0050790Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0050991Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0051244Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0051582Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0051850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0052115Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0052345Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0052568Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0052758Z --TearDown 2026-02-10T07:39:00.0052928Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0053155Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0053408Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0053721Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0053951Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0054172Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0054378Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8203(Android) 2026-02-10T07:39:00.0054559Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0054745Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0054924Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0055123Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0055358Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0055589Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8203(Android). 2026-02-10T07:39:00.0055829Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0056007Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0056205Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0056474Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0056714Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8203(Android). 2026-02-10T07:39:00.0056915Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0057092Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0057290Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0057543Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0057781Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8203(Android) 2026-02-10T07:39:00.0057971Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0058142Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0058314Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0058486Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0058691Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0058946Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0059186Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0059430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0059690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0059920Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0060171Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0060355Z --TearDown 2026-02-10T07:39:00.0060537Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0060763Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0061006Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0061274Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0061598Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0061839Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0062047Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8308(Android) 2026-02-10T07:39:00.0062241Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0062468Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0062645Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0062844Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0063072Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0063289Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8308(Android). 2026-02-10T07:39:00.0063488Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0063664Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0063859Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0064105Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0064336Z Failed SelectionChangedCommandParameterBoundToSelectedItemShouldMatchSelectedItem [< 1 ms] 2026-02-10T07:39:00.0064503Z Error Message: 2026-02-10T07:39:00.0064665Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0064839Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0064986Z Stack Trace: 2026-02-10T07:39:00.0065167Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0065415Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0065653Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0065894Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0066156Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0066380Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0066599Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0066745Z 2026-02-10T07:39:00.0066892Z Failed EmptyViewBecomesVisibleWhenItemsSourceIsCleared [< 1 ms] 2026-02-10T07:39:00.0067044Z Error Message: 2026-02-10T07:39:00.0067196Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0067374Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0067518Z Stack Trace: 2026-02-10T07:39:00.0067698Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0067943Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0068189Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0068432Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0068692Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0068919Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0069163Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0069266Z 2026-02-10T07:39:00.0069405Z Failed EmptyViewHidesWhenItemsSourceIsFilled [< 1 ms] 2026-02-10T07:39:00.0069554Z Error Message: 2026-02-10T07:39:00.0069715Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0069889Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0070037Z Stack Trace: 2026-02-10T07:39:00.0070217Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0070465Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0070707Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0070951Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0071213Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0071447Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0071776Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0071894Z 2026-02-10T07:39:00.0072035Z Failed SelectedItemsNotInSourceDoesNotCrash [< 1 ms] 2026-02-10T07:39:00.0072180Z Error Message: 2026-02-10T07:39:00.0072338Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0072513Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0072656Z Stack Trace: 2026-02-10T07:39:00.0072837Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0073084Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0073325Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0073570Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0073867Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0074098Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0074321Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0074426Z 2026-02-10T07:39:00.0074554Z Failed Issue7338Test [< 1 ms] 2026-02-10T07:39:00.0074689Z Error Message: 2026-02-10T07:39:00.0074846Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0075019Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0075165Z Stack Trace: 2026-02-10T07:39:00.0075347Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0075603Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0075893Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0076135Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0076394Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0076625Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0076845Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0076960Z 2026-02-10T07:39:00.0077106Z Failed AddingItemsToGroupedCollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0077255Z Error Message: 2026-02-10T07:39:00.0077415Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0077590Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0077733Z Stack Trace: 2026-02-10T07:39:00.0077915Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0078164Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0078404Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0078654Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0078917Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0079146Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0079367Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0079475Z 2026-02-10T07:39:00.0079620Z Failed MeasureFirstItemMakesItemsDisappearOnAndroid [< 1 ms] 2026-02-10T07:39:00.0079770Z Error Message: 2026-02-10T07:39:00.0079923Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0080098Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0080294Z Stack Trace: 2026-02-10T07:39:00.0080474Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0080725Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0080970Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0081221Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0081480Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0081802Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0082027Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0082130Z 2026-02-10T07:39:00.0082265Z Failed CollectionViewVerticalOffset [< 1 ms] 2026-02-10T07:39:00.0082447Z Error Message: 2026-02-10T07:39:00.0082611Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0082786Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0082929Z Stack Trace: 2026-02-10T07:39:00.0083110Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0083358Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0083597Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0083840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0084099Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0084336Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0084554Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0084666Z 2026-02-10T07:39:00.0084814Z Failed SelectionChangedShouldBeRaisedOnceWhenSelectionChanges [< 1 ms] 2026-02-10T07:39:00.0084968Z Error Message: 2026-02-10T07:39:00.0085125Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0085300Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0085440Z Stack Trace: 2026-02-10T07:39:00.0085619Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0085867Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0086107Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0086350Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0086610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0086836Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0087097Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0087203Z 2026-02-10T07:39:00.0087348Z Failed NavigatingBackToCollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0087501Z Error Message: 2026-02-10T07:39:00.0087663Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0087839Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0087986Z Stack Trace: 2026-02-10T07:39:00.0088168Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0088414Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0088656Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0088900Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0089189Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0089428Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0089646Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0089751Z 2026-02-10T07:39:00.0089913Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8308(Android). 2026-02-10T07:39:00.0090112Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0090290Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0090489Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0090737Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0090971Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8308(Android) 2026-02-10T07:39:00.0091154Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0091325Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0091592Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0091784Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0091989Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0092248Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0092491Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0092736Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0092995Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0093228Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0093450Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0093674Z --TearDown 2026-02-10T07:39:00.0093858Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0094087Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0094334Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0094609Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0094841Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0095061Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0095269Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8715(Android) 2026-02-10T07:39:00.0095448Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0095636Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0095850Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0096051Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0096287Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0096510Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8715(Android). 2026-02-10T07:39:00.0096717Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0096894Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0097092Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0097342Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0097580Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8715(Android). 2026-02-10T07:39:00.0097780Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0097955Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0098155Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0098407Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0098643Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8715(Android) 2026-02-10T07:39:00.0098832Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0099004Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0099180Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0099353Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0099560Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0099814Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0100055Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0100326Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0100590Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0100821Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0101046Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0101224Z --TearDown 2026-02-10T07:39:00.0101409Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0101749Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0101999Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0102259Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0102531Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0102748Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0102953Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8761(Android) 2026-02-10T07:39:00.0103134Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0103325Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0103504Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0103702Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0103928Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0104151Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8761(Android). 2026-02-10T07:39:00.0104353Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0104531Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0104730Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0104982Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0105219Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8761(Android). 2026-02-10T07:39:00.0105420Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0105597Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0105797Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0106047Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0106279Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8761(Android) 2026-02-10T07:39:00.0106467Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0106639Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0106811Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0107016Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0107220Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0107473Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0107715Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0107952Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0108213Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0108441Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0108659Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0108869Z --TearDown 2026-02-10T07:39:00.0109050Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0109275Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0109518Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0109776Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0110008Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0110239Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0110441Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8814(Android) 2026-02-10T07:39:00.0110620Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0110807Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0110983Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0111181Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0111411Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0111716Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8814(Android). 2026-02-10T07:39:00.0111920Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0112095Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0112293Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0112542Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0112781Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8814(Android). 2026-02-10T07:39:00.0112980Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0113155Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0113355Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0113650Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0113883Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8814(Android) 2026-02-10T07:39:00.0114072Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0114240Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0114416Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0114589Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0114795Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0115047Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0115295Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0115539Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0115838Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0116065Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0116286Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0116468Z --TearDown 2026-02-10T07:39:00.0116648Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0116871Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0117116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0117377Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0117631Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0117918Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0118202Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8870(Android) 2026-02-10T07:39:00.0118424Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0118618Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0118800Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0119008Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0119255Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0119478Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8870(Android). 2026-02-10T07:39:00.0119683Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0119862Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0120065Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0120343Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0120582Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8870(Android). 2026-02-10T07:39:00.0120784Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0120962Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0121159Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0121410Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0121747Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8870(Android) 2026-02-10T07:39:00.0121942Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0122112Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0122287Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0122459Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0122702Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0122952Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0123191Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0123430Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0123690Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0123917Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0124139Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0124317Z --TearDown 2026-02-10T07:39:00.0124497Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0124722Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0124964Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0125223Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0125454Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0125674Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0125883Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue8899(Android) 2026-02-10T07:39:00.0126061Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0126246Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0126422Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0126621Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0126896Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0127122Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8899(Android). 2026-02-10T07:39:00.0127321Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0127497Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0127693Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0127939Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0128173Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue8899(Android). 2026-02-10T07:39:00.0128373Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0128549Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0128745Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0128991Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0129267Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue8899(Android) 2026-02-10T07:39:00.0129451Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0129619Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0129794Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0129970Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0130169Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0130423Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0130664Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0130904Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0131167Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0131396Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0131726Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0131914Z --TearDown 2026-02-10T07:39:00.0132096Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0132317Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0132562Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0132818Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0133050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0133267Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0133514Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue9087(Android) 2026-02-10T07:39:00.0133689Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0133877Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0134055Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0134252Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0134482Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0134701Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9087(Android). 2026-02-10T07:39:00.0134896Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0135075Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0135272Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0135522Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0135808Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9087(Android). 2026-02-10T07:39:00.0136005Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0136182Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0136380Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0136628Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0136864Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9087(Android) 2026-02-10T07:39:00.0137053Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0137224Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0137401Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0137575Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0137778Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0138031Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0138275Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0138516Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0138779Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0139005Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0139226Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0139405Z --TearDown 2026-02-10T07:39:00.0139587Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0139812Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0140084Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0140340Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0140569Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0140789Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0140992Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue9196(Android) 2026-02-10T07:39:00.0141169Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0141360Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0141640Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0141850Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0142081Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0142344Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9196(Android). 2026-02-10T07:39:00.0142544Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0142725Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0142922Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0143172Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0143418Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9196(Android). 2026-02-10T07:39:00.0143616Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0143792Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0143992Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0144236Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0144468Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9196(Android) 2026-02-10T07:39:00.0144656Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0144825Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0145000Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0145176Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0145376Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0145630Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0145868Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0146107Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0146363Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0146641Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0146872Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0147060Z --TearDown 2026-02-10T07:39:00.0147280Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0147510Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0147754Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0148016Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0148245Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0148464Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0148667Z >>>>> 02/10/2026 07:38:59 FixtureSetup for Issue9580(Android) 2026-02-10T07:39:00.0148876Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0149063Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0149239Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0149436Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0149670Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0149892Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9580(Android). 2026-02-10T07:39:00.0150093Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0150274Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0150466Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0150709Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0150940Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during Issue9580(Android). 2026-02-10T07:39:00.0151134Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0151306Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0151563Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0151821Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0152047Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue9580(Android) 2026-02-10T07:39:00.0152227Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0152389Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0152555Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0152724Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0152920Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0153159Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0153438Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0153682Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0153950Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0154175Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0154400Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0154578Z --TearDown 2026-02-10T07:39:00.0154760Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0154993Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0155237Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0155610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0156010Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0156227Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0156429Z >>>>> 02/10/2026 07:38:59 FixtureSetup for NestedCollectionView(Android) 2026-02-10T07:39:00.0156608Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0156788Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0156963Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0157150Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0157376Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0157596Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during NestedCollectionView(Android). 2026-02-10T07:39:00.0157794Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0157965Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0158157Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0158399Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0158635Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during NestedCollectionView(Android). 2026-02-10T07:39:00.0158831Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0159002Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0159191Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0159433Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0159671Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.NestedCollectionView(Android) 2026-02-10T07:39:00.0159885Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0160049Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0160216Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0160384Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0160579Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0160826Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0161058Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0161291Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0161615Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0161852Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0162104Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0162290Z --TearDown 2026-02-10T07:39:00.0162468Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0162697Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0162942Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0163196Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0163412Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0163625Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0163822Z >>>>> 02/10/2026 07:38:59 FixtureSetup for ScrollToGroup(Android) 2026-02-10T07:39:00.0163990Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0164165Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0164330Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0164513Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0164732Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0164938Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ScrollToGroup(Android). 2026-02-10T07:39:00.0165130Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0165293Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0165478Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0165709Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0165912Z Failed ReappearingCollectionViewShouldNotThrowNRE [< 1 ms] 2026-02-10T07:39:00.0166050Z Error Message: 2026-02-10T07:39:00.0166236Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0166399Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0166536Z Stack Trace: 2026-02-10T07:39:00.0166705Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0166938Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0167166Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0167393Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0167638Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0167862Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0168065Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0168192Z 2026-02-10T07:39:00.0168339Z Failed CollectionViewHeaderTemplateAndFooterTemplateDontWork [< 1 ms] 2026-02-10T07:39:00.0168491Z Error Message: 2026-02-10T07:39:00.0168658Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0168828Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0168967Z Stack Trace: 2026-02-10T07:39:00.0169142Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0169383Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0169619Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0169850Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0170104Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0170325Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0170540Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0170648Z 2026-02-10T07:39:00.0170787Z Failed CollectionViewInShellShouldBeVisible [< 1 ms] 2026-02-10T07:39:00.0170931Z Error Message: 2026-02-10T07:39:00.0171090Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0171258Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0171390Z Stack Trace: 2026-02-10T07:39:00.0171667Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0171904Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0172140Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0172364Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0172607Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0172874Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0173090Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0173193Z 2026-02-10T07:39:00.0173339Z Failed RotatingCollectionViewWithHTMLShouldNotHangOrCrash [< 1 ms] 2026-02-10T07:39:00.0173488Z Error Message: 2026-02-10T07:39:00.0173647Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0173819Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0173962Z Stack Trace: 2026-02-10T07:39:00.0174140Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0174395Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0174641Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0174913Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0175166Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0175392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0175611Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0175725Z 2026-02-10T07:39:00.0175865Z Failed ClearingGroupedCollectionViewShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0176005Z Error Message: 2026-02-10T07:39:00.0176153Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0176322Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0176457Z Stack Trace: 2026-02-10T07:39:00.0176631Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0176873Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0177113Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0177354Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0177609Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0177831Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0178042Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0178148Z 2026-02-10T07:39:00.0178285Z Failed BindablePropertiesAvailableAtOnElementChanged [< 1 ms] 2026-02-10T07:39:00.0178434Z Error Message: 2026-02-10T07:39:00.0178584Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0178759Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0178904Z Stack Trace: 2026-02-10T07:39:00.0179082Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0179373Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0179614Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0179860Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0180118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0180347Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0180568Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0180668Z 2026-02-10T07:39:00.0180796Z Failed EmptyViewShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0180933Z Error Message: 2026-02-10T07:39:00.0181082Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0181275Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0181408Z Stack Trace: 2026-02-10T07:39:00.0181688Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0181953Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0182204Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0182452Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0182720Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0182947Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0183168Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0183275Z 2026-02-10T07:39:00.0183413Z Failed AllEmptyGroupsShouldNotCrashOnItemInsert [< 1 ms] 2026-02-10T07:39:00.0183562Z Error Message: 2026-02-10T07:39:00.0183719Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0183898Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0184028Z Stack Trace: 2026-02-10T07:39:00.0184211Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0184453Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0184693Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0184927Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0185178Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0185398Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0185610Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0185745Z 2026-02-10T07:39:00.0185877Z Failed NestedCollectionViewsShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0186012Z Error Message: 2026-02-10T07:39:00.0186165Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0186330Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0186466Z Stack Trace: 2026-02-10T07:39:00.0186636Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0186868Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0187091Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0187317Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0187561Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0187806Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0188011Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0188116Z 2026-02-10T07:39:00.0188245Z Failed InvalidScrollToIndexShouldNotCrash [< 1 ms] 2026-02-10T07:39:00.0188378Z Error Message: 2026-02-10T07:39:00.0188526Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0188689Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0188826Z Stack Trace: 2026-02-10T07:39:00.0188996Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0189229Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0189457Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0189683Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0189929Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0190139Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0190345Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0190448Z 2026-02-10T07:39:00.0190607Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during ScrollToGroup(Android). 2026-02-10T07:39:00.0190799Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0190965Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0191151Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0191383Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0191699Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ScrollToGroup(Android) 2026-02-10T07:39:00.0191879Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0192074Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0192241Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0192403Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0192586Z StackTrace: at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0192834Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0193061Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0193286Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0193531Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0193745Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0193948Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0194147Z --TearDown 2026-02-10T07:39:00.0194314Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0194526Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:39:00.0194755Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0194997Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0195214Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0195418Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0195613Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0195775Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0195946Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0196125Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0196295Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0196482Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0196710Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0196906Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0197085Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0197249Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0197435Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0197650Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0197883Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0198135Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0198369Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0198549Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0198741Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0198908Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0199094Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0199324Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0199535Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0199700Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0199867Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0200042Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0200232Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0200408Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0200634Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0200826Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0200999Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0201165Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0201350Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0201640Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0201881Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0202133Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0202341Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0202520Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0202708Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0202873Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0203061Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0203289Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0203492Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0203656Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0203824Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0203999Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0204162Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0204348Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0204603Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0204796Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0204969Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0205138Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0205322Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0205538Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0205768Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0206016Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0206225Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0206403Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0206629Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0206793Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0206978Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0207211Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0207415Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0207576Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0207748Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0207923Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0208089Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0208277Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0208491Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0208683Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0208859Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0209022Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0209209Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0209423Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0209656Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0209906Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0210120Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0210300Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0210489Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0210653Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0210865Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0211095Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0211302Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0211464Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0211737Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0211916Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0212084Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0212265Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0212484Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0212677Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0212850Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0213052Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0213235Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0213452Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0213682Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0213930Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0214136Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0214319Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0214509Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0214677Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0214861Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0215091Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0215296Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0215459Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0215632Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0215806Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0215972Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0216156Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0216386Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0216588Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0216774Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0216948Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0217147Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0217419Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0217662Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0217920Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0218133Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0218327Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0218528Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0218705Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0218911Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0219161Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0219375Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0219564Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0219739Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0219920Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0220093Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0220284Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0220509Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0220713Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0220902Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0221078Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0221279Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0221622Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0221892Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0222176Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0222406Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0222605Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0222820Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0223005Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0223214Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0223478Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0223701Z Failed CanScrollToGroupAndItemIndex [< 1 ms] 2026-02-10T07:39:00.0223845Z Error Message: 2026-02-10T07:39:00.0224015Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0224232Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0224376Z Stack Trace: 2026-02-10T07:39:00.0224555Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0224802Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0225049Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0225294Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0225556Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0225787Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0226012Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0226113Z 2026-02-10T07:39:00.0226249Z Failed CanScrollToGroupAndItem [< 1 ms] 2026-02-10T07:39:00.0226441Z Error Message: 2026-02-10T07:39:00.0226605Z OneTimeSetUp: System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0226780Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0226927Z Stack Trace: 2026-02-10T07:39:00.0227107Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0227357Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0227599Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 148 2026-02-10T07:39:00.0227840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0228099Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0228337Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0228557Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0228662Z 2026-02-10T07:39:00.0228819Z Failed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsList",19,6) [< 1 ms] 2026-02-10T07:39:00.0228983Z Error Message: 2026-02-10T07:39:00.0229134Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0229308Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0229481Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0229651Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0229797Z Stack Trace: 2026-02-10T07:39:00.0229976Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0230230Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0230474Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0230698Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0230991Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0231261Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0231575Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0231811Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0231992Z --TearDown 2026-02-10T07:39:00.0232171Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0232416Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0232660Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0232884Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0233164Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0233434Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T07:39:00.0233660Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:39:00.0233878Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0233982Z 2026-02-10T07:39:00.0234114Z Standard Error Messages: 2026-02-10T07:39:00.0234279Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0234467Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0234646Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0234844Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0235079Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0235284Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0235471Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0235648Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0235846Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0236078Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0236321Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0236591Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0236833Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0237039Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0237217Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0237416Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0237714Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0237847Z 2026-02-10T07:39:00.0238015Z Failed VisitAndUpdateItemsSource("Observable Collection","Add/RemoveItemsGrid",19,6) [< 1 ms] 2026-02-10T07:39:00.0238185Z Error Message: 2026-02-10T07:39:00.0238344Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0238516Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0238698Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0238878Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0239028Z Stack Trace: 2026-02-10T07:39:00.0239216Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0239481Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0239741Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0239990Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0240190Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0240395Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0240576Z --TearDown 2026-02-10T07:39:00.0240755Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0240998Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0241240Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0241458Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0241738Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0241952Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0242054Z 2026-02-10T07:39:00.0242186Z Standard Error Messages: 2026-02-10T07:39:00.0242349Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0242538Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0242711Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0242913Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0243142Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0243352Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0243538Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0243717Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0243915Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0244146Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0244389Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0244706Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0244950Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0245155Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0245333Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0245528Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0245776Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0245892Z 2026-02-10T07:39:00.0246045Z Failed VisitAndUpdateItemsSource("Default Text","VerticalListCode",101,11) [< 1 ms] 2026-02-10T07:39:00.0246204Z Error Message: 2026-02-10T07:39:00.0246359Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0246527Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0246750Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0246922Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0247068Z Stack Trace: 2026-02-10T07:39:00.0247287Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0247541Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0247787Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0248015Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0248211Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0248421Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0248606Z --TearDown 2026-02-10T07:39:00.0248786Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0249030Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0249272Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0249492Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0249691Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0249899Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0250013Z 2026-02-10T07:39:00.0250141Z Standard Error Messages: 2026-02-10T07:39:00.0250303Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0250493Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0250670Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0250868Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0251098Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0251330Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0251637Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0251831Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0252034Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0252264Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0252509Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0252777Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0253023Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0253224Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0253404Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0253641Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0253892Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0254016Z 2026-02-10T07:39:00.0254172Z Failed VisitAndUpdateItemsSource("Default Text","HorizontalListCode",101,11) [< 1 ms] 2026-02-10T07:39:00.0254330Z Error Message: 2026-02-10T07:39:00.0254476Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0254647Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0254826Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0254996Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0255139Z Stack Trace: 2026-02-10T07:39:00.0255319Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0255569Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0255815Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0256044Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0256248Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0256531Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0256871Z --TearDown 2026-02-10T07:39:00.0257057Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0257305Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0257550Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0257776Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0257971Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0258178Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0258325Z 2026-02-10T07:39:00.0258455Z Standard Error Messages: 2026-02-10T07:39:00.0258617Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0258807Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0258986Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0259190Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0259423Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0259636Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0259823Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0260001Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0260198Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0260430Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0260703Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0260972Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0261215Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0261418Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0261697Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0261904Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0262156Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0262289Z 2026-02-10T07:39:00.0262442Z Failed VisitAndUpdateItemsSource("Default Text","VerticalGridCode",101,11) [< 1 ms] 2026-02-10T07:39:00.0262600Z Error Message: 2026-02-10T07:39:00.0262753Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0262921Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0263093Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0263264Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0263411Z Stack Trace: 2026-02-10T07:39:00.0263590Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0263843Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0264089Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0264313Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0264512Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0264719Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0264904Z --TearDown 2026-02-10T07:39:00.0265086Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0265374Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0265621Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0265846Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0266042Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0266252Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0266364Z 2026-02-10T07:39:00.0266493Z Standard Error Messages: 2026-02-10T07:39:00.0266647Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0266833Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0267011Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0267209Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0267439Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0267687Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0267873Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0268049Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0268248Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0268475Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0268720Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0268995Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0269231Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0269425Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0269596Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0269788Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0270027Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0270141Z 2026-02-10T07:39:00.0270292Z Failed VisitAndUpdateItemsSource("Default Text","HorizontalGridCode",101,11) [< 1 ms] 2026-02-10T07:39:00.0270445Z Error Message: 2026-02-10T07:39:00.0270595Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0270761Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0270930Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0271109Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0271250Z Stack Trace: 2026-02-10T07:39:00.0271425Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0271752Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0271990Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0272245Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0272435Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0272640Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0272816Z --TearDown 2026-02-10T07:39:00.0272990Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0273229Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0273463Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0273676Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0273867Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0274070Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0274219Z 2026-02-10T07:39:00.0274349Z Standard Error Messages: 2026-02-10T07:39:00.0274510Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0274694Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0274873Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0275073Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0275304Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0275511Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0275695Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0275868Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0276069Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0276303Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0276564Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0276845Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0277094Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0277307Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0277489Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0277695Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0277947Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0278084Z 2026-02-10T07:39:00.0278244Z Failed VisitAndUpdateItemsSource("DataTemplate","VerticalListCode",19,6) [< 1 ms] 2026-02-10T07:39:00.0278404Z Error Message: 2026-02-10T07:39:00.0278561Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0278785Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0278955Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.0279122Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0279262Z Stack Trace: 2026-02-10T07:39:00.0279428Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0279678Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.0279915Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.0280128Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.0280319Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.0280520Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0280694Z --TearDown 2026-02-10T07:39:00.0280866Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0281144Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.0281391Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.0281717Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.0281910Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.0282117Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.0282223Z 2026-02-10T07:39:00.0282345Z Standard Error Messages: 2026-02-10T07:39:00.0282505Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0282691Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0282869Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0283067Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0283299Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0283507Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0283693Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0283875Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0284071Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0284300Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0284545Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0284814Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0285057Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0285263Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0285482Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0285684Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0285931Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0286050Z 2026-02-10T07:39:00.0286194Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0286371Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0286548Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0286739Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0286919Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0287118Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0287351Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0287556Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0287793Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0287977Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0288186Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0288430Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0288690Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0288967Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0289198Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0289399Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0289624Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0289808Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0290015Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0290276Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0290505Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0290688Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0290878Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0291077Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0291266Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0291470Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0291816Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0292024Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0292211Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0292386Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0292584Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0292854Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0293101Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0293377Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0293596Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0293791Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0293992Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0294166Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0294367Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0294616Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0294869Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Start 2026-02-10T07:39:00.0295045Z >>>>> 02/10/2026 07:38:59 FixtureSetup for VisitAndUpdateItemsSource 2026-02-10T07:39:00.0295225Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0295413Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0295590Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0295788Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0296018Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.0296227Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.0296416Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0296595Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0296792Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0297023Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.0297269Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.0297536Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.0297758Z >>>>> 02/10/2026 07:38:59 VisitAndUpdateItemsSource Stop 2026-02-10T07:39:00.0297952Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.0298157Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.0298336Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.0298536Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.0298786Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.0299003Z NUnit Adapter 4.5.0.0: Test execution complete 2026-02-10T07:39:00.0299298Z [xUnit.net 00:00:00.00] xUnit.net VSTest Adapter v2.8.2+699d445a1a (64-bit .NET 10.0.0) 2026-02-10T07:39:00.0299534Z [xUnit.net 00:00:00.05] Discovering: Controls.TestCases.Android.Tests 2026-02-10T07:39:00.1526738Z [xUnit.net 00:00:00.19] Discovered: Controls.TestCases.Android.Tests 2026-02-10T07:39:00.2249870Z Failed VisitAndUpdateItemsSource("DataTemplate","HorizontalListCode",19,6) [< 1 ms] 2026-02-10T07:39:00.2250187Z Error Message: 2026-02-10T07:39:00.2250390Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2250615Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2250841Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2251066Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2251230Z Stack Trace: 2026-02-10T07:39:00.2251673Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2251983Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.2252298Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.2252572Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.2253022Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.2253285Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2253522Z --TearDown 2026-02-10T07:39:00.2253776Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2254110Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.2254434Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.2254706Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.2254944Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.2255280Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2255378Z 2026-02-10T07:39:00.2255500Z Standard Error Messages: 2026-02-10T07:39:00.2255649Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2255818Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2255976Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2256155Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2256361Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.2256543Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2256709Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2256869Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2257040Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2257242Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.2257457Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.2257792Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.2257998Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.2258176Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2258327Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2258485Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2258698Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.2258800Z 2026-02-10T07:39:00.2258931Z Failed VisitAndUpdateItemsSource("DataTemplate","VerticalGridCode",19,6) [< 1 ms] 2026-02-10T07:39:00.2259069Z Error Message: 2026-02-10T07:39:00.2259197Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2259337Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2259482Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2259660Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2259780Z Stack Trace: 2026-02-10T07:39:00.2259933Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2260145Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.2260349Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.2260538Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.2260707Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.2260881Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2261043Z --TearDown 2026-02-10T07:39:00.2261196Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2261404Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.2261902Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.2262134Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.2262300Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.2262477Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2262571Z 2026-02-10T07:39:00.2262681Z Standard Error Messages: 2026-02-10T07:39:00.2262817Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2262974Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2263124Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2263289Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2263482Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.2263652Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2263846Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2263995Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2264160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2264350Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.2264555Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.2264781Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.2264984Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.2265158Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2265305Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2265470Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2265709Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.2265808Z 2026-02-10T07:39:00.2266012Z Failed VisitAndUpdateItemsSource("DataTemplate","HorizontalGridCode",19,6) [< 1 ms] 2026-02-10T07:39:00.2266148Z Error Message: 2026-02-10T07:39:00.2266269Z System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2266411Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2266557Z TearDown : System.ObjectDisposedException : Cannot access a disposed object. 2026-02-10T07:39:00.2266704Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2266827Z Stack Trace: 2026-02-10T07:39:00.2266977Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2267187Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 29 2026-02-10T07:39:00.2267390Z at UITest.Appium.NUnit.UITestBase.TestSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 36 2026-02-10T07:39:00.2267583Z at Microsoft.Maui.TestCases.Tests.UITest.TestSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 613 2026-02-10T07:39:00.2267747Z at InvokeStub_UITest.TestSetup(Object, Object, IntPtr*) 2026-02-10T07:39:00.2267922Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2268077Z --TearDown 2026-02-10T07:39:00.2268230Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2268438Z at UITest.Appium.NUnit.UITestBase.SaveUIDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 208 2026-02-10T07:39:00.2268641Z at UITest.Appium.NUnit.UITestBase.UITestBaseTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 127 2026-02-10T07:39:00.2268825Z at UITest.Appium.NUnit.UITestBase.TestTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 44 2026-02-10T07:39:00.2268988Z at InvokeStub_UITestBase.TestTearDown(Object, Object, IntPtr*) 2026-02-10T07:39:00.2269161Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:39:00.2269250Z 2026-02-10T07:39:00.2269386Z Standard Error Messages: 2026-02-10T07:39:00.2269531Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2269699Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2269851Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2270026Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2270224Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 566 2026-02-10T07:39:00.2270401Z >>>>> 02/10/2026 07:38:59 The FixtureSetup threw an exception. Attempt 0/1. 2026-02-10T07:39:00.2270556Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2270702Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2270864Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2271059Z at Microsoft.Maui.TestCases.Tests.UITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/UITest.cs:line 597 2026-02-10T07:39:00.2271263Z at Microsoft.Maui.TestCases.Tests._GalleryUITest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/_GalleryUITest.cs:line 55 2026-02-10T07:39:00.2271581Z at Microsoft.Maui.TestCases.Tests.CoreGalleryBasePageTest.FixtureSetup() in /_/src/Controls/tests/TestCases.Shared.Tests/Tests/CoreGalleryBasePageTest.cs:line 18 2026-02-10T07:39:00.2271796Z >>>>> 02/10/2026 07:38:59 The SaveDeviceDiagnosticInfo threw an exception during VisitAndUpdateItemsSource. 2026-02-10T07:39:00.2271965Z Exception details: System.ObjectDisposedException: Cannot access a disposed object. 2026-02-10T07:39:00.2272112Z Object name: 'Accessing IApp that has been disposed'. 2026-02-10T07:39:00.2272276Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:39:00.2272486Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:39:00.2272592Z 2026-02-10T07:39:00.3153009Z Results File: /mnt/vss/_work/1/a/test-results/Controls.TestCases.Android.Tests-Release-android-CollectionView.trx 2026-02-10T07:39:00.3155937Z 2026-02-10T07:39:00.3196538Z Test Run Failed. 2026-02-10T07:39:00.3196873Z Total tests: 410 2026-02-10T07:39:00.3197069Z Passed: 21 2026-02-10T07:39:00.3197257Z Failed: 389 2026-02-10T07:39:00.3255575Z Total time: 5.5058 Minutes 2026-02-10T07:39:00.3685061Z Test Run complete: Controls.TestCases.Android.Tests-Release-android-CollectionView.trx 2026-02-10T07:39:00.3685427Z Retry UITests run Count: 1 2026-02-10T07:39:00.3685652Z Run Tests With Filter TestCategory=CollectionView 2026-02-10T07:39:00.3685970Z Log Directory: /mnt/vss/_work/1/a/logs 2026-02-10T07:39:00.3686191Z new dotnet root: /mnt/vss/_work/1/s/.dotnet 2026-02-10T07:39:00.3686474Z Setting environment variable: VSDebugger_ValidateDotnetDebugLibSignatures = '0' 2026-02-10T07:39:00.3686779Z Setting environment variable: DOTNET_INSTALL_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:39:00.3687077Z Setting environment variable: DOTNET_ROOT = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:39:00.3687402Z Setting environment variable: DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR = '/mnt/vss/_work/1/s/.dotnet' 2026-02-10T07:39:00.3687688Z Setting environment variable: DOTNET_MULTILEVEL_LOOKUP = '0' 2026-02-10T07:39:00.3688167Z Setting environment variable: DOTNET_SYSTEM_NET_SECURITY_NOREVOCATIONCHECKBYDEFAULT = 'true' 2026-02-10T07:39:00.3688476Z Setting environment variable: MSBuildEnableWorkloadResolver = 'true' 2026-02-10T07:39:00.3689281Z Setting environment variable: PATH = '/mnt/vss/_work/1/s/.dotnet:/mnt/vss/_work/1/s/.dotnet:/usr/local/lib/android/sdk/emulator:/usr/local/lib/android/sdk/platform-tools:/usr/local/lib/android/sdk/cmdline-tools/17.0/bin:/usr/local/lib/android/sdk/cmdline-tools/latest/bin:/opt/microsoft/powershell:/opt/hostedtoolcache/node/20.3.1/x64/bin:/mnt/vss/_work/1/s/.dotnet:/home/cloudtest/.dotnet/tools:/opt/hostedtoolcache/dotnet:/snap/bin:/home/cloudtest/.local/bin:/opt/pipx_bin:/home/cloudtest/.cargo/bin:/home/cloudtest/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/cloudtest/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin' 2026-02-10T07:39:00.3689851Z Run Test binlog: /mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-CollectionView.binlog 2026-02-10T07:39:00.3690799Z Executing: /mnt/vss/_work/1/s/.dotnet/dotnet test "/mnt/vss/_work/1/s/src/Controls/tests/TestCases.Android.Tests/Controls.TestCases.Android.Tests.csproj" --filter "TestCategory=CollectionView" --logger "trx;LogFileName=Controls.TestCases.Android.Tests-Release-android-CollectionView.trx" --logger "console;verbosity=normal" --configuration Release --no-build --results-directory "/mnt/vss/_work/1/a/test-results" -dl:CentralLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll"*ForwardingLogger,"/mnt/vss/_work/1/s/eng/devices/artifacts/msbuildlogger/Microsoft.TeamFoundation.DistributedTask.MSBuild.Logger.dll" -bl:/mnt/vss/_work/1/a/logs/Controls.TestCases.Android.Tests-Release-android-CollectionView.binlog /p:VStestUseMSBuildOutput=false 2026-02-10T07:39:01.0958015Z Test run for /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll (.NETCoreApp,Version=v10.0) 2026-02-10T07:39:01.1482823Z VSTest version 18.0.1 (x64) 2026-02-10T07:39:01.1517776Z 2026-02-10T07:39:01.2292877Z Starting test execution, please wait... 2026-02-10T07:39:01.2601715Z A total of 1 test files matched the specified pattern. 2026-02-10T07:39:01.5895753Z NUnit Adapter 4.5.0.0: Test execution started 2026-02-10T07:39:01.6024795Z Running selected tests in /mnt/vss/_work/1/s/artifacts/bin/Controls.TestCases.Android.Tests/Release/net10.0/Controls.TestCases.Android.Tests.dll 2026-02-10T07:39:02.0109115Z NUnit3TestExecutor discovered 410 of 410 NUnit test cases using Current Discovery mode, Non-Explicit run 2026-02-10T07:42:43.8761034Z >>>>> 02/10/2026 07:42:43 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_DynamicChangesFeatureTests(Android). 2026-02-10T07:42:43.8761798Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T07:42:43.8771362Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:42:43.8772558Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:42:43.8773045Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_DynamicChangesFeatureTests(Android) 2026-02-10T07:42:43.8778057Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:43.8778727Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T07:42:43.8779333Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:43.8779632Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:43.8779935Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:43.8780225Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:43.8780499Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:43.8780762Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:43.8781057Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:43.8781394Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:43.8781891Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:43.8782205Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:43.8782618Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:43.8782958Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:43.8783321Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:43.8783680Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:43.8784103Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:43.8784463Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:43.8784802Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:43.8785109Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:43.8785395Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:43.8785718Z --TearDown 2026-02-10T07:42:43.8785866Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:42:43.8786067Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:42:43.8786249Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:43.8786417Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1136357Z Failed ValidateDynamicItemTemplateDisplayed [3 m 40 s] 2026-02-10T07:42:45.1136654Z Error Message: 2026-02-10T07:42:45.1136977Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1137407Z Stack Trace: 2026-02-10T07:42:45.1137609Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1137891Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1138590Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1138875Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1139184Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1139402Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1139631Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1139953Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1140247Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1140522Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1140795Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1141117Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1141724Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1142084Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1142474Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1142741Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1142969Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1143166Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1143345Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1143435Z 2026-02-10T07:42:45.1143632Z Failed ValidateDynamicEmptyViewGridDisplayed [3 m 40 s] 2026-02-10T07:42:45.1143767Z Error Message: 2026-02-10T07:42:45.1143963Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1144152Z Stack Trace: 2026-02-10T07:42:45.1144301Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1144485Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1144674Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1144871Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1145052Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1145220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1145423Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1145652Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1145880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1146147Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1146348Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1146574Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1146831Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1147083Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1147343Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1147583Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1147812Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1148056Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1148240Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1148333Z 2026-02-10T07:42:45.1148454Z Failed ValidateDynamicEmptyViewStringDisplayed [3 m 40 s] 2026-02-10T07:42:45.1148587Z Error Message: 2026-02-10T07:42:45.1148783Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1148983Z Stack Trace: 2026-02-10T07:42:45.1149126Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1149308Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1149504Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1149689Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1149872Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1150048Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1150249Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1150467Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1150685Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1150873Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1151057Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1151258Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1151618Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1151924Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1152158Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1152426Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1152644Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1152827Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1153003Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1153087Z 2026-02-10T07:42:45.1153214Z Failed ValidateDynamicEmptyViewTemplateDisplayed [3 m 40 s] 2026-02-10T07:42:45.1153344Z Error Message: 2026-02-10T07:42:45.1153519Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1153706Z Stack Trace: 2026-02-10T07:42:45.1153844Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1154033Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1154246Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1154426Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1154595Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1154761Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1154942Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1155148Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1155356Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1155543Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1155723Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1155927Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1156151Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1156378Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1156603Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1156825Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1157035Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1157219Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1157397Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1157478Z 2026-02-10T07:42:45.1157604Z Failed ValidateDynamicGroupFooterTemplateDisplayed [3 m 40 s] 2026-02-10T07:42:45.1157735Z Error Message: 2026-02-10T07:42:45.1157909Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1158132Z Stack Trace: 2026-02-10T07:42:45.1158285Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1158468Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1158646Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1158827Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1158998Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1159165Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1159346Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1159555Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1159764Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1159985Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1160170Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1160374Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1160601Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1160833Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1161069Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1161298Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1161647Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1161959Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1162143Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1162227Z 2026-02-10T07:42:45.1162362Z Failed ValidateDynamicGroupHeaderTemplateDisplayed [3 m 40 s] 2026-02-10T07:42:45.1162505Z Error Message: 2026-02-10T07:42:45.1162700Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:42:45.1162882Z Stack Trace: 2026-02-10T07:42:45.1163037Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:42:45.1163229Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1163417Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1163604Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:42:45.1163783Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:42:45.1163960Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:42:45.1164199Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:42:45.1164408Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:42:45.1164622Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:42:45.1164808Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:42:45.1164993Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:42:45.1165192Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:42:45.1165416Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:42:45.1165647Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:42:45.1165906Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:42:45.1166135Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:42:45.1166338Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:42:45.1166523Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:42:45.1166699Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:42:45.1166786Z 2026-02-10T07:46:24.2697505Z Failed ValidateEmptyViewStringDisplayed [3 m 40 s] 2026-02-10T07:46:24.2699199Z Error Message: 2026-02-10T07:46:24.2699562Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2699931Z Stack Trace: 2026-02-10T07:46:24.2700197Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2700509Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2700814Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2701124Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2701420Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2701851Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2702168Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2702519Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2702860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2703481Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2703812Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2704176Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2704759Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2705133Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2705539Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2708856Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2709273Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2709574Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2709886Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2710030Z 2026-02-10T07:46:24.2710252Z Failed ValidateCustomEmptyViewDisplayed [3 m 40 s] 2026-02-10T07:46:24.2710648Z Error Message: 2026-02-10T07:46:24.2710981Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2711306Z Stack Trace: 2026-02-10T07:46:24.2711737Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2712076Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2712371Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2712664Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2712947Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2713220Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2713543Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2713903Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2714295Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2714620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2714941Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2715299Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2715700Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2716047Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2716391Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2716740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2717074Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2718372Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2718657Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2718790Z 2026-02-10T07:46:24.2719021Z Failed ValidateCustomEmptyViewDisplayed_AndEmptyObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2719263Z Error Message: 2026-02-10T07:46:24.2719577Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2719874Z Stack Trace: 2026-02-10T07:46:24.2720111Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2720397Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2720693Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2721006Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2721282Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2721826Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2722125Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2722477Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2722828Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2723124Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2723424Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2723764Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2724115Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2724495Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2724862Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2725231Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2725574Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2725888Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2726179Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2726320Z 2026-02-10T07:46:24.2726558Z Failed ValidateCustomEmptyViewDisplayed_AndEmptyViewTemplate [3 m 40 s] 2026-02-10T07:46:24.2726788Z Error Message: 2026-02-10T07:46:24.2727091Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2727411Z Stack Trace: 2026-02-10T07:46:24.2727660Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2728048Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2728379Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2728699Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2729015Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2729317Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2729645Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2730009Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2730370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2730669Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2730979Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2731400Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2731953Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2732356Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2732766Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2733180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2733529Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2733862Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2734183Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2734336Z 2026-02-10T07:46:24.2734586Z Failed ValidateCustomEmptyViewDisplayed_AndObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2734824Z Error Message: 2026-02-10T07:46:24.2735227Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2735431Z Stack Trace: 2026-02-10T07:46:24.2735594Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2735791Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2735991Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2736189Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2736375Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2736558Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2736755Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2736981Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2737269Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2737473Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2737669Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2737883Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2738117Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2738360Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2738601Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2738845Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2739123Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2739330Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2739528Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2739610Z 2026-02-10T07:46:24.2739758Z Failed ValidateCustomEmptyViewDisplayed_EmptyGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2739910Z Error Message: 2026-02-10T07:46:24.2740117Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2740318Z Stack Trace: 2026-02-10T07:46:24.2740483Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2740690Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2740891Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2741093Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2741285Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2741471Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2741865Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2742093Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2742319Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2742523Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2742719Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2742934Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2743173Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2743412Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2743693Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2743947Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2744165Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2744359Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2744548Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2744628Z 2026-02-10T07:46:24.2744770Z Failed ValidateCustomEmptyViewDisplayed_GroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2744976Z Error Message: 2026-02-10T07:46:24.2745297Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2745617Z Stack Trace: 2026-02-10T07:46:24.2746079Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2746375Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2747181Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2747524Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2747798Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2747985Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2748253Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2748588Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2748806Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2748999Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2749184Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2749394Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2749624Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2749856Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2750087Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2750318Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2750528Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2750713Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2750891Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2751078Z 2026-02-10T07:46:24.2751219Z Failed ValidateCustomEmptyViewDisplayed_WhenBasicItemTemplateSetFirst [3 m 40 s] 2026-02-10T07:46:24.2751362Z Error Message: 2026-02-10T07:46:24.2751737Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2751942Z Stack Trace: 2026-02-10T07:46:24.2752095Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2752277Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2752455Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2752636Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2752811Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2752981Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2753167Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2753443Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2753654Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2753843Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2754024Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2754248Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2754564Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2754902Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2755249Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2755602Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2755918Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2756200Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2756464Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2756595Z 2026-02-10T07:46:24.2756815Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyGroupedList [3 m 40 s] 2026-02-10T07:46:24.2757025Z Error Message: 2026-02-10T07:46:24.2757301Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2757576Z Stack Trace: 2026-02-10T07:46:24.2757809Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2758094Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2758368Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2758736Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2759015Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2759274Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2759572Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2759924Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2760269Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2760568Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2760856Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2761199Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2761688Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2762117Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2762469Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2762845Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2763196Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2763507Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2763808Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2763946Z 2026-02-10T07:46:24.2764382Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndEmptyObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2764636Z Error Message: 2026-02-10T07:46:24.2764948Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2765258Z Stack Trace: 2026-02-10T07:46:24.2765500Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2765819Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2766113Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2766416Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2766707Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2766983Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2767293Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2767649Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2767996Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2768309Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2768680Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2769004Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2769341Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2769708Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2770064Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2770415Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2770742Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2771020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2771358Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2771478Z 2026-02-10T07:46:24.2771826Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndGroupedList [3 m 40 s] 2026-02-10T07:46:24.2772034Z Error Message: 2026-02-10T07:46:24.2772332Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2772618Z Stack Trace: 2026-02-10T07:46:24.2772856Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2773149Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2773466Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2773751Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2774036Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2774288Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2774569Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2774911Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2775242Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2775528Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2775824Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2776158Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2776504Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2776863Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2777230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2777689Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2778034Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2778346Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2778635Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2778757Z 2026-02-10T07:46:24.2778974Z Failed ValidateCustomEmptyViewDisplayedSetFirst_AndObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2779311Z Error Message: 2026-02-10T07:46:24.2779522Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2779710Z Stack Trace: 2026-02-10T07:46:24.2779864Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2780056Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2780295Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2780480Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2780664Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2780834Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2781022Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2781233Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2781446Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2781916Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2782107Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2782312Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2782545Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2782758Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2782976Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2783191Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2783398Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2783575Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2783742Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2783813Z 2026-02-10T07:46:24.2783946Z Failed ValidateCustomEmptyViewDisplayedSetFirst_WhenBasicItemTemplate [3 m 40 s] 2026-02-10T07:46:24.2784078Z Error Message: 2026-02-10T07:46:24.2784254Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2784495Z Stack Trace: 2026-02-10T07:46:24.2784699Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2784961Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2785227Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2785500Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2785749Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2785978Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2786232Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2786533Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2786816Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2787272Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2787549Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2787874Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2788220Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2788567Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2788919Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2789221Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2789582Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2789873Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2790151Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2790271Z 2026-02-10T07:46:24.2790469Z Failed ValidateCustomEmptyViewSizeDisplayed [3 m 40 s] 2026-02-10T07:46:24.2790754Z Error Message: 2026-02-10T07:46:24.2791028Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2791316Z Stack Trace: 2026-02-10T07:46:24.2791665Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2791963Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2792248Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2792526Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2792803Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2793065Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2793420Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2793759Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2794101Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2794404Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2794692Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2795023Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2795384Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2795755Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2796194Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2796767Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2797130Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2797379Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2797562Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2797642Z 2026-02-10T07:46:24.2797786Z Failed ValidateCustomEmptyViewSizeDisplayed_AndCustomEmptyViewTemplateSize [3 m 40 s] 2026-02-10T07:46:24.2797932Z Error Message: 2026-02-10T07:46:24.2798120Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2798302Z Stack Trace: 2026-02-10T07:46:24.2798457Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2798642Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2798825Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2799009Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2799186Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2799356Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2799621Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2799908Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2800138Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2800396Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2800666Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2800987Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2801375Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2801867Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2802243Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2802594Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2802919Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2803222Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2803510Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2803631Z 2026-02-10T07:46:24.2803934Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2830421Z Error Message: 2026-02-10T07:46:24.2830862Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2831174Z Stack Trace: 2026-02-10T07:46:24.2831418Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2831874Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2832180Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2832498Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2832773Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2833027Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2833306Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2833643Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2833991Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2834301Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2834597Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2834959Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2835385Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2835799Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2836200Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2836600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2836969Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2837448Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2837756Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2837892Z 2026-02-10T07:46:24.2838115Z Failed ValidateCustomEmptyViewSizeDisplayed_AndEmptyViewTemplate [3 m 40 s] 2026-02-10T07:46:24.2838353Z Error Message: 2026-02-10T07:46:24.2838668Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2838973Z Stack Trace: 2026-02-10T07:46:24.2839231Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2839548Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2839848Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2840157Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2840521Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2840792Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2841091Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2841420Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2841894Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2842222Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2842518Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2842846Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2843225Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2843602Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2843986Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2844358Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2844713Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2845020Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2845314Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2845441Z 2026-02-10T07:46:24.2845656Z Failed ValidateCustomEmptyViewSizeDisplayed_AndObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2845884Z Error Message: 2026-02-10T07:46:24.2846196Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2846492Z Stack Trace: 2026-02-10T07:46:24.2846740Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2847093Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2847398Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2847709Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2847998Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2848197Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2848387Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2848601Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2848831Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2849024Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2849209Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2849448Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2849672Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2849897Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2850126Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2850353Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2850562Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2850746Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2850923Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2850997Z 2026-02-10T07:46:24.2851135Z Failed ValidateCustomEmptyViewSizeDisplayed_EmptyGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2851278Z Error Message: 2026-02-10T07:46:24.2851461Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2851797Z Stack Trace: 2026-02-10T07:46:24.2851952Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2852132Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2852315Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2852495Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2852674Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2852840Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2853019Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2853227Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2853485Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2853685Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2853875Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2854091Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2854322Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2854542Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2854767Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2855003Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2855322Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2855581Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2855823Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2855938Z 2026-02-10T07:46:24.2856127Z Failed ValidateCustomEmptyViewSizeDisplayed_GroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2856335Z Error Message: 2026-02-10T07:46:24.2856601Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2856874Z Stack Trace: 2026-02-10T07:46:24.2857091Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2857353Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2857608Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2857861Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2858110Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2858346Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2858616Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2858923Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2859237Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2859519Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2859795Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2860102Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2860426Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2860838Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2861195Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2861864Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2862192Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2862460Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2862734Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2862861Z 2026-02-10T07:46:24.2863309Z Failed ValidateCustomEmptyViewSizeDisplayed_WhenBasicItemTemplateSetFirst [3 m 40 s] 2026-02-10T07:46:24.2863520Z Error Message: 2026-02-10T07:46:24.2863807Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2864179Z Stack Trace: 2026-02-10T07:46:24.2864419Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2864708Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2864982Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2865265Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2865522Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2865767Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2866040Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2866372Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2866709Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2867006Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2867309Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2867632Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2867989Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2868352Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2868691Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2869013Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2869327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2869631Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2869911Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2870102Z 2026-02-10T07:46:24.2870322Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyGroupedList [3 m 40 s] 2026-02-10T07:46:24.2870550Z Error Message: 2026-02-10T07:46:24.2870828Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2871092Z Stack Trace: 2026-02-10T07:46:24.2871325Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2871720Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2871969Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2872215Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2872463Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2872701Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2872954Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2873325Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2873635Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2873955Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2874180Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2874537Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2874838Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2875116Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2875333Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2875550Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2875838Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2876086Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2876316Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2876429Z 2026-02-10T07:46:24.2876622Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndEmptyObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2876825Z Error Message: 2026-02-10T07:46:24.2877097Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2877363Z Stack Trace: 2026-02-10T07:46:24.2877571Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2877833Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2878088Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2878437Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2878686Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2878906Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2879079Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2879275Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2879474Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2879653Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2879832Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2880029Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2880291Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2880513Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2880737Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2880959Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2881166Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2881348Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2881677Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2881850Z 2026-02-10T07:46:24.2881985Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndGroupedList [3 m 40 s] 2026-02-10T07:46:24.2882117Z Error Message: 2026-02-10T07:46:24.2882294Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2882465Z Stack Trace: 2026-02-10T07:46:24.2882605Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2882779Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2882954Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2883126Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2883291Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2883450Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2883622Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2883822Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2884025Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2884249Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2884422Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2884616Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2884827Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2885042Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2885261Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2885479Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2885687Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2885862Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2886067Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2886140Z 2026-02-10T07:46:24.2886270Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_AndObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2886409Z Error Message: 2026-02-10T07:46:24.2886585Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2886756Z Stack Trace: 2026-02-10T07:46:24.2886902Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2887072Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2887245Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2887422Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2887590Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2887751Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2887926Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2888123Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2888325Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2888502Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2888679Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2888872Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2889087Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2889306Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2889525Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2889780Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2889976Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2890150Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2890316Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2890389Z 2026-02-10T07:46:24.2890522Z Failed ValidateCustomEmptyViewSizeDisplayedSetFirst_WhenBasicItemTemplate [3 m 40 s] 2026-02-10T07:46:24.2890656Z Error Message: 2026-02-10T07:46:24.2890831Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2891001Z Stack Trace: 2026-02-10T07:46:24.2891163Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2891335Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2891633Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2891819Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2891983Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2892142Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2892316Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2892517Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2892717Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2892897Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2893069Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2893262Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2893471Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2893687Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2893912Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2894310Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2894520Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2894696Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2894861Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2894932Z 2026-02-10T07:46:24.2895055Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed [3 m 40 s] 2026-02-10T07:46:24.2895182Z Error Message: 2026-02-10T07:46:24.2895430Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2895600Z Stack Trace: 2026-02-10T07:46:24.2895745Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2895919Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2896090Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2896261Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2896425Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2896613Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2896814Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2897101Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2897380Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2897567Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2897745Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2897948Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2898171Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2898394Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2898630Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2898859Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2899066Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2899248Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2899424Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2899497Z 2026-02-10T07:46:24.2899640Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [3 m 40 s] 2026-02-10T07:46:24.2899781Z Error Message: 2026-02-10T07:46:24.2899971Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2900159Z Stack Trace: 2026-02-10T07:46:24.2900316Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2900504Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2900691Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2900883Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2901062Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2901259Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2901443Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2901780Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2902002Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2902194Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2902374Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2902579Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2902805Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2903090Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2903362Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2903591Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2903798Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2903980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2904156Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2904232Z 2026-02-10T07:46:24.2904370Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomEmptyView [3 m 40 s] 2026-02-10T07:46:24.2904514Z Error Message: 2026-02-10T07:46:24.2904705Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2904884Z Stack Trace: 2026-02-10T07:46:24.2905035Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2905221Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2905400Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2905581Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2905757Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2905925Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2906111Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2906317Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2906527Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2906716Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2906897Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2907132Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2907367Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2907594Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2907823Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2908054Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2908263Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2908450Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2908627Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2908700Z 2026-02-10T07:46:24.2908868Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndCustomSizeEmptyView [3 m 40 s] 2026-02-10T07:46:24.2909012Z Error Message: 2026-02-10T07:46:24.2909196Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2909375Z Stack Trace: 2026-02-10T07:46:24.2909526Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2909709Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2909891Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2910077Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2910249Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2910418Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2910602Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2910811Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2911020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2911217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2911399Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2911818Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2912057Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2912287Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2912519Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2912747Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2912999Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2913195Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2913383Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2913457Z 2026-02-10T07:46:24.2913606Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2913755Z Error Message: 2026-02-10T07:46:24.2913952Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2914154Z Stack Trace: 2026-02-10T07:46:24.2914313Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2914512Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2914703Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2914896Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2915100Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2915269Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2915453Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2915663Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2915886Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2916077Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2916259Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2916466Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2916688Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2916917Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2917143Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2917372Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2917578Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2917765Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2917942Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2918015Z 2026-02-10T07:46:24.2918152Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndEmptyViewString [3 m 40 s] 2026-02-10T07:46:24.2918295Z Error Message: 2026-02-10T07:46:24.2918480Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2918673Z Stack Trace: 2026-02-10T07:46:24.2918848Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2919032Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2919211Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2919395Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2919578Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2919737Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2919931Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2920137Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2920348Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2920539Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2920745Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2920947Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2921171Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2921395Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2921843Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2922229Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2922444Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2922633Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2922810Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2922893Z 2026-02-10T07:46:24.2923028Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2923176Z Error Message: 2026-02-10T07:46:24.2923361Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2923550Z Stack Trace: 2026-02-10T07:46:24.2923692Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2923886Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2924064Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2924244Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2924420Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2924586Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2924766Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2925110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2925337Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2925530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2925711Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2925915Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2926136Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2926369Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2926601Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2926883Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2927098Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2927291Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2927477Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2927560Z 2026-02-10T07:46:24.2927708Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_AndGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2927859Z Error Message: 2026-02-10T07:46:24.2928052Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2928237Z Stack Trace: 2026-02-10T07:46:24.2928394Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2928586Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2928799Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2928982Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2929155Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2929321Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2929505Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2929713Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2929923Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2930109Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2930290Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2930493Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2930713Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2930964Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2931197Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2931421Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2931765Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2931955Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2932132Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2932217Z 2026-02-10T07:46:24.2932360Z Failed ValidateCustomSizeEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2932508Z Error Message: 2026-02-10T07:46:24.2932702Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2932926Z Stack Trace: 2026-02-10T07:46:24.2933085Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2933274Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2933465Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2933657Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2933841Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2934017Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2934210Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2934431Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2934655Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2934850Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2935041Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2935259Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2935498Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2935743Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2935979Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2936221Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2936440Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2936637Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2936849Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2936930Z 2026-02-10T07:46:24.2937069Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [3 m 40 s] 2026-02-10T07:46:24.2937220Z Error Message: 2026-02-10T07:46:24.2937402Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2937582Z Stack Trace: 2026-02-10T07:46:24.2937732Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2937914Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2938091Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2938274Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2938451Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2938620Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2938851Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2939061Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2939275Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2939466Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2939649Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2939860Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2940085Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2940314Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2940545Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2940776Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2940986Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2941173Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2941351Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2941438Z 2026-02-10T07:46:24.2941697Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [3 m 40 s] 2026-02-10T07:46:24.2941864Z Error Message: 2026-02-10T07:46:24.2942061Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2942247Z Stack Trace: 2026-02-10T07:46:24.2942398Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2942594Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2942810Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2943002Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2943178Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2943345Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2943543Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2943773Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2943997Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2944196Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2944389Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2944607Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2944880Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2945114Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2945352Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2945593Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2945815Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2946012Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2946194Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2946290Z 2026-02-10T07:46:24.2946435Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2946593Z Error Message: 2026-02-10T07:46:24.2946788Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2946977Z Stack Trace: 2026-02-10T07:46:24.2947130Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2947327Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2947518Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2947702Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2947890Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2948071Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2948268Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2948495Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2948750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2948945Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2949129Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2949345Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2949579Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2949821Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2950065Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2950303Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2950567Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2950759Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2950947Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2951033Z 2026-02-10T07:46:24.2951172Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndGroupedList [3 m 40 s] 2026-02-10T07:46:24.2951324Z Error Message: 2026-02-10T07:46:24.2951603Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2951886Z Stack Trace: 2026-02-10T07:46:24.2952040Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2952223Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2952405Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2952586Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2952760Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2952928Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2953112Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2953321Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2953534Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2953719Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2953901Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2954104Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2954330Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2954553Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2954818Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2955054Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2955262Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2955448Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2955621Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2955696Z 2026-02-10T07:46:24.2955840Z Failed ValidateCustomSizeEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [3 m 40 s] 2026-02-10T07:46:24.2955988Z Error Message: 2026-02-10T07:46:24.2956176Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2956356Z Stack Trace: 2026-02-10T07:46:24.2956536Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2956720Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2956900Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2957082Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2957259Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2957430Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2957614Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2957821Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2958033Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2958223Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2958405Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2958607Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2958830Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2959059Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2959295Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2959523Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2959732Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2959918Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2960095Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2960200Z 2026-02-10T07:46:24.2960324Z Failed ValidateEmptyViewSize [3 m 40 s] 2026-02-10T07:46:24.2960453Z Error Message: 2026-02-10T07:46:24.2960646Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2960831Z Stack Trace: 2026-02-10T07:46:24.2960990Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2961184Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2961375Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2961751Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2961940Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2962115Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2962300Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2962507Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2962754Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2962946Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2963130Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2963335Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2963562Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2963788Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2964029Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2964255Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2964467Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2964655Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2964833Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2964906Z 2026-02-10T07:46:24.2965047Z Failed ValidateEmptyViewStringDisplayed_AndBasicItemTemplateSetFirst [3 m 40 s] 2026-02-10T07:46:24.2965188Z Error Message: 2026-02-10T07:46:24.2965374Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2965553Z Stack Trace: 2026-02-10T07:46:24.2965708Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2965891Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2966071Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2966254Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2966465Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2966634Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2966819Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2967031Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2967245Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2967433Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2967617Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2967822Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2968049Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2968310Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2968543Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2968772Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2968979Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2969167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2969347Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2969419Z 2026-02-10T07:46:24.2969556Z Failed ValidateEmptyViewStringDisplayed_AndEmptyGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2969700Z Error Message: 2026-02-10T07:46:24.2969885Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2970063Z Stack Trace: 2026-02-10T07:46:24.2970214Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2970398Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2970578Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2970763Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2970939Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2971112Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2971295Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2971593Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2971881Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2972070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2972286Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2972490Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2972721Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2972950Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2973180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2973405Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2973616Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2973801Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2973975Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2974084Z 2026-02-10T07:46:24.2974223Z Failed ValidateEmptyViewStringDisplayed_AndEmptyViewTemplate [3 m 40 s] 2026-02-10T07:46:24.2974367Z Error Message: 2026-02-10T07:46:24.2974564Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2974752Z Stack Trace: 2026-02-10T07:46:24.2974913Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2975107Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2975298Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2975491Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2975677Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2975857Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2976048Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2976266Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2976491Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2976698Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2976886Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2977097Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2977334Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2977570Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2977813Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2978073Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2978289Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2978487Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2978673Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2978749Z 2026-02-10T07:46:24.2978900Z Failed ValidateEmptyViewStringDisplayed_AndItemSourceEmptyObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2979049Z Error Message: 2026-02-10T07:46:24.2979242Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2979442Z Stack Trace: 2026-02-10T07:46:24.2979601Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2979790Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2979978Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2980194Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2980376Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2980555Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2980748Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2980963Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2981194Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2981390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2981752Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2981964Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2982190Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2982416Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2982643Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2982878Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2983098Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2983294Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2983482Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2983569Z 2026-02-10T07:46:24.2983710Z Failed ValidateEmptyViewStringDisplayed_AndObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.2983858Z Error Message: 2026-02-10T07:46:24.2984052Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2984291Z Stack Trace: 2026-02-10T07:46:24.2984443Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2984635Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2984815Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2985009Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2985195Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2985372Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2985580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2985812Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2986028Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2986260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2986453Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2986671Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2986914Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2987156Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2987397Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2987633Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2987857Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2988054Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2988243Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2988336Z 2026-02-10T07:46:24.2988462Z Failed ValidateEmptyViewStringDisplayed_GroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.2988598Z Error Message: 2026-02-10T07:46:24.2988796Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2988987Z Stack Trace: 2026-02-10T07:46:24.2989127Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2989309Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2989512Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2989701Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2989901Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2990081Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2990297Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2990522Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2990745Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2990941Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2991137Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2991361Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2991795Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2992049Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2992294Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2992593Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2992811Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2993005Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2993190Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2993278Z 2026-02-10T07:46:24.2993422Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndBasicItemTemplate [3 m 40 s] 2026-02-10T07:46:24.2993570Z Error Message: 2026-02-10T07:46:24.2993753Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2993949Z Stack Trace: 2026-02-10T07:46:24.2994107Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2994294Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2994483Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2994669Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2994848Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2995029Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2995220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2995441Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.2995662Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.2995859Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.2996053Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.2996266Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.2996516Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.2996743Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.2996976Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.2997200Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.2997410Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.2997591Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.2997769Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.2997851Z 2026-02-10T07:46:24.2997983Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndGroupedList [3 m 40 s] 2026-02-10T07:46:24.2998122Z Error Message: 2026-02-10T07:46:24.2998336Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.2998515Z Stack Trace: 2026-02-10T07:46:24.2998662Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.2998846Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2999027Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2999209Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.2999382Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.2999550Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.2999734Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.2999941Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3000151Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3000336Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3000518Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3000721Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3000945Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3001174Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3001400Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3001948Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3002162Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3002385Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3002563Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3002646Z 2026-02-10T07:46:24.3002789Z Failed ValidateEmptyViewStringDisplayedSetFirst_AndItemSourceEmptyGroupedList [3 m 40 s] 2026-02-10T07:46:24.3002960Z Error Message: 2026-02-10T07:46:24.3003160Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3003340Z Stack Trace: 2026-02-10T07:46:24.3003494Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3003678Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3003866Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3004049Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3004224Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3004430Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3004635Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3004843Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3005050Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3005231Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3005414Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3005616Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3005838Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3006057Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3006281Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3006501Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3006708Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3006887Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3007062Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3007142Z 2026-02-10T07:46:24.3007272Z Failed ValidateEmptyViewStringSetFirst_AndEmptyObservableCollection [3 m 40 s] 2026-02-10T07:46:24.3007409Z Error Message: 2026-02-10T07:46:24.3007589Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3007762Z Stack Trace: 2026-02-10T07:46:24.3007906Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3008104Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3008276Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3008446Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3008611Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3008768Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3008937Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3009134Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3009334Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3009516Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3009691Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3009909Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3010123Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3010337Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3010553Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3010773Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3010970Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3011147Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3011314Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3011393Z 2026-02-10T07:46:24.3011820Z Failed ValidateEmptyViewStringSetFirst_AndObservableCollection [3 m 40 s] 2026-02-10T07:46:24.3011955Z Error Message: 2026-02-10T07:46:24.3012130Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3012298Z Stack Trace: 2026-02-10T07:46:24.3012443Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3012615Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3012785Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3012960Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3013125Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3013285Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3013457Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3013657Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3013908Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3014093Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3014278Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3014480Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3014700Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3014927Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3015150Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3015372Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3015598Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3015772Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3015939Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3016006Z 2026-02-10T07:46:24.3016124Z Failed ValidateEmptyViewTemplateDisplayed [3 m 40 s] 2026-02-10T07:46:24.3016249Z Error Message: 2026-02-10T07:46:24.3016425Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3016594Z Stack Trace: 2026-02-10T07:46:24.3016737Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3016908Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3017078Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3017252Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3017415Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3017574Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3017746Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3017951Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3018150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3018327Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3018500Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3018693Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3018904Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3019115Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3019355Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3019571Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3019769Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3019946Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3020113Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3020191Z 2026-02-10T07:46:24.3020313Z Failed ValidateEmptyViewTemplateDisplayed_AndBasicTemplateSetFirst [3 m 40 s] 2026-02-10T07:46:24.3020445Z Error Message: 2026-02-10T07:46:24.3020622Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3020799Z Stack Trace: 2026-02-10T07:46:24.3020933Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3021132Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3021303Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3021586Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3021882Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3022042Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3022218Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3022412Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3022614Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3022790Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3022962Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3023154Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3023362Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3023582Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3023799Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3024014Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3024211Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3024385Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3024552Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3024663Z 2026-02-10T07:46:24.3024790Z Failed ValidateEmptyViewTemplateDisplayed_AndCustomEmptyView [3 m 40 s] 2026-02-10T07:46:24.3024920Z Error Message: 2026-02-10T07:46:24.3025085Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3025264Z Stack Trace: 2026-02-10T07:46:24.3025406Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3025577Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3025749Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3025924Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3026086Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3026249Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3026421Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3026619Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3026876Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3027058Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3027233Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3027425Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3027639Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3027860Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3028078Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3028294Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3028492Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3028666Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3028835Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3028915Z 2026-02-10T07:46:24.3029047Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.3029180Z Error Message: 2026-02-10T07:46:24.3029361Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3029545Z Stack Trace: 2026-02-10T07:46:24.3029696Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3029890Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3030083Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3030275Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3030471Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3030650Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3030856Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3031079Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3031312Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3031599Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3031814Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3032029Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3032270Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3032553Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3032805Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3033050Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3033280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3033479Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3033662Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3033749Z 2026-02-10T07:46:24.3033889Z Failed ValidateEmptyViewTemplateDisplayed_AndEmptyViewString [3 m 40 s] 2026-02-10T07:46:24.3034033Z Error Message: 2026-02-10T07:46:24.3034222Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3034410Z Stack Trace: 2026-02-10T07:46:24.3034564Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3034754Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3034943Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3035131Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3035310Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3035485Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3035673Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3035885Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3036101Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3036291Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3036503Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3036706Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3036932Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3037160Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3037388Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3037618Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3037825Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3038012Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3038192Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3038299Z 2026-02-10T07:46:24.3038438Z Failed ValidateEmptyViewTemplateDisplayed_AndeObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.3038583Z Error Message: 2026-02-10T07:46:24.3038764Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3038944Z Stack Trace: 2026-02-10T07:46:24.3039094Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3039278Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3039457Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3039637Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3039812Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3039979Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3040161Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3040369Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3040579Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3040775Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3040956Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3041161Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3041386Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3041731Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3041965Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3042230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3042440Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3042625Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3042802Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3042885Z 2026-02-10T07:46:24.3043020Z Failed ValidateEmptyViewTemplateDisplayed_AndGroupedListSetFirst [3 m 40 s] 2026-02-10T07:46:24.3043155Z Error Message: 2026-02-10T07:46:24.3043335Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3043513Z Stack Trace: 2026-02-10T07:46:24.3043665Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3043844Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3044022Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3044232Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3044404Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3044574Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3044754Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3044963Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3045176Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3045363Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3045545Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3045749Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3045973Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3046198Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3046426Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3046657Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3046866Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3047050Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3047228Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3047312Z 2026-02-10T07:46:24.3047449Z Failed ValidateEmptyViewTemplateDisplayed_EmptyObservableCollectionSetFirst [3 m 40 s] 2026-02-10T07:46:24.3047589Z Error Message: 2026-02-10T07:46:24.3047773Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3047980Z Stack Trace: 2026-02-10T07:46:24.3048130Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3048311Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3048491Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3048675Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3048848Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3049016Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3049199Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3049410Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3049620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3049839Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3050009Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3050202Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3050412Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3050626Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3050842Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3051056Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3051252Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3051436Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3051883Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3051957Z 2026-02-10T07:46:24.3052108Z >>>>> 02/10/2026 07:46:24 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_EmptyViewFeatureTests(Android). 2026-02-10T07:46:24.3052299Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T07:46:24.3052486Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:46:24.3052698Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:46:24.3052900Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_EmptyViewFeatureTests(Android) 2026-02-10T07:46:24.3053103Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:24.3053302Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T07:46:24.3053481Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:24.3053700Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3053875Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3054048Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:24.3054212Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:24.3054371Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:24.3054544Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:24.3054740Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:24.3055051Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:24.3055291Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:24.3055539Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:24.3055887Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:24.3056236Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:24.3056534Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:24.3056764Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:24.3056999Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:24.3057206Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:24.3057392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3057569Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:24.3057717Z --TearDown 2026-02-10T07:46:24.3057877Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:46:24.3058080Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:46:24.3058255Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:24.3058422Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7949423Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndBasicItemTemplate [3 m 40 s] 2026-02-10T07:46:25.7949951Z Error Message: 2026-02-10T07:46:25.7950272Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7950610Z Stack Trace: 2026-02-10T07:46:25.7950833Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7951050Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7951255Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7951887Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7952078Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7952268Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7952474Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7952695Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7952928Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7953134Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7953337Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7953577Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7953827Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7954175Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7954433Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7954665Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7954890Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7955091Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7955285Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7955375Z 2026-02-10T07:46:25.7955526Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyGroupedList [3 m 40 s] 2026-02-10T07:46:25.7955686Z Error Message: 2026-02-10T07:46:25.7955893Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7956092Z Stack Trace: 2026-02-10T07:46:25.7956250Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7956447Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7956649Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7956854Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7957043Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7957218Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7957418Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7957647Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7957872Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7958102Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7958295Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7958522Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7958761Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7959002Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7959248Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7959490Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7959709Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7959899Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7960121Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7960218Z 2026-02-10T07:46:25.7960363Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndEmptyObservableCollection [3 m 40 s] 2026-02-10T07:46:25.7960526Z Error Message: 2026-02-10T07:46:25.7960722Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7960926Z Stack Trace: 2026-02-10T07:46:25.7961086Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7961290Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7961757Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7961985Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7962171Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7962345Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7962545Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7962771Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7962995Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7963195Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7963391Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7963607Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7963850Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7964095Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7964340Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7964616Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7964841Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7965037Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7965227Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7965324Z 2026-02-10T07:46:25.7965459Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndGroupedList [3 m 40 s] 2026-02-10T07:46:25.7965605Z Error Message: 2026-02-10T07:46:25.7965791Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7965981Z Stack Trace: 2026-02-10T07:46:25.7966174Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7966369Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7966585Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7966777Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7966956Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7967133Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7967327Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7967535Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7967746Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7967939Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7968124Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7968326Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7968550Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7968778Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7969012Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7969236Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7969446Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7969630Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7969804Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7969880Z 2026-02-10T07:46:25.7970018Z Failed ValidateEmptyViewTemplateDisplayedSetFirst_AndObservableCollection [3 m 40 s] 2026-02-10T07:46:25.7970161Z Error Message: 2026-02-10T07:46:25.7970375Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7970554Z Stack Trace: 2026-02-10T07:46:25.7970708Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7970891Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7971069Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7971248Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7971420Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7971698Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7971891Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7972098Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7972344Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7972532Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7972713Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7972916Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7973139Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7973376Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7973605Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7973835Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7974042Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7974225Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7974403Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7974477Z 2026-02-10T07:46:25.7974603Z Failed ValidateEmptyViewTemplateSize [3 m 40 s] 2026-02-10T07:46:25.7974732Z Error Message: 2026-02-10T07:46:25.7974916Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:46:25.7975099Z Stack Trace: 2026-02-10T07:46:25.7975247Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:46:25.7975429Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7975608Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7975790Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:46:25.7975963Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:46:25.7976168Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:46:25.7976359Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:46:25.7976576Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:46:25.7976794Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:46:25.7976992Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:46:25.7977180Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:46:25.7977394Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:46:25.7977633Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:46:25.7977865Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:46:25.7978119Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:46:25.7978376Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:46:25.7978581Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:46:25.7978768Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:46:25.7978942Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:46:25.7979020Z 2026-02-10T07:50:04.6734979Z Failed VerifyGroupFooterTemplate_WithFooterString [3 m 40 s] 2026-02-10T07:50:04.6736166Z Error Message: 2026-02-10T07:50:04.6736625Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6737625Z Stack Trace: 2026-02-10T07:50:04.6737919Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6738245Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6738537Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6738826Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6739139Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6739396Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6739692Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6740043Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6740388Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6740695Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6740979Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6741321Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6742117Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6742455Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6742826Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6743182Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6743526Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6743808Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6744065Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6744186Z 2026-02-10T07:50:04.6744487Z Failed VerifyCanMixGroupsFalseWithCanReorderItems [3 m 40 s] 2026-02-10T07:50:04.6744911Z Error Message: 2026-02-10T07:50:04.6745091Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6745303Z Stack Trace: 2026-02-10T07:50:04.6745460Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6745638Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6745805Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6745986Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6746153Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6746315Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6746486Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6746760Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6747058Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6747319Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6747577Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6747869Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6748212Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6748573Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6748988Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6749379Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6749685Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6750043Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6750302Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6750418Z 2026-02-10T07:50:04.6750607Z Failed VerifyCanMixGroupsTrueWithCanReorderItems [3 m 40 s] 2026-02-10T07:50:04.6750806Z Error Message: 2026-02-10T07:50:04.6751090Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6751374Z Stack Trace: 2026-02-10T07:50:04.6751732Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6752036Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6752313Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6752632Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6752826Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6753140Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6753424Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6753743Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6754064Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6754365Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6754674Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6755009Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6755369Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6755736Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6756103Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6756425Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6756747Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6757034Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6757307Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6757425Z 2026-02-10T07:50:04.6757630Z Failed VerifyCanReorderItemsFalseWithCanMixGroups [3 m 40 s] 2026-02-10T07:50:04.6757845Z Error Message: 2026-02-10T07:50:04.6758130Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6758411Z Stack Trace: 2026-02-10T07:50:04.6758637Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6758972Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6759244Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6759522Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6759790Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6760046Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6760325Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6760641Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6760952Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6761229Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6761600Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6761964Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6762304Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6762637Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6762972Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6763319Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6763638Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6763919Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6764198Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6764319Z 2026-02-10T07:50:04.6764528Z Failed VerifyCanReorderItemsTrueWithCanMixGroups [3 m 40 s] 2026-02-10T07:50:04.6764738Z Error Message: 2026-02-10T07:50:04.6765032Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6765325Z Stack Trace: 2026-02-10T07:50:04.6765560Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6765843Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6766123Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6766397Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6766663Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6766927Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6767225Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6767572Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6767988Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6768302Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6768604Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6768941Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6769308Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6769684Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6770053Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6770430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6770819Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6771127Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6771425Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6771706Z 2026-02-10T07:50:04.6771903Z Failed VerifyGroupFooterTemplate_WithBasicItemTemplate [3 m 40 s] 2026-02-10T07:50:04.6772095Z Error Message: 2026-02-10T07:50:04.6772362Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6772623Z Stack Trace: 2026-02-10T07:50:04.6772833Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6773088Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6773369Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6773655Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6773924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6774184Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6774553Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6774770Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6775043Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6775374Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6775550Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6775752Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6775963Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6776177Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6776682Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6777186Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6777604Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6777890Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6778145Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6778270Z 2026-02-10T07:50:04.6778453Z Failed VerifyGroupFooterTemplate_WithHeaderString [3 m 40 s] 2026-02-10T07:50:04.6778642Z Error Message: 2026-02-10T07:50:04.6778915Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6779197Z Stack Trace: 2026-02-10T07:50:04.6779417Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6779760Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6780018Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6780248Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6780473Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6780688Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6780924Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6781193Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6781597Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6781889Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6782211Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6782469Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6782689Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6783038Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6783389Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6783744Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6784103Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6784278Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6784444Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6784522Z 2026-02-10T07:50:04.6784699Z Failed VerifyGroupHeaderAndFooterTemplate_WithGroupedList [3 m 40 s] 2026-02-10T07:50:04.6784830Z Error Message: 2026-02-10T07:50:04.6785003Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6785172Z Stack Trace: 2026-02-10T07:50:04.6785311Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6785485Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6785653Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6785822Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6785986Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6786149Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6786319Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6786518Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6786754Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6786931Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6787107Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6787298Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6787508Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6787723Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6787938Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6788151Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6788345Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6788518Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6788682Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6788758Z 2026-02-10T07:50:04.6788890Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalGridAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6789023Z Error Message: 2026-02-10T07:50:04.6789197Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6789365Z Stack Trace: 2026-02-10T07:50:04.6789506Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6789676Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6789848Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6790019Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6790207Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6790366Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6790536Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6790731Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6790932Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6791107Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6791278Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6791469Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6791903Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6792182Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6792397Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6792611Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6792807Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6792986Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6793153Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6793229Z 2026-02-10T07:50:04.6793364Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalGridAndObservableCollection [3 m 40 s] 2026-02-10T07:50:04.6793503Z Error Message: 2026-02-10T07:50:04.6793677Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6793844Z Stack Trace: 2026-02-10T07:50:04.6793984Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6794156Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6794325Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6794496Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6794659Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6794817Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6794991Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6795187Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6795382Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6795559Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6795765Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6795953Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6796166Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6796377Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6796591Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6796804Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6796999Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6797175Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6797365Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6797442Z 2026-02-10T07:50:04.6797701Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalListAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6797836Z Error Message: 2026-02-10T07:50:04.6798009Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6798179Z Stack Trace: 2026-02-10T07:50:04.6798321Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6798496Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6798662Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6798861Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6799028Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6799189Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6799363Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6799561Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6799769Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6799947Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6800123Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6800320Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6800530Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6800750Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6800965Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6801209Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6801407Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6801795Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6801975Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6802050Z 2026-02-10T07:50:04.6802191Z Failed VerifyGroupHeaderAndFooterTemplate_WithHorizontalListAndObservableCollection [3 m 40 s] 2026-02-10T07:50:04.6802338Z Error Message: 2026-02-10T07:50:04.6802521Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6802704Z Stack Trace: 2026-02-10T07:50:04.6802854Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6803039Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6803213Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6803421Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6803593Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6803760Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6803943Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6804159Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6804367Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6804550Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6804734Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6804933Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6805154Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6805379Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6805603Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6805834Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6806039Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6806218Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6806385Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6806466Z 2026-02-10T07:50:04.6806588Z Failed VerifyGroupHeaderAndFooterTemplate_WithItemSourceNull [3 m 40 s] 2026-02-10T07:50:04.6806722Z Error Message: 2026-02-10T07:50:04.6806900Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6807104Z Stack Trace: 2026-02-10T07:50:04.6807238Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6807414Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6807589Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6807758Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6807921Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6808077Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6808260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6808614Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6808906Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6809196Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6809461Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6809769Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6810093Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6810616Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6811009Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6811371Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6811808Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6812112Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6812386Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6812516Z 2026-02-10T07:50:04.6812725Z Failed VerifyGroupHeaderAndFooterTemplate_WithObservableCollection [3 m 40 s] 2026-02-10T07:50:04.6812939Z Error Message: 2026-02-10T07:50:04.6813206Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6813510Z Stack Trace: 2026-02-10T07:50:04.6813655Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6813829Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6813997Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6814168Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6814330Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6814487Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6814796Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6814996Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6815199Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6815378Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6815553Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6815747Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6815957Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6816172Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6816388Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6816654Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6816852Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6817025Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6817193Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6817271Z 2026-02-10T07:50:04.6817404Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalGridAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6817539Z Error Message: 2026-02-10T07:50:04.6817715Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6817885Z Stack Trace: 2026-02-10T07:50:04.6818026Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6818199Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6818368Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6818539Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6818704Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6818865Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6819039Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6819238Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6819437Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6819614Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6819787Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6819976Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6820219Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6820437Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6820664Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6820881Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6821080Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6821256Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6821425Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6821601Z 2026-02-10T07:50:04.6821775Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalGridAndObservableCollection [3 m 40 s] 2026-02-10T07:50:04.6822031Z Error Message: 2026-02-10T07:50:04.6822207Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6822378Z Stack Trace: 2026-02-10T07:50:04.6822523Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6822699Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6822871Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6823083Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6823331Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6823588Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6823862Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6824162Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6824494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6824709Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6824884Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6825143Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6825372Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6825599Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6825957Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6826452Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6826652Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6826881Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6827049Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6827131Z 2026-02-10T07:50:04.6827262Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalListAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6827403Z Error Message: 2026-02-10T07:50:04.6827577Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6827746Z Stack Trace: 2026-02-10T07:50:04.6827927Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6828297Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6828608Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6828781Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6828943Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6829195Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6829392Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6829584Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6829782Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6829960Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6830136Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6830328Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6830538Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6830754Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6830970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6831186Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6831386Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6831694Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6831874Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6831952Z 2026-02-10T07:50:04.6832087Z Failed VerifyGroupHeaderAndFooterTemplate_WithVerticalListAndObservableCollection [3 m 40 s] 2026-02-10T07:50:04.6832223Z Error Message: 2026-02-10T07:50:04.6832398Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6832561Z Stack Trace: 2026-02-10T07:50:04.6832708Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6832914Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6833083Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6833258Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6833424Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6833582Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6833754Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6833950Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6834151Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6834329Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6834497Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6834719Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6834931Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6835148Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6835370Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6835592Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6835784Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6835961Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6836136Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6836206Z 2026-02-10T07:50:04.6836331Z Failed VerifyGroupHeaderTemplate_WithBasicItemTemplate [3 m 40 s] 2026-02-10T07:50:04.6836458Z Error Message: 2026-02-10T07:50:04.6836633Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6836806Z Stack Trace: 2026-02-10T07:50:04.6836947Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6837119Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6837291Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6837460Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6837624Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6837785Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6837958Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6838154Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6838376Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6838552Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6838726Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6838915Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6839129Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6839342Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6839558Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6839776Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6840049Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6840227Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6840393Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6840465Z 2026-02-10T07:50:04.6840586Z Failed VerifyGroupHeaderTemplate_WithFooterString [3 m 40 s] 2026-02-10T07:50:04.6840710Z Error Message: 2026-02-10T07:50:04.6840885Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6841063Z Stack Trace: 2026-02-10T07:50:04.6841205Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6841378Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6841718Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6841912Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6842076Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6842234Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6842409Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6842610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6842812Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6842989Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6843162Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6843356Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6843570Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6843829Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6844054Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6844276Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6844490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6844674Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6844848Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6844923Z 2026-02-10T07:50:04.6845053Z Failed VerifyGroupHeaderTemplate_WithHeaderString [3 m 40 s] 2026-02-10T07:50:04.6845187Z Error Message: 2026-02-10T07:50:04.6845401Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6845580Z Stack Trace: 2026-02-10T07:50:04.6845906Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6846084Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6846255Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6846430Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6846598Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6846757Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6846934Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6847132Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6847336Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6847514Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6847687Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6847880Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6848093Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6848309Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6848529Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6848762Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6848961Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6849137Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6849306Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6849402Z 2026-02-10T07:50:04.6849524Z Failed VerifyIsGrouped_WithFooterString [3 m 40 s] 2026-02-10T07:50:04.6849650Z Error Message: 2026-02-10T07:50:04.6849827Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6850004Z Stack Trace: 2026-02-10T07:50:04.6850150Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6850326Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6850500Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6850671Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6850836Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6850998Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6851171Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6851387Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6851691Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6851872Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6852046Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6852237Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6852453Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6852667Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6852885Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6853110Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6853306Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6853476Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6853650Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6853721Z 2026-02-10T07:50:04.6853845Z Failed VerifyIsGrouped_WithGroupHeaderAndGroupFooterTemplate [3 m 40 s] 2026-02-10T07:50:04.6853975Z Error Message: 2026-02-10T07:50:04.6854150Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6854318Z Stack Trace: 2026-02-10T07:50:04.6854461Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6854636Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6854804Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6854978Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6855178Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6855338Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6855513Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6855709Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6855908Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6856088Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6856256Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6856450Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6856660Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6856910Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6857131Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6857344Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6857540Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6857715Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6857880Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6857951Z 2026-02-10T07:50:04.6858071Z Failed VerifyIsGrouped_WithHeaderString [3 m 40 s] 2026-02-10T07:50:04.6858193Z Error Message: 2026-02-10T07:50:04.6858366Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6858535Z Stack Trace: 2026-02-10T07:50:04.6858675Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6858847Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6859015Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6859191Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6859354Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6859515Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6859687Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6859883Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6860081Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6860260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6860455Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6860705Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6861091Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6861313Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6861632Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6861909Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6862181Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6862443Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6862695Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6862803Z 2026-02-10T07:50:04.6862929Z Failed VerifyIsGrouped_WithHorizontalGridAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6863055Z Error Message: 2026-02-10T07:50:04.6863233Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6863463Z Stack Trace: 2026-02-10T07:50:04.6863701Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6863873Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6864045Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6864217Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6864386Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6864544Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6864720Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6864916Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6865118Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6865296Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6865470Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6865664Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6865884Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6866103Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6866321Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6866580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6866784Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6866961Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6867130Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6867200Z 2026-02-10T07:50:04.6867323Z Failed VerifyIsGrouped_WithHorizontalListAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6867450Z Error Message: 2026-02-10T07:50:04.6867628Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6867799Z Stack Trace: 2026-02-10T07:50:04.6867941Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6868118Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6868291Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6868489Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6868654Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6868814Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6868984Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6869184Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6869385Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6869564Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6869737Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6869932Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6870151Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6870366Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6870580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6870795Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6870994Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6871172Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6871338Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6871407Z 2026-02-10T07:50:04.6871630Z Failed VerifyIsGrouped_WithVerticalGridAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6871878Z Error Message: 2026-02-10T07:50:04.6872053Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6872260Z Stack Trace: 2026-02-10T07:50:04.6872401Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6872576Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6872751Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6872925Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6873093Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6873254Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6873427Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6873622Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6873820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6874000Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6874207Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6874396Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6874606Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6874817Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6875037Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6875252Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6875447Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6875623Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6875793Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6875862Z 2026-02-10T07:50:04.6875987Z Failed VerifyIsGrouped_WithVerticalListAndGroupedList [3 m 40 s] 2026-02-10T07:50:04.6876114Z Error Message: 2026-02-10T07:50:04.6876290Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6876460Z Stack Trace: 2026-02-10T07:50:04.6876604Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6876777Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6876948Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6877120Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6877285Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6877445Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6877620Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6877840Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6878048Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6878227Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6878401Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6878594Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6878803Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6879017Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6879232Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6879467Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6879663Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6879842Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6880007Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6880076Z 2026-02-10T07:50:04.6880201Z Failed VerifyIsGroupedFalse_WithBasicItemTemplate [3 m 40 s] 2026-02-10T07:50:04.6880328Z Error Message: 2026-02-10T07:50:04.6880505Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6880679Z Stack Trace: 2026-02-10T07:50:04.6880821Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6880990Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6881158Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6881331Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6881563Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6881860Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6882053Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6882262Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6882483Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6882670Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6882890Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6883182Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6883504Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6883909Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6884247Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6884578Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6884881Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6885149Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6885402Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6885516Z 2026-02-10T07:50:04.6885709Z Failed VerifyIsGroupedFalse_WithHeaderAndFooterString [3 m 40 s] 2026-02-10T07:50:04.6885918Z Error Message: 2026-02-10T07:50:04.6886204Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6886553Z Stack Trace: 2026-02-10T07:50:04.6886782Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6887058Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6887312Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6887580Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6887837Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6888087Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6888363Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6888782Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6889076Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6889260Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6889432Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6889625Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6889847Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6890063Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6890282Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6890503Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6890703Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6890878Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6891096Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6891181Z 2026-02-10T07:50:04.6891331Z >>>>> 02/10/2026 07:50:04 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_GroupingFeatureTests(Android). 2026-02-10T07:50:04.6891737Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T07:50:04.6891949Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:50:04.6892169Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:50:04.6892377Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_GroupingFeatureTests(Android) 2026-02-10T07:50:04.6892588Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:04.6892802Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T07:50:04.6893027Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:04.6893204Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6893376Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6893548Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:04.6893712Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:04.6893871Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:04.6894049Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:04.6894245Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:04.6894447Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:04.6894623Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:04.6894800Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:04.6894988Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:04.6895202Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:04.6895452Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:04.6895774Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:04.6896206Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:04.6896510Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:04.6896758Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6897052Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:04.6897287Z --TearDown 2026-02-10T07:50:04.6897558Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:50:04.6897755Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:50:04.6897935Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:04.6898116Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:50:06.1773592Z Failed VerifyIsGroupedFalse_WithItemSourceObservableCollection [3 m 40 s] 2026-02-10T07:50:06.1773937Z Error Message: 2026-02-10T07:50:06.1774228Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:06.1774532Z Stack Trace: 2026-02-10T07:50:06.1774821Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:06.1775004Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1775390Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1775578Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1775746Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:06.1775910Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:06.1776088Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:06.1776287Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:06.1776494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:06.1776679Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:06.1776855Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:06.1777075Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:06.1777290Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:06.1777506Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:06.1777729Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:06.1777946Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:06.1778149Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:06.1778322Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:06.1778489Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:06.1778567Z 2026-02-10T07:50:06.1778697Z Failed VerifyIsGroupedTrue_WithBasicTemplateWhenGroupedList [3 m 40 s] 2026-02-10T07:50:06.1778829Z Error Message: 2026-02-10T07:50:06.1779000Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:06.1779259Z Stack Trace: 2026-02-10T07:50:06.1779409Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:06.1779595Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1779777Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1779960Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1780133Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:06.1780304Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:06.1780491Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:06.1780704Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:06.1780919Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:06.1781124Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:06.1781296Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:06.1781623Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:06.1781953Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:06.1782183Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:06.1782426Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:06.1782663Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:06.1782876Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:06.1783065Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:06.1783244Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:06.1783328Z 2026-02-10T07:50:06.1783458Z Failed VerifyIsGroupedTrue_WithItemSourceGroupedList [3 m 40 s] 2026-02-10T07:50:06.1783594Z Error Message: 2026-02-10T07:50:06.1783782Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:50:06.1783962Z Stack Trace: 2026-02-10T07:50:06.1784112Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:50:06.1784297Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1784476Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1784656Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:50:06.1784835Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:50:06.1785005Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:50:06.1785217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:50:06.1785418Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:50:06.1785622Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:50:06.1785805Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:50:06.1785981Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:50:06.1786193Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:50:06.1786410Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:50:06.1786627Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:50:06.1786844Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:50:06.1787093Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:50:06.1787287Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:50:06.1787463Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:50:06.1787630Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:50:06.1787712Z 2026-02-10T07:53:45.0586252Z Failed VerifyHeaderStringWithItemsSourceObservableCollection25 [3 m 40 s] 2026-02-10T07:53:45.0586995Z Error Message: 2026-02-10T07:53:45.0587702Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0588182Z Stack Trace: 2026-02-10T07:53:45.0588480Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0588911Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0592339Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0592957Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0593626Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0593952Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0594234Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0594560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0594893Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0595178Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0595439Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0595774Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0596374Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0596702Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0597034Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0597416Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0597764Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0598051Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0598319Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0598473Z 2026-02-10T07:53:45.0598650Z Failed VerifyFooterStringWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0598971Z Error Message: 2026-02-10T07:53:45.0599332Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0599688Z Stack Trace: 2026-02-10T07:53:45.0599930Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0600196Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0600446Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0600717Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0601066Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0601385Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0601918Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0602330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0602731Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0603020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0603298Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0603619Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0603974Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0604193Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0604413Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0604628Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0604825Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0605084Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0605331Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0605466Z 2026-02-10T07:53:45.0605630Z Failed VerifyFooterStringWhenFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0605814Z Error Message: 2026-02-10T07:53:45.0606065Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0606327Z Stack Trace: 2026-02-10T07:53:45.0606535Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0606804Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0607080Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0607351Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0607663Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0607835Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0608008Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0608205Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0608406Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0608689Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0608863Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0609058Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0609272Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0609487Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0609702Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0609917Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0610114Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0610291Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0610475Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0610581Z 2026-02-10T07:53:45.0610743Z Failed VerifyFooterStringWhenGroupFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0610929Z Error Message: 2026-02-10T07:53:45.0611190Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0611673Z Stack Trace: 2026-02-10T07:53:45.0611968Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0612371Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0612692Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0612867Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0613031Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0613229Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0613584Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0613889Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0614208Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0614497Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0614737Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0615099Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0615443Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0615786Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0616134Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0616488Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0616806Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0617082Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0617452Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0617549Z 2026-02-10T07:53:45.0617672Z Failed VerifyFooterStringWhenGroupHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0617799Z Error Message: 2026-02-10T07:53:45.0617970Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0618145Z Stack Trace: 2026-02-10T07:53:45.0618286Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0618630Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0618837Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0619107Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0619361Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0619602Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0619871Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0620225Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0620563Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0620825Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0621105Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0621351Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0621876Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0622199Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0622527Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0622899Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0623105Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0623281Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0623468Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0623561Z 2026-02-10T07:53:45.0623706Z Failed VerifyFooterStringWhenHeaderString [3 m 40 s] 2026-02-10T07:53:45.0623917Z Error Message: 2026-02-10T07:53:45.0624198Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0624566Z Stack Trace: 2026-02-10T07:53:45.0624787Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0625052Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0625382Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0625660Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0625921Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0626172Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0626446Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0626758Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0627069Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0627358Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0627625Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0628010Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0628417Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0628673Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0628892Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0629217Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0629540Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0629812Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0630094Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0630244Z 2026-02-10T07:53:45.0630429Z Failed VerifyFooterStringWhenHeaderView [3 m 40 s] 2026-02-10T07:53:45.0630620Z Error Message: 2026-02-10T07:53:45.0630970Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0631279Z Stack Trace: 2026-02-10T07:53:45.0631591Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0631805Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0631975Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0632148Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0632397Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0632595Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0632951Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0633271Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0633599Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0633889Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0634176Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0634479Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0634823Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0635180Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0635541Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0635896Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0636220Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0636513Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0636770Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0636857Z 2026-02-10T07:53:45.0636982Z Failed VerifyFooterStringWithItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T07:53:45.0637117Z Error Message: 2026-02-10T07:53:45.0637294Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0637461Z Stack Trace: 2026-02-10T07:53:45.0637603Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0637774Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0637947Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0638118Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0638281Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0638441Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0638650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0638845Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0639045Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0639222Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0639394Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0639587Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0639799Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0640108Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0640453Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0640803Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0641133Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0641415Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0641837Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0641970Z 2026-02-10T07:53:45.0642252Z Failed VerifyFooterStringWithItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T07:53:45.0642391Z Error Message: 2026-02-10T07:53:45.0642569Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0642741Z Stack Trace: 2026-02-10T07:53:45.0642938Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0643220Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0643532Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0643807Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0644136Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0644317Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0644718Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0645048Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0645353Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0645671Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0645933Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0646406Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0646655Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0646872Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0647096Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0647314Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0647509Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0647686Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0647867Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0647951Z 2026-02-10T07:53:45.0648077Z Failed VerifyFooterStringWithItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T07:53:45.0648206Z Error Message: 2026-02-10T07:53:45.0648383Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0648547Z Stack Trace: 2026-02-10T07:53:45.0648694Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0648867Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0649038Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0649210Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0649373Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0649532Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0649706Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0649900Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0650148Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0650328Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0650503Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0650694Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0650917Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0651134Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0651351Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0651700Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0652137Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0652506Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0652762Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0652875Z 2026-02-10T07:53:45.0653047Z Failed VerifyFooterStringWithItemsSourceNone [3 m 40 s] 2026-02-10T07:53:45.0653224Z Error Message: 2026-02-10T07:53:45.0653468Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0653737Z Stack Trace: 2026-02-10T07:53:45.0653962Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0654230Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0654497Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0654789Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0655122Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0655297Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0655560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0655880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0656144Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0656328Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0656502Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0656758Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0657084Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0657427Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0657817Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0658167Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0658481Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0658748Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0658947Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0659089Z 2026-02-10T07:53:45.0659212Z Failed VerifyFooterStringWithItemsSourceObservableCollection25 [3 m 40 s] 2026-02-10T07:53:45.0659346Z Error Message: 2026-02-10T07:53:45.0659523Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0659725Z Stack Trace: 2026-02-10T07:53:45.0660111Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0660295Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0660500Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0660755Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0661011Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0661272Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0661660Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0661964Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0662266Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0662537Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0662801Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0663117Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0663471Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0663826Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0664194Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0664555Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0664888Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0665184Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0665487Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0665719Z 2026-02-10T07:53:45.0665927Z Failed VerifyFooterStringWithItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T07:53:45.0666152Z Error Message: 2026-02-10T07:53:45.0666439Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0666731Z Stack Trace: 2026-02-10T07:53:45.0666965Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0667251Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0667525Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0667820Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0668094Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0668355Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0668652Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0669051Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0669387Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0669673Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0669956Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0670287Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0670636Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0670966Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0671303Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0671769Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0672061Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0672321Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0672600Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0672749Z 2026-02-10T07:53:45.0672939Z Failed VerifyFooterTemplateWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0673136Z Error Message: 2026-02-10T07:53:45.0673411Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0673671Z Stack Trace: 2026-02-10T07:53:45.0673897Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0674172Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0674509Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0674783Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0675042Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0675319Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0675618Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0675967Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0676323Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0676643Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0676949Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0677290Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0677712Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0678072Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0678411Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0678783Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0679121Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0679413Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0679722Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0679879Z 2026-02-10T07:53:45.0680079Z Failed VerifyFooterTemplateWhenFooterView [3 m 40 s] 2026-02-10T07:53:45.0680279Z Error Message: 2026-02-10T07:53:45.0680567Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0680850Z Stack Trace: 2026-02-10T07:53:45.0681089Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0681383Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0681808Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0682110Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0682381Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0682653Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0682951Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0683289Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0683600Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0683967Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0684259Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0684562Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0684938Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0685157Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0685382Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0685604Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0685807Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0686044Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0686242Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0686340Z 2026-02-10T07:53:45.0686471Z Failed VerifyFooterTemplateWhenGroupFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0686609Z Error Message: 2026-02-10T07:53:45.0686798Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0686982Z Stack Trace: 2026-02-10T07:53:45.0687131Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0687317Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0687498Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0687684Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0687860Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0688031Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0688217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0688426Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0688640Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0688828Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0689007Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0689209Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0689432Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0689662Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0689905Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0690124Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0690330Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0690501Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0690686Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0690772Z 2026-02-10T07:53:45.0690898Z Failed VerifyFooterTemplateWhenGroupHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0691029Z Error Message: 2026-02-10T07:53:45.0691208Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0691380Z Stack Trace: 2026-02-10T07:53:45.0691646Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0691998Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0692178Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0692358Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0692519Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0692681Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0692856Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0693054Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0693252Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0693432Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0693606Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0693798Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0694010Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0694229Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0694446Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0694672Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0694870Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0695045Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0695231Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0695350Z 2026-02-10T07:53:45.0695468Z Failed VerifyFooterTemplateWithItemsSourceNone [3 m 40 s] 2026-02-10T07:53:45.0695596Z Error Message: 2026-02-10T07:53:45.0695776Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0695950Z Stack Trace: 2026-02-10T07:53:45.0696091Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0696265Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0696434Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0696605Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0696766Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0696925Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0697098Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0697297Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0697530Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0697711Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0697883Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0698075Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0698285Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0698498Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0698721Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0698936Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0699133Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0699310Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0699496Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0699581Z 2026-02-10T07:53:45.0699709Z Failed VerifyFooterTemplateWithItemsSourceObservableCollections25 [3 m 40 s] 2026-02-10T07:53:45.0699844Z Error Message: 2026-02-10T07:53:45.0700018Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0700185Z Stack Trace: 2026-02-10T07:53:45.0700325Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0700498Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0700666Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0700865Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0701038Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0701186Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0701346Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0701619Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0701920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0702092Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0702256Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0702446Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0702656Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0702897Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0703099Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0703300Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0703484Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0703647Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0703817Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0703896Z 2026-02-10T07:53:45.0704011Z Failed VerifyFooterViewWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0704126Z Error Message: 2026-02-10T07:53:45.0704290Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0704443Z Stack Trace: 2026-02-10T07:53:45.0704574Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0704732Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0704894Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0705054Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0705206Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0705354Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0705516Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0705697Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0705880Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0706052Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0706252Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0706430Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0706626Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0706844Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0707042Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0707244Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0707426Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0707588Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0707974Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0708053Z 2026-02-10T07:53:45.0708169Z Failed VerifyFooterViewWhenFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0708284Z Error Message: 2026-02-10T07:53:45.0708447Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0708604Z Stack Trace: 2026-02-10T07:53:45.0708739Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0708901Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0709062Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0709224Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0709377Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0709525Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0709686Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0709869Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0710064Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0710229Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0710389Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0710570Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0710766Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0710965Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0711165Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0711393Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0711791Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0711964Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0712133Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0712219Z 2026-02-10T07:53:45.0712367Z Failed VerifyFooterViewWhenGroupFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0712528Z Error Message: 2026-02-10T07:53:45.0712851Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0713091Z Stack Trace: 2026-02-10T07:53:45.0713276Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0713515Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0713796Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0714043Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0714268Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0714490Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0714737Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0715011Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0715272Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0715618Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0715792Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0715969Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0716162Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0716363Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0716563Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0716759Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0716940Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0717100Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0717269Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0717353Z 2026-02-10T07:53:45.0717465Z Failed VerifyFooterViewWhenGroupHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0717615Z Error Message: 2026-02-10T07:53:45.0717770Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0717930Z Stack Trace: 2026-02-10T07:53:45.0718059Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0718219Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0718379Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0718536Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0718688Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0718834Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0718994Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0719175Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0719382Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0719546Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0719707Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0719884Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0720079Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0720281Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0720479Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0720682Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0720864Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0721025Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0721192Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0721281Z 2026-02-10T07:53:45.0721392Z Failed VerifyFooterViewWhenHeaderString [3 m 40 s] 2026-02-10T07:53:45.0721591Z Error Message: 2026-02-10T07:53:45.0721886Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0722042Z Stack Trace: 2026-02-10T07:53:45.0722173Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0722333Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0722488Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0722647Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0722829Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0722974Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0723135Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0723318Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0723517Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0723696Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0723868Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0724057Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0724274Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0724490Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0724735Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0724951Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0725147Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0725322Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0725508Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0725602Z 2026-02-10T07:53:45.0725720Z Failed VerifyFooterViewWhenHeaderView [3 m 40 s] 2026-02-10T07:53:45.0725845Z Error Message: 2026-02-10T07:53:45.0726022Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0726188Z Stack Trace: 2026-02-10T07:53:45.0726327Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0726502Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0726673Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0726845Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0727008Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0727168Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0727341Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0727540Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0727743Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0727917Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0728090Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0728304Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0728520Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0728737Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0728954Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0729169Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0729367Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0729542Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0729726Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0729847Z 2026-02-10T07:53:45.0729974Z Failed VerifyFooterViewWithItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T07:53:45.0730105Z Error Message: 2026-02-10T07:53:45.0730288Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0730463Z Stack Trace: 2026-02-10T07:53:45.0730610Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0730792Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0730970Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0731151Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0731324Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0731559Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0731826Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0732022Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0732221Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0732402Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0732574Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0732770Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0732983Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0733198Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0733422Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0733641Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0733915Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0734167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0734388Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0734520Z 2026-02-10T07:53:45.0734701Z Failed VerifyFooterViewWithItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T07:53:45.0734885Z Error Message: 2026-02-10T07:53:45.0735156Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0735426Z Stack Trace: 2026-02-10T07:53:45.0735647Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0735895Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0736140Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0736457Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0736693Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0736929Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0737190Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0737441Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0737743Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0738006Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0738351Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0738613Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0738933Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0739229Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0739573Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0739784Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0739981Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0740145Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0740320Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0740402Z 2026-02-10T07:53:45.0740521Z Failed VerifyFooterViewWithItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T07:53:45.0740642Z Error Message: 2026-02-10T07:53:45.0740810Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0741005Z Stack Trace: 2026-02-10T07:53:45.0741138Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0741298Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0741455Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0741795Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0742030Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0742253Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0742495Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0742750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0743111Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0743318Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0743478Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0743658Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0743853Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0744052Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0744252Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0744459Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0744672Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0744839Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0745019Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0745106Z 2026-02-10T07:53:45.0745237Z Failed VerifyFooterViewWithItemsSourceNone [3 m 40 s] 2026-02-10T07:53:45.0745418Z Error Message: 2026-02-10T07:53:45.0745674Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0746013Z Stack Trace: 2026-02-10T07:53:45.0746212Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0746474Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0746729Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0746998Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0747265Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0747504Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0747858Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0748152Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0748481Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0748664Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0748838Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0749033Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0749307Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0749637Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0749926Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0750293Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0750592Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0750846Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0751132Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0751285Z 2026-02-10T07:53:45.0751476Z Failed VerifyFooterViewWithItemsSourceObservableCollection25 [3 m 40 s] 2026-02-10T07:53:45.0751827Z Error Message: 2026-02-10T07:53:45.0752105Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0752381Z Stack Trace: 2026-02-10T07:53:45.0752603Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0752879Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0753143Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0753411Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0753672Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0753917Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0754185Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0754495Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0754814Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0755105Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0755381Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0755692Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0756101Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0756452Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0756801Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0757150Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0757500Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0757677Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0757866Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0757955Z 2026-02-10T07:53:45.0758084Z Failed VerifyFooterViewWithItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T07:53:45.0758264Z Error Message: 2026-02-10T07:53:45.0758449Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0758679Z Stack Trace: 2026-02-10T07:53:45.0758905Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0759111Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0759283Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0759460Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0759627Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0759788Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0759962Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0760157Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0760355Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0760541Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0760715Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0760906Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0761116Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0761334Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0761717Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0761950Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0762198Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0762385Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0762582Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0762676Z 2026-02-10T07:53:45.0762810Z Failed VerifyHeaderStringWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0762946Z Error Message: 2026-02-10T07:53:45.0763132Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0763314Z Stack Trace: 2026-02-10T07:53:45.0763464Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0763646Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0763827Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0764010Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0764212Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0764378Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0764557Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0764774Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0764981Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0765167Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0765345Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0765546Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0765769Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0765993Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0766219Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0766447Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0766654Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0766836Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0767030Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0767127Z 2026-02-10T07:53:45.0767247Z Failed VerifyHeaderStringWhenGroupFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0767378Z Error Message: 2026-02-10T07:53:45.0767560Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0767758Z Stack Trace: 2026-02-10T07:53:45.0767892Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0768070Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0768240Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0768410Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0768575Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0768732Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0768899Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0769094Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0769292Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0769470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0769663Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0769853Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0770061Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0770275Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0770493Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0770710Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0770905Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0771075Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0771254Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0771345Z 2026-02-10T07:53:45.0771468Z Failed VerifyHeaderStringWhenGroupHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0771737Z Error Message: 2026-02-10T07:53:45.0771915Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0772085Z Stack Trace: 2026-02-10T07:53:45.0772225Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0772398Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0772566Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0772739Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0772905Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0773061Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0773236Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0773471Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0773671Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0773850Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0774019Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0774212Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0774423Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0774642Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0774853Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0775113Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0775319Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0775502Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0775695Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0775797Z 2026-02-10T07:53:45.0775925Z Failed VerifyHeaderStringWhenHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0776053Z Error Message: 2026-02-10T07:53:45.0776234Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0776412Z Stack Trace: 2026-02-10T07:53:45.0776560Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0776737Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0776918Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0777104Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0777275Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0777444Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0777628Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0777837Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0778045Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0778229Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0778412Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0778598Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0778818Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0779012Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0779212Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0779409Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0779588Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0779750Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0779918Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0780010Z 2026-02-10T07:53:45.0780121Z Failed VerifyHeaderStringWithEmptyViewString [3 m 40 s] 2026-02-10T07:53:45.0780234Z Error Message: 2026-02-10T07:53:45.0780421Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0780575Z Stack Trace: 2026-02-10T07:53:45.0780706Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0780866Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0781022Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0781181Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0781335Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0781481Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0781743Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0781927Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0782114Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0782282Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0782441Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0782621Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0782817Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0783018Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0783219Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0783419Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0783599Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0783797Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0783973Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0784066Z 2026-02-10T07:53:45.0784181Z Failed VerifyHeaderStringWithFooterString [3 m 40 s] 2026-02-10T07:53:45.0784300Z Error Message: 2026-02-10T07:53:45.0784466Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0784631Z Stack Trace: 2026-02-10T07:53:45.0784769Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0784935Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0785100Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0785266Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0785422Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0785600Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0785761Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0785942Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0786128Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0786290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0786452Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0786627Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0786827Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0787028Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0787230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0787429Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0787612Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0787783Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0787953Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0788032Z 2026-02-10T07:53:45.0788143Z Failed VerifyHeaderStringWithFooterView [3 m 40 s] 2026-02-10T07:53:45.0788261Z Error Message: 2026-02-10T07:53:45.0788421Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0788578Z Stack Trace: 2026-02-10T07:53:45.0788709Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0788893Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0789054Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0789217Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0789371Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0789517Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0789677Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0789858Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0790044Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0790211Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0790372Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0790591Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0790787Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0790985Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0791186Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0791398Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0791678Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0791848Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0792020Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0792101Z 2026-02-10T07:53:45.0792217Z Failed VerifyHeaderStringWithItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T07:53:45.0792340Z Error Message: 2026-02-10T07:53:45.0792503Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0792663Z Stack Trace: 2026-02-10T07:53:45.0792795Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0792956Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0793115Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0793275Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0793424Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0793572Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0793731Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0793914Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0794130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0794297Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0794462Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0794640Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0794839Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0795039Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0795247Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0795444Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0795650Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0795816Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0795988Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0796069Z 2026-02-10T07:53:45.0796182Z Failed VerifyHeaderStringWithItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T07:53:45.0796300Z Error Message: 2026-02-10T07:53:45.0796465Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0796620Z Stack Trace: 2026-02-10T07:53:45.0796753Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0796914Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0797072Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0797236Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0797389Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0797534Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0797699Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0797882Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0798069Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0798234Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0798396Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0798574Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0798773Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0799006Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0799207Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0799410Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0799594Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0799757Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0799930Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0800011Z 2026-02-10T07:53:45.0800125Z Failed VerifyHeaderStringWithItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T07:53:45.0800245Z Error Message: 2026-02-10T07:53:45.0800406Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0800589Z Stack Trace: 2026-02-10T07:53:45.0800724Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0800884Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0801043Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0801205Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0801358Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0801587Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0801913Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0802124Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0802381Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0802571Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0802733Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0802922Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0803121Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0803322Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0803557Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0803945Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0804219Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0804468Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0804880Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0805070Z 2026-02-10T07:53:45.0805189Z Failed VerifyHeaderStringWithItemsSourceNone [3 m 40 s] 2026-02-10T07:53:45.0805309Z Error Message: 2026-02-10T07:53:45.0805536Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0805695Z Stack Trace: 2026-02-10T07:53:45.0805828Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0805989Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0806145Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0806303Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0806455Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0806603Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0806794Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0806976Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0807167Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0807330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0807491Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0807672Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0808023Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0808349Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0808554Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0808752Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0808936Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0809104Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0809277Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0809365Z 2026-02-10T07:53:45.0809476Z Failed VerifyHeaderStringWithItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T07:53:45.0809598Z Error Message: 2026-02-10T07:53:45.0809763Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0809921Z Stack Trace: 2026-02-10T07:53:45.0810053Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0810214Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0810460Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0810629Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0810800Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0810954Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0811124Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0811320Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0811601Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0811870Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0812033Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0812213Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0812436Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0812634Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0812836Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0813035Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0813217Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0813376Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0813547Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0813632Z 2026-02-10T07:53:45.0813744Z Failed VerifyHeaderTemplateWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0813860Z Error Message: 2026-02-10T07:53:45.0814013Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0814173Z Stack Trace: 2026-02-10T07:53:45.0814303Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0814462Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0814616Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0814773Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0814923Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0815066Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0815223Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0815404Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0815618Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0815780Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0815936Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0816109Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0816305Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0816500Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0816698Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0816896Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0817074Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0817261Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0817431Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0817516Z 2026-02-10T07:53:45.0817628Z Failed VerifyHeaderTemplateWhenGroupFooterTemplate [3 m 40 s] 2026-02-10T07:53:45.0817744Z Error Message: 2026-02-10T07:53:45.0817904Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0818057Z Stack Trace: 2026-02-10T07:53:45.0818184Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0818343Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0818500Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0818657Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0818806Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0818950Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0819108Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0819290Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0819471Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0819635Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0819793Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0819969Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0820161Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0820357Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0820578Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0820778Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0820959Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0821119Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0821288Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0821375Z 2026-02-10T07:53:45.0823578Z Failed VerifyHeaderTemplateWhenGroupHeaderTemplate [3 m 40 s] 2026-02-10T07:53:45.0823785Z Error Message: 2026-02-10T07:53:45.0824002Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0824221Z Stack Trace: 2026-02-10T07:53:45.0824455Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0824702Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0824942Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0825197Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0825416Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0825638Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0825886Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0826181Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0826460Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0826703Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0826958Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0827228Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0827591Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0827810Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0828021Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0828235Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0828423Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0828592Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0828768Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0828896Z 2026-02-10T07:53:45.0829005Z Failed VerifyHeaderTemplateWhenHeaderString [3 m 40 s] 2026-02-10T07:53:45.0829118Z Error Message: 2026-02-10T07:53:45.0829279Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0829435Z Stack Trace: 2026-02-10T07:53:45.0829566Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0829725Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0829883Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0830039Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0830193Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0830342Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0830500Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0830717Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0830911Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0831088Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0831255Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0831443Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0831872Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0832076Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0832278Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0832479Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0832663Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0832827Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0833001Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0833091Z 2026-02-10T07:53:45.0833203Z Failed VerifyHeaderTemplateWhenHeaderView [3 m 40 s] 2026-02-10T07:53:45.0833320Z Error Message: 2026-02-10T07:53:45.0833537Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0833791Z Stack Trace: 2026-02-10T07:53:45.0834093Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0834352Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0834572Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0834999Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0835246Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0835473Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0835744Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0836044Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0836347Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0836615Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0836881Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0837163Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0837528Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0837857Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0838185Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0838622Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0838838Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0839095Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0839372Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0839510Z 2026-02-10T07:53:45.0839691Z Failed VerifyHeaderViewWhenBasicDataTemplateView [3 m 40 s] 2026-02-10T07:53:45.0839884Z Error Message: 2026-02-10T07:53:45.0840131Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0840315Z Stack Trace: 2026-02-10T07:53:45.0840528Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0841003Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0841247Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0841611Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0841885Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0842049Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0842286Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0842561Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0842961Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0843243Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0843456Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0843656Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0843912Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0844188Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0844428Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0844699Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0844911Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0845090Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0845313Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0845401Z 2026-02-10T07:53:45.0845524Z Failed VerifyHeaderViewWhenGroupFooterTemplateView [3 m 40 s] 2026-02-10T07:53:45.0845653Z Error Message: 2026-02-10T07:53:45.0845828Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0846001Z Stack Trace: 2026-02-10T07:53:45.0846145Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0846320Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0846488Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0846663Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0846827Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0846985Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0847160Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0847358Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0847558Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0847738Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0847912Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0848103Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0848316Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0848533Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0848757Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0849003Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0849211Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0849391Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0849583Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0849667Z 2026-02-10T07:53:45.0849782Z Failed VerifyHeaderViewWhenGroupHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0849903Z Error Message: 2026-02-10T07:53:45.0850073Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0850241Z Stack Trace: 2026-02-10T07:53:45.0850394Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0850597Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0850765Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0850937Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0851101Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0851258Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0851431Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0851765Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0851972Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0852155Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0852330Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0852524Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0852746Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0852963Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0853179Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0853398Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0853596Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0853769Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0853951Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0854035Z 2026-02-10T07:53:45.0854153Z Failed VerifyHeaderViewWhenHeaderTemplateView [3 m 40 s] 2026-02-10T07:53:45.0854311Z Error Message: 2026-02-10T07:53:45.0854483Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0854653Z Stack Trace: 2026-02-10T07:53:45.0854797Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0854970Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0855138Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0855311Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0855475Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0855636Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0855809Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0856006Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0856244Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0856424Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0856602Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0856793Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0857003Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0857218Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0857433Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0857647Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0857841Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0858016Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0858200Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0858287Z 2026-02-10T07:53:45.0858406Z Failed VerifyHeaderViewWithEmptyViewString [3 m 40 s] 2026-02-10T07:53:45.0858528Z Error Message: 2026-02-10T07:53:45.0858706Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0858873Z Stack Trace: 2026-02-10T07:53:45.0859016Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0859186Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0859355Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0859527Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0859713Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0859873Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0860045Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0860241Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0860446Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0860623Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0860794Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0860984Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0861197Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0861432Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0861766Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0861985Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0862181Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0862358Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0862544Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0862633Z 2026-02-10T07:53:45.0862745Z Failed VerifyHeaderViewWithFooterString [3 m 40 s] 2026-02-10T07:53:45.0862867Z Error Message: 2026-02-10T07:53:45.0863043Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0863210Z Stack Trace: 2026-02-10T07:53:45.0863354Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0863524Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0863692Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0863866Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0864036Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0864192Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0864364Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0864559Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0864755Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0864931Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0865136Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0865328Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0865539Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0865752Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0865968Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0866180Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0866364Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0866524Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0866706Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0866825Z 2026-02-10T07:53:45.0866943Z Failed VerifyHeaderViewWithFooterView [3 m 40 s] 2026-02-10T07:53:45.0867062Z Error Message: 2026-02-10T07:53:45.0867227Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0867456Z Stack Trace: 2026-02-10T07:53:45.0867697Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0867884Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0868054Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0868222Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0868385Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0868543Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0868715Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0868909Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0869110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0869289Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0869491Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0869848Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0870099Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0870401Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0870617Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0870910Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0871209Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0871587Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0871868Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0872002Z 2026-02-10T07:53:45.0872146Z Failed VerifyHeaderViewWithItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T07:53:45.0872320Z Error Message: 2026-02-10T07:53:45.0872529Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0872699Z Stack Trace: 2026-02-10T07:53:45.0872844Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0873102Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0873274Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0873482Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0873646Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0873805Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0873977Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0874173Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0874373Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0874548Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0874724Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0874918Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0875133Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0875349Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0875563Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0875779Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0875975Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0876151Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0876334Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0876430Z 2026-02-10T07:53:45.0876551Z Failed VerifyHeaderViewWithItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T07:53:45.0876679Z Error Message: 2026-02-10T07:53:45.0876850Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0877047Z Stack Trace: 2026-02-10T07:53:45.0877187Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0877359Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0877531Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0877704Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0877868Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0878026Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0878199Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0878394Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0878593Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0878820Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0878989Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0879180Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0879395Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0879609Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0879829Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0880048Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0880246Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0880421Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0880606Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0880700Z 2026-02-10T07:53:45.0880822Z Failed VerifyHeaderViewWithItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T07:53:45.0880950Z Error Message: 2026-02-10T07:53:45.0881126Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0881293Z Stack Trace: 2026-02-10T07:53:45.0881435Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0881770Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0881946Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0882117Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0882281Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0882443Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0882648Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0882844Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0883047Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0883226Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0883402Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0883595Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0883807Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0884029Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0884278Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0884495Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0884692Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0884869Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0885055Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0885149Z 2026-02-10T07:53:45.0885266Z Failed VerifyHeaderViewWithItemsSourceNone [3 m 40 s] 2026-02-10T07:53:45.0885391Z Error Message: 2026-02-10T07:53:45.0885568Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0885736Z Stack Trace: 2026-02-10T07:53:45.0885879Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0886051Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0886218Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0886391Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0886559Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0886717Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0886894Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0887093Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0887292Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0887470Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0887641Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0887835Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0888072Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0888290Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0888506Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0888722Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0888984Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0889301Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0889555Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0889695Z 2026-02-10T07:53:45.0889893Z Failed VerifyHeaderViewWithItemsSourceObservableCollection25 [3 m 40 s] 2026-02-10T07:53:45.0890091Z Error Message: 2026-02-10T07:53:45.0890358Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0890601Z Stack Trace: 2026-02-10T07:53:45.0890798Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0891050Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0891312Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0891684Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0891958Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0892203Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0892473Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0892791Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0893095Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0893284Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0893456Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0893648Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0893860Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0894075Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0894292Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0894515Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0894869Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0895055Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0895241Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0895327Z 2026-02-10T07:53:45.0895480Z >>>>> 02/10/2026 07:53:45 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_HeaderFooterFeatureTests(Android). 2026-02-10T07:53:45.0895672Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T07:53:45.0895856Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:53:45.0896071Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:53:45.0896279Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_HeaderFooterFeatureTests(Android) 2026-02-10T07:53:45.0896489Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:45.0896725Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T07:53:45.0896905Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:45.0897085Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0897264Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0897438Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:45.0897603Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:45.0897766Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:45.0897941Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:45.0898138Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:45.0898338Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:45.0898514Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:45.0898688Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:45.0898883Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:45.0899094Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:45.0899313Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:45.0899528Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:45.0899812Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:45.0900103Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:45.0900365Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0900625Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:45.0900857Z --TearDown 2026-02-10T07:53:45.0901079Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:53:45.0901363Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:53:45.0901755Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:45.0902077Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:53:46.5627693Z Failed VerifyHeaderViewWithItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T07:53:46.5627930Z Error Message: 2026-02-10T07:53:46.5628117Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:53:46.5628295Z Stack Trace: 2026-02-10T07:53:46.5628808Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:53:46.5628989Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:46.5629164Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:46.5629346Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:53:46.5629515Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:53:46.5629680Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:53:46.5629863Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:53:46.5630065Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:53:46.5630277Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:53:46.5630459Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:53:46.5630637Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:53:46.5630848Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:53:46.5631098Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:53:46.5631322Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:53:46.5631685Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:53:46.5631922Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:53:46.5632127Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:53:46.5632322Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:53:46.5632513Z at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 2026-02-10T07:53:46.5632674Z 2026-02-10T07:57:25.4604745Z Failed VerifyStringItemsObservableCollectionWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4605537Z Error Message: 2026-02-10T07:57:25.4606506Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4606877Z Stack Trace: 2026-02-10T07:57:25.4607100Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4607384Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4607654Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4607949Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4608224Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4608489Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4608803Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4609377Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4609730Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4610029Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4610333Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4610671Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4611051Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4611427Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4611968Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4612322Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4612654Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4612952Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4613254Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4613486Z 2026-02-10T07:57:25.4613707Z Failed VerifyModelItemsEmptyGroupedListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4613939Z Error Message: 2026-02-10T07:57:25.4614227Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4614484Z Stack Trace: 2026-02-10T07:57:25.4614696Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4614968Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4615241Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4615659Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4615928Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4616188Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4616477Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4616799Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4617127Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4617415Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4617698Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4618105Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4618453Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4618873Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4619213Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4619576Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4619906Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4620211Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4620489Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4620616Z 2026-02-10T07:57:25.4620827Z Failed VerifyModelItemsEmptyGroupedListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4621043Z Error Message: 2026-02-10T07:57:25.4621347Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4621813Z Stack Trace: 2026-02-10T07:57:25.4622056Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4622365Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4622670Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4622984Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4623270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4623543Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4623811Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4624158Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4624507Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4624817Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4625201Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4625492Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4625821Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4626173Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4626522Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4626870Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4627195Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4627480Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4627810Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4627930Z 2026-02-10T07:57:25.4628137Z Failed VerifyModelItemsEmptyObservableCollectionWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4628347Z Error Message: 2026-02-10T07:57:25.4628631Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4628907Z Stack Trace: 2026-02-10T07:57:25.4629138Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4629418Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4629693Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4629957Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4630221Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4630489Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4630772Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4631118Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4631459Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4631899Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4632188Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4632512Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4632874Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4633249Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4633617Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4634064Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4634420Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4634703Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4635005Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4635134Z 2026-02-10T07:57:25.4635352Z Failed VerifyModelItemsEmptyObservableCollectionWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4635583Z Error Message: 2026-02-10T07:57:25.4635887Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4636195Z Stack Trace: 2026-02-10T07:57:25.4641088Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4642235Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4642965Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4643468Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4643759Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4644028Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4644330Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4644653Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4644995Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4645296Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4645575Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4645895Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4646254Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4646615Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4646978Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4647362Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4647704Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4647996Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4648285Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4648401Z 2026-02-10T07:57:25.4648613Z Failed VerifyModelItemsGroupedListWhenAddIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4648826Z Error Message: 2026-02-10T07:57:25.4649106Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4649462Z Stack Trace: 2026-02-10T07:57:25.4649693Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4649982Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4650249Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4650531Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4650804Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4651072Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4651363Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4651814Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4657860Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4658310Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4658586Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4659005Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4659225Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4659444Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4659672Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4659889Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4660085Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4660262Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4660429Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4660501Z 2026-02-10T07:57:25.4660621Z Failed VerifyModelItemsGroupedListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4660750Z Error Message: 2026-02-10T07:57:25.4660927Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4661096Z Stack Trace: 2026-02-10T07:57:25.4661239Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4661413Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4661872Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4662051Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4662212Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4662372Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4662610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4662808Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4663008Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4663184Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4663356Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4663547Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4663757Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4663971Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4664195Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4664440Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4664637Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4664814Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4664979Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4665053Z 2026-02-10T07:57:25.4665186Z Failed VerifyModelItemsGroupedListWhenMultipleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4665317Z Error Message: 2026-02-10T07:57:25.4665491Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4665664Z Stack Trace: 2026-02-10T07:57:25.4665806Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4665976Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4666145Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4666316Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4666482Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4666640Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4666816Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4667013Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4667216Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4667393Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4667568Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4667758Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4667999Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4668222Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4668438Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4668657Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4668855Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4669032Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4669202Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4669272Z 2026-02-10T07:57:25.4669395Z Failed VerifyModelItemsGroupedListWhenRemoveIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4669526Z Error Message: 2026-02-10T07:57:25.4669727Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4669897Z Stack Trace: 2026-02-10T07:57:25.4670038Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4670210Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4670379Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4670551Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4670718Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4670879Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4671053Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4671256Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4671454Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4671805Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4671990Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4672196Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4672428Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4672656Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4672881Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4673107Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4673313Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4673523Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4673690Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4673761Z 2026-02-10T07:57:25.4673883Z Failed VerifyModelItemsGroupedListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4674007Z Error Message: 2026-02-10T07:57:25.4674183Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4674353Z Stack Trace: 2026-02-10T07:57:25.4674495Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4674666Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4674835Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4675010Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4675172Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4675392Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4675564Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4675764Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4675965Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4676147Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4676321Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4676522Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4676732Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4676945Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4677160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4677374Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4677570Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4677745Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4677914Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4677986Z 2026-02-10T07:57:25.4678112Z Failed VerifyModelItemsGroupedListWhenSingleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4678242Z Error Message: 2026-02-10T07:57:25.4678418Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4678586Z Stack Trace: 2026-02-10T07:57:25.4678728Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4678902Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4679096Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4679270Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4679436Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4679594Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4679766Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4679960Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4680161Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4680349Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4680517Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4680707Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4680943Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4681320Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4681646Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4681967Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4682165Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4682341Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4682510Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4682579Z 2026-02-10T07:57:25.4682702Z Failed VerifyModelItemsItemsSourceNoneWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4682826Z Error Message: 2026-02-10T07:57:25.4683000Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4683167Z Stack Trace: 2026-02-10T07:57:25.4683309Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4683481Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4683649Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4683825Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4683988Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4684146Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4684319Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4684520Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4684752Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4684931Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4685101Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4685294Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4685508Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4685721Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4685937Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4686156Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4686353Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4686559Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4686722Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4686802Z 2026-02-10T07:57:25.4686919Z Failed VerifyModelItemsItemsSourceNoneWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4687046Z Error Message: 2026-02-10T07:57:25.4687222Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4687398Z Stack Trace: 2026-02-10T07:57:25.4687531Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4687706Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4687875Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4688056Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4688220Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4688377Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4688552Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4688749Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4688947Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4689128Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4689305Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4689499Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4689710Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4689926Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4690172Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4690390Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4690585Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4690763Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4690930Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4691007Z 2026-02-10T07:57:25.4691127Z Failed VerifyModelItemsListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4691240Z Error Message: 2026-02-10T07:57:25.4691418Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4691805Z Stack Trace: 2026-02-10T07:57:25.4691941Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4692176Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4692345Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4692517Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4692683Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4692842Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4693017Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4693257Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4693462Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4693643Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4693815Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4694012Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4694224Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4694446Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4694668Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4694889Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4695087Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4695264Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4695433Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4695513Z 2026-02-10T07:57:25.4695635Z Failed VerifyModelItemsListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4695796Z Error Message: 2026-02-10T07:57:25.4695968Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4696157Z Stack Trace: 2026-02-10T07:57:25.4696309Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4696493Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4696674Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4696853Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4697026Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4697192Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4697373Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4697574Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4697800Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4697975Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4698145Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4698337Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4698548Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4698763Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4698983Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4699196Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4699391Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4699564Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4699730Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4699809Z 2026-02-10T07:57:25.4699934Z Failed VerifyModelItemsObservableCollectionWhenAddIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4700065Z Error Message: 2026-02-10T07:57:25.4700239Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4700408Z Stack Trace: 2026-02-10T07:57:25.4700553Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4700726Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4700898Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4701069Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4701234Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4701427Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4701733Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4701941Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4702140Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4702317Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4702491Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4702685Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4702897Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4703113Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4703366Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4703579Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4703773Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4703948Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4704116Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4704194Z 2026-02-10T07:57:25.4704318Z Failed VerifyModelItemsObservableCollectionWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4704446Z Error Message: 2026-02-10T07:57:25.4704619Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4704790Z Stack Trace: 2026-02-10T07:57:25.4704930Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4705098Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4705267Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4705442Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4705605Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4705762Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4705934Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4706129Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4706326Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4706502Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4706675Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4706894Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4707106Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4707323Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4707541Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4707788Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4707983Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4708160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4708329Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4708422Z 2026-02-10T07:57:25.4708553Z Failed VerifyModelItemsObservableCollectionWhenMultipleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4708685Z Error Message: 2026-02-10T07:57:25.4708859Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4709031Z Stack Trace: 2026-02-10T07:57:25.4709173Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4709346Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4709516Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4709689Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4709852Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4710015Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4710188Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4710388Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4710592Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4710773Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4710944Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4711140Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4711353Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4711737Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4711964Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4712183Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4712413Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4712586Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4712756Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4712826Z 2026-02-10T07:57:25.4712957Z Failed VerifyModelItemsObservableCollectionWhenRemoveIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4713091Z Error Message: 2026-02-10T07:57:25.4713265Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4713436Z Stack Trace: 2026-02-10T07:57:25.4713578Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4713753Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4713922Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4714096Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4714288Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4714447Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4714619Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4714816Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4715013Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4715192Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4715364Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4715558Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4715776Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4715987Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4716203Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4716419Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4716614Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4716788Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4716954Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4717025Z 2026-02-10T07:57:25.4717146Z Failed VerifyModelItemsObservableCollectionWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4717273Z Error Message: 2026-02-10T07:57:25.4717445Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4717668Z Stack Trace: 2026-02-10T07:57:25.4717817Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4717994Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4718170Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4718350Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4718522Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4718688Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4718872Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4719074Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4719283Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4719467Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4719661Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4719859Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4720068Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4720280Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4720495Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4720711Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4720906Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4721078Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4721244Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4721316Z 2026-02-10T07:57:25.4721445Z Failed VerifyModelItemsObservableCollectionWhenSingleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4721789Z Error Message: 2026-02-10T07:57:25.4721977Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4722159Z Stack Trace: 2026-02-10T07:57:25.4722308Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4722492Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4722670Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4722852Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4723025Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4723187Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4723370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4723799Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4723997Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4724184Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4724355Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4724549Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4724756Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4724969Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4725187Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4725443Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4725637Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4725812Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4725981Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4726052Z 2026-02-10T07:57:25.4726175Z Failed VerifyStringItemsEmptyGroupedListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4726302Z Error Message: 2026-02-10T07:57:25.4726479Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4726645Z Stack Trace: 2026-02-10T07:57:25.4726789Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4726960Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4727130Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4727300Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4727465Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4727623Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4727797Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4727995Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4728203Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4728381Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4728554Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4728746Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4728956Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4729200Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4729416Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4729633Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4729833Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4730008Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4730177Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4730249Z 2026-02-10T07:57:25.4730370Z Failed VerifyStringItemsEmptyGroupedListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4730499Z Error Message: 2026-02-10T07:57:25.4730674Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4730870Z Stack Trace: 2026-02-10T07:57:25.4731013Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4731186Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4731356Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4731615Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4731816Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4731977Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4732150Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4732355Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4732555Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4732732Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4732906Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4733101Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4733315Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4733531Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4733746Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4733966Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4734162Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4734336Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4734541Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4734622Z 2026-02-10T07:57:25.4734746Z Failed VerifyStringItemsEmptyObservableCollectionWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4734881Z Error Message: 2026-02-10T07:57:25.4735068Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4735246Z Stack Trace: 2026-02-10T07:57:25.4735401Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4735581Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4735756Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4735945Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4736117Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4736281Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4736487Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4736712Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4737014Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4737279Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4737592Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4737900Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4738338Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4738563Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4738777Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4738995Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4739192Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4739371Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4739538Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4739617Z 2026-02-10T07:57:25.4739748Z Failed VerifyStringItemsEmptyObservableCollectionWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4739883Z Error Message: 2026-02-10T07:57:25.4740049Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4740227Z Stack Trace: 2026-02-10T07:57:25.4740371Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4740543Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4740739Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4740912Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4741074Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4741236Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4741409Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4741722Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4741924Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4742099Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4742277Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4742468Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4742712Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4742927Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4743143Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4743355Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4743548Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4743717Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4743886Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4743960Z 2026-02-10T07:57:25.4744083Z Failed VerifyStringItemsGroupedListWhenAddIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4744208Z Error Message: 2026-02-10T07:57:25.4744374Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4744544Z Stack Trace: 2026-02-10T07:57:25.4744682Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4744854Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4745022Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4745189Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4745360Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4745519Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4745700Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4745898Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4746093Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4746295Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4746465Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4746653Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4746859Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4747074Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4747290Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4747506Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4747697Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4747893Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4748058Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4748135Z 2026-02-10T07:57:25.4748254Z Failed VerifyStringItemsGroupedListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4748377Z Error Message: 2026-02-10T07:57:25.4748548Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4748718Z Stack Trace: 2026-02-10T07:57:25.4748863Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4749035Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4749205Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4749378Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4749541Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4749701Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4749872Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4750071Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4750268Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4750443Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4750617Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4750809Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4751020Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4751234Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4751449Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4751908Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4752111Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4752287Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4752457Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4752540Z 2026-02-10T07:57:25.4752669Z Failed VerifyStringItemsGroupedListWhenMultipleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4752800Z Error Message: 2026-02-10T07:57:25.4752972Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4753144Z Stack Trace: 2026-02-10T07:57:25.4753287Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4753460Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4753659Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4753831Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4753998Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4754155Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4754331Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4754535Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4754737Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4754920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4755095Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4755292Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4755509Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4755723Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4755942Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4756161Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4756363Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4756539Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4756704Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4756782Z 2026-02-10T07:57:25.4756905Z Failed VerifyStringItemsGroupedListWhenRemoveIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4757035Z Error Message: 2026-02-10T07:57:25.4757238Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4757407Z Stack Trace: 2026-02-10T07:57:25.4757546Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4757718Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4757886Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4758057Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4758221Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4758376Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4758546Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4758743Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4759018Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4759275Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4759500Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4759798Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4760109Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4760457Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4760771Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4761062Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4761329Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4761707Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4761986Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4762119Z 2026-02-10T07:57:25.4762324Z Failed VerifyStringItemsGroupedListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4762528Z Error Message: 2026-02-10T07:57:25.4762783Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4763064Z Stack Trace: 2026-02-10T07:57:25.4763289Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4763589Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4763874Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4764047Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4764212Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4764425Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4764597Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4764792Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4764996Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4765171Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4765343Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4765537Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4765753Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4765967Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4766217Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4766431Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4766626Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4766798Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4766964Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4767043Z 2026-02-10T07:57:25.4767166Z Failed VerifyStringItemsGroupedListWhenSingleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4767294Z Error Message: 2026-02-10T07:57:25.4767469Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4767636Z Stack Trace: 2026-02-10T07:57:25.4767776Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4767950Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4768118Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4768291Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4768455Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4768611Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4768783Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4768983Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4769181Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4769361Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4769532Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4769720Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4769959Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4770175Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4770389Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4770602Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4770797Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4770980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4771150Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4771222Z 2026-02-10T07:57:25.4771343Z Failed VerifyStringItemsItemsSourceNoneWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4771575Z Error Message: 2026-02-10T07:57:25.4771779Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4771995Z Stack Trace: 2026-02-10T07:57:25.4772206Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4772460Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4772720Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4773208Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4773444Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4773607Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4773793Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4774063Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4774354Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4774704Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4775018Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4775231Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4775543Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4775866Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4776190Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4776441Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4776695Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4776907Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4777087Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4777156Z 2026-02-10T07:57:25.4777269Z Failed VerifyStringItemsItemsSourceNoneWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4777387Z Error Message: 2026-02-10T07:57:25.4777549Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4777709Z Stack Trace: 2026-02-10T07:57:25.4777838Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4777994Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4778155Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4778325Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4778526Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4778686Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4778858Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4779054Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4779255Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4779437Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4779607Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4779796Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4780007Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4780219Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4780432Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4780650Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4780844Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4781017Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4781184Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4781256Z 2026-02-10T07:57:25.4781371Z Failed VerifyStringItemsListWhenAddItems [3 m 40 s] 2026-02-10T07:57:25.4781570Z Error Message: 2026-02-10T07:57:25.4781784Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4781952Z Stack Trace: 2026-02-10T07:57:25.4782095Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4782302Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4782473Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4782640Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4782805Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4782963Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4783136Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4783333Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4783533Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4783714Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4783888Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4784111Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4784322Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4784538Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4784759Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4784984Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4785178Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4785373Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4785546Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4785610Z 2026-02-10T07:57:25.4785720Z Failed VerifyStringItemsListWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4785833Z Error Message: 2026-02-10T07:57:25.4785996Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4786153Z Stack Trace: 2026-02-10T07:57:25.4786283Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4786443Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4786600Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4786762Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4786913Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4787061Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4787229Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4787426Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4787648Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4787826Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4788001Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4788191Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4788402Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4788617Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4788838Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4789060Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4789277Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4789452Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4789618Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4789689Z 2026-02-10T07:57:25.4789813Z Failed VerifyStringItemsObservableCollectionWhenAddIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4789944Z Error Message: 2026-02-10T07:57:25.4790116Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4790286Z Stack Trace: 2026-02-10T07:57:25.4790427Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4790598Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4790765Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4790938Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4791101Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4791260Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4791432Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4791836Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4792038Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4792220Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4792393Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4792589Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4792801Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4793016Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4793312Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4793530Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4793727Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4793902Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4794067Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4794137Z 2026-02-10T07:57:25.4794269Z Failed VerifyStringItemsObservableCollectionWhenMultipleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4794404Z Error Message: 2026-02-10T07:57:25.4794581Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4794748Z Stack Trace: 2026-02-10T07:57:25.4794922Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4795093Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4795263Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4795437Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4795602Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4795759Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4795934Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4796130Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4796331Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4796506Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4796678Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4796867Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4797082Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4797306Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4797520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4797735Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4797930Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4798104Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4798273Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4798365Z 2026-02-10T07:57:25.4798493Z Failed VerifyStringItemsObservableCollectionWhenRemoveIndexAtItems [3 m 40 s] 2026-02-10T07:57:25.4798629Z Error Message: 2026-02-10T07:57:25.4798804Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4798972Z Stack Trace: 2026-02-10T07:57:25.4799113Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4799282Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4799448Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4799620Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4799786Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4799946Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4800118Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4800349Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4800557Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4800745Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4800926Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4801130Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4801362Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4801780Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4802009Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4802224Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4802416Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4802589Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4802758Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4802827Z 2026-02-10T07:57:25.4802954Z Failed VerifyStringItemsObservableCollectionWhenRemoveItems [3 m 40 s] 2026-02-10T07:57:25.4803099Z Error Message: 2026-02-10T07:57:25.4803274Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4803442Z Stack Trace: 2026-02-10T07:57:25.4803585Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4803756Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4803926Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4804151Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4804314Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4804474Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4804650Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4804843Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4805042Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4805225Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4805396Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4805589Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4805805Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4806042Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4806255Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4806469Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4806661Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4806836Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4807002Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4807078Z 2026-02-10T07:57:25.4807210Z Failed VerifyStringItemsObservableCollectionWhenSingleModePreSelection [3 m 40 s] 2026-02-10T07:57:25.4807342Z Error Message: 2026-02-10T07:57:25.4807516Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4807686Z Stack Trace: 2026-02-10T07:57:25.4807826Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4808000Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4808170Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4808340Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4808504Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4808691Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4808939Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4809233Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4809580Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4809839Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4810167Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4810362Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4810579Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4810797Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4811011Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4811227Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4811421Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4811736Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4811945Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4812017Z 2026-02-10T07:57:25.4812169Z >>>>> 02/10/2026 07:57:25 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ItemsSourceFeatureTests(Android). 2026-02-10T07:57:25.4812359Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T07:57:25.4812543Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:57:25.4812760Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T07:57:25.4812961Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_ItemsSourceFeatureTests(Android) 2026-02-10T07:57:25.4813166Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T07:57:25.4813363Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T07:57:25.4813545Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T07:57:25.4813724Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4813893Z at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4814064Z at OpenQA.Selenium.Appium.AppiumDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T07:57:25.4814228Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T07:57:25.4814385Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T07:57:25.4814560Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T07:57:25.4814758Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout, AppiumClientConfig clientConfig) 2026-02-10T07:57:25.4814955Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions, TimeSpan commandTimeout) 2026-02-10T07:57:25.4815131Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(Uri remoteAddress, ICapabilities appiumOptions) 2026-02-10T07:57:25.4815304Z at OpenQA.Selenium.Appium.Android.AndroidDriver..ctor(Uri remoteAddress, DriverOptions driverOptions) 2026-02-10T07:57:25.4815529Z at UITest.Appium.AppiumAndroidApp..ctor(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 11 2026-02-10T07:57:25.4815750Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 41 2026-02-10T07:57:25.4815966Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T07:57:25.4816184Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T07:57:25.4816398Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T07:57:25.4816595Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T07:57:25.4816772Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4816940Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T07:57:25.4817079Z --TearDown 2026-02-10T07:57:25.4817255Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T07:57:25.4817445Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T07:57:25.4817620Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T07:57:25.4817786Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8726422Z Failed VerifyMeasureAllItemsWithObservableCollection [3 m 40 s] 2026-02-10T08:01:05.8726880Z Error Message: 2026-02-10T08:01:05.8727206Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8727490Z Stack Trace: 2026-02-10T08:01:05.8727724Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8728048Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8728272Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8728532Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8728817Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8729171Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8729473Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8729920Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8730272Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8730585Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8730874Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8731142Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8731276Z 2026-02-10T08:01:05.8731872Z Failed VerifyKeepLastItemInViewWithObservableList [3 m 40 s] 2026-02-10T08:01:05.8732078Z Error Message: 2026-02-10T08:01:05.8732381Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8732682Z Stack Trace: 2026-02-10T08:01:05.8732916Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8733213Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8733490Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8733760Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8734068Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8734425Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8734831Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8735391Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8735774Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8736125Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8736436Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8736739Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8736875Z 2026-02-10T08:01:05.8737101Z Failed VerifyKeepLastItemInViewWithObservableListWhenHorizontalGrid [3 m 40 s] 2026-02-10T08:01:05.8737327Z Error Message: 2026-02-10T08:01:05.8737639Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8737951Z Stack Trace: 2026-02-10T08:01:05.8738206Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8738514Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8738807Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8739122Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8739446Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8739839Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8740243Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8740633Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8741042Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8741382Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8742007Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8742302Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8742426Z 2026-02-10T08:01:05.8742654Z Failed VerifyKeepLastItemInViewWithObservableListWhenHorizontalList [3 m 40 s] 2026-02-10T08:01:05.8742901Z Error Message: 2026-02-10T08:01:05.8743207Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8743640Z Stack Trace: 2026-02-10T08:01:05.8743873Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8744171Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8744464Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8744751Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8745053Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8745396Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8745930Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8746326Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8746703Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8746973Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8747160Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8747335Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8747414Z 2026-02-10T08:01:05.8747556Z Failed VerifyKeepLastItemInViewWithObservableListWhenVerticalGrid [3 m 40 s] 2026-02-10T08:01:05.8747698Z Error Message: 2026-02-10T08:01:05.8747886Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8748068Z Stack Trace: 2026-02-10T08:01:05.8748218Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8748397Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8748570Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8748736Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8748919Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8749129Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8749361Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8749584Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8749811Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8750101Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8750289Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8750472Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8750552Z 2026-02-10T08:01:05.8750680Z Failed VerifyMeasureAllItemsWithGroupedList [3 m 40 s] 2026-02-10T08:01:05.8750815Z Error Message: 2026-02-10T08:01:05.8751009Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8751195Z Stack Trace: 2026-02-10T08:01:05.8751351Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8751721Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8751911Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8752092Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8752325Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8752540Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8752770Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8752999Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8753229Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8753446Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8753634Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8753811Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8753885Z 2026-02-10T08:01:05.8754018Z Failed VerifyMeasureAllItemsWithGroupedListWhenHorizontalGrid [3 m 40 s] 2026-02-10T08:01:05.8754157Z Error Message: 2026-02-10T08:01:05.8754342Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8754524Z Stack Trace: 2026-02-10T08:01:05.8754676Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8754859Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8755031Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8755199Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8755385Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8755592Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8755819Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8756094Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8756334Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8756549Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8756740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8756924Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8757011Z 2026-02-10T08:01:05.8757150Z Failed VerifyMeasureAllItemsWithGroupedListWhenHorizontalList [3 m 40 s] 2026-02-10T08:01:05.8757290Z Error Message: 2026-02-10T08:01:05.8757483Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8757669Z Stack Trace: 2026-02-10T08:01:05.8757825Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8758036Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8758204Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8758372Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8758556Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8758765Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8758993Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8759220Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8759451Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8759657Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8759842Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8760020Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8760102Z 2026-02-10T08:01:05.8760234Z Failed VerifyMeasureAllItemsWithGroupedListWhenVerticalGrid [3 m 40 s] 2026-02-10T08:01:05.8760365Z Error Message: 2026-02-10T08:01:05.8760550Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8760738Z Stack Trace: 2026-02-10T08:01:05.8760877Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8761066Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8761234Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8761398Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8761835Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8762059Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8762328Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8762558Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8762790Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8762996Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8763181Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8763359Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8763434Z 2026-02-10T08:01:05.8763574Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenHorizontalGrid [3 m 40 s] 2026-02-10T08:01:05.8763717Z Error Message: 2026-02-10T08:01:05.8763902Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8764120Z Stack Trace: 2026-02-10T08:01:05.8764278Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8764470Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8764648Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8764827Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8765019Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8765245Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8765488Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8765740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8765980Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8766196Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8766393Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8766579Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8766658Z 2026-02-10T08:01:05.8766823Z >>>>> 02/10/2026 08:01:05 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_ScrollingFeatureTests(Android). 2026-02-10T08:01:05.8767033Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:01:05.8767242Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:01:05.8767476Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:01:05.8767704Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_ScrollingFeatureTests(Android) 2026-02-10T08:01:05.8767953Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:05.8768167Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:01:05.8768359Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:05.8768549Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:05.8768720Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:05.8768890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:05.8769081Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:05.8769290Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:05.8769520Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:05.8769749Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:05.8770007Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:05.8770213Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:05.8770395Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8770573Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:05.8770719Z --TearDown 2026-02-10T08:01:05.8770880Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:01:05.8771080Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:01:05.8771266Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:05.8771439Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3720242Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenHorizontalList [3 m 40 s] 2026-02-10T08:01:07.3720618Z Error Message: 2026-02-10T08:01:07.3720828Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:07.3721042Z Stack Trace: 2026-02-10T08:01:07.3721240Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:07.3721445Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:07.3721811Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:07.3722016Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:07.3722217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:07.3722474Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:07.3722727Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:07.3722986Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:07.3723563Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:07.3723791Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:07.3723990Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:07.3724185Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3724273Z 2026-02-10T08:01:07.3724421Z Failed VerifyMeasureAllItemsWithObservableCollectionWhenVerticalGrid [3 m 40 s] 2026-02-10T08:01:07.3724577Z Error Message: 2026-02-10T08:01:07.3724779Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:07.3724987Z Stack Trace: 2026-02-10T08:01:07.3725144Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:07.3725339Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:07.3725592Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:07.3725768Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:07.3725970Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:07.3726200Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:07.3726450Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:07.3726696Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:07.3726930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:07.3727154Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:07.3727348Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:07.3727532Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3727621Z 2026-02-10T08:01:07.3727746Z Failed VerifyMeasureFirstItemsWithGroupedList [3 m 40 s] 2026-02-10T08:01:07.3727878Z Error Message: 2026-02-10T08:01:07.3728077Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:07.3728258Z Stack Trace: 2026-02-10T08:01:07.3728409Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:07.3728593Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:07.3728775Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:07.3728950Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:07.3729149Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:07.3729372Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:07.3729651Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:07.3729904Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:07.3730152Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:07.3730388Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:07.3730588Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:07.3730785Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3730875Z 2026-02-10T08:01:07.3731012Z Failed VerifyMeasureFirstItemsWithObservableCollection [3 m 40 s] 2026-02-10T08:01:07.3731158Z Error Message: 2026-02-10T08:01:07.3731362Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:07.3731681Z Stack Trace: 2026-02-10T08:01:07.3731835Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:07.3732028Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:07.3732245Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:07.3732423Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:07.3732626Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:07.3732866Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:07.3733110Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:07.3733344Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:07.3733573Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:07.3733781Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:07.3733969Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:07.3734148Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3734229Z 2026-02-10T08:01:07.3734367Z Failed VerifyMeasureFirstItemsWithObservableCollectionWhenVerticalGrid [3 m 40 s] 2026-02-10T08:01:07.3734542Z Error Message: 2026-02-10T08:01:07.3734726Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:01:07.3734905Z Stack Trace: 2026-02-10T08:01:07.3735056Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:01:07.3735239Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:01:07.3735407Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:01:07.3735570Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:01:07.3735806Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:01:07.3736017Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:01:07.3736245Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:01:07.3736475Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:01:07.3736703Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:01:07.3736912Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:01:07.3737101Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:01:07.3737279Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:01:07.3737362Z 2026-02-10T08:04:46.2565389Z Failed VerifySelectionModeNoneWhenItemsSourceNone [3 m 40 s] 2026-02-10T08:04:46.2566622Z Error Message: 2026-02-10T08:04:46.2567580Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2567932Z Stack Trace: 2026-02-10T08:04:46.2568139Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2568427Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2568684Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2568952Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2569226Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2569584Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2569929Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2570252Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2570583Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2570891Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2571157Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2571419Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2571834Z 2026-02-10T08:04:46.2572190Z Failed VerifySelecctionModeSingleWhenCurrentSelection [3 m 40 s] 2026-02-10T08:04:46.2572409Z Error Message: 2026-02-10T08:04:46.2572696Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2572960Z Stack Trace: 2026-02-10T08:04:46.2573175Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2573438Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2573924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2574180Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2574448Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2574790Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2575126Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2575493Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2575836Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2576162Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2576434Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2576843Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2576961Z 2026-02-10T08:04:46.2577167Z Failed VerifySelectionModeMultipleSelectionChangedEventCount [3 m 40 s] 2026-02-10T08:04:46.2577377Z Error Message: 2026-02-10T08:04:46.2577659Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2577940Z Stack Trace: 2026-02-10T08:04:46.2578161Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2578439Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2578687Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2578934Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2579197Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2579531Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2579872Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2580212Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2580538Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2580851Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2581128Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2581399Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2581698Z 2026-02-10T08:04:46.2581903Z Failed VerifySelectionModeMultipleWhenCurrentSelection [3 m 40 s] 2026-02-10T08:04:46.2582104Z Error Message: 2026-02-10T08:04:46.2582378Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2582814Z Stack Trace: 2026-02-10T08:04:46.2583040Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2583317Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2583571Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2583809Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2584062Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2584373Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2584666Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2584962Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2585265Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2585671Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2585926Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2586160Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2586273Z 2026-02-10T08:04:46.2586470Z Failed VerifySelectionModeMultipleWhenItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T08:04:46.2586678Z Error Message: 2026-02-10T08:04:46.2586952Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2587230Z Stack Trace: 2026-02-10T08:04:46.2587539Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2587739Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2587899Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2588061Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2588238Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2588439Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2588703Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2589019Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2589445Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2589842Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2590167Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2590337Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2590446Z 2026-02-10T08:04:46.2590636Z Failed VerifySelectionModeMultipleWhenItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T08:04:46.2590913Z Error Message: 2026-02-10T08:04:46.2591160Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2591434Z Stack Trace: 2026-02-10T08:04:46.2591790Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2592049Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2592294Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2592542Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2592804Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2593096Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2593421Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2593860Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2594193Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2594490Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2594748Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2595023Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2595145Z 2026-02-10T08:04:46.2595352Z Failed VerifySelectionModeMultipleWhenItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T08:04:46.2595565Z Error Message: 2026-02-10T08:04:46.2595844Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2596115Z Stack Trace: 2026-02-10T08:04:46.2596338Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2596621Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2596878Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2597130Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2597404Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2597729Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2598080Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2598447Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2598807Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2599117Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2599400Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2599775Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2599893Z 2026-02-10T08:04:46.2600091Z Failed VerifySelectionModeMultipleWhenItemsLayoutVerticalList [3 m 40 s] 2026-02-10T08:04:46.2600312Z Error Message: 2026-02-10T08:04:46.2600606Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2600889Z Stack Trace: 2026-02-10T08:04:46.2601117Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2601406Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2601842Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2602115Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2602406Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2602727Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2603117Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2603441Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2603752Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2604039Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2604300Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2604553Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2604674Z 2026-02-10T08:04:46.2604903Z Failed VerifySelectionModeMultipleWhenItemSourceObservableCollection5 [3 m 40 s] 2026-02-10T08:04:46.2605135Z Error Message: 2026-02-10T08:04:46.2605406Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2605691Z Stack Trace: 2026-02-10T08:04:46.2605898Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2606159Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2606408Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2606649Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2606919Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2607233Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2607574Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2607918Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2608259Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2608638Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2608926Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2609199Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2609323Z 2026-02-10T08:04:46.2609526Z Failed VerifySelectionModeMultipleWhenItemsSourceGroupList [3 m 40 s] 2026-02-10T08:04:46.2609730Z Error Message: 2026-02-10T08:04:46.2610017Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2610295Z Stack Trace: 2026-02-10T08:04:46.2610522Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2610805Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2611058Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2611380Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2611958Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2612280Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2612599Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2612924Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2613252Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2613544Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2613796Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2614053Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2614170Z 2026-02-10T08:04:46.2614500Z Failed VerifySelectionModeMultipleWhenItemsSourceNone [3 m 40 s] 2026-02-10T08:04:46.2614693Z Error Message: 2026-02-10T08:04:46.2614957Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2615232Z Stack Trace: 2026-02-10T08:04:46.2615445Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2615715Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2615963Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2616206Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2616476Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2616781Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2617108Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2617575Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2617908Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2618206Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2618476Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2618742Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2618852Z 2026-02-10T08:04:46.2619046Z Failed VerifySelectionModeMultipleWhenPreviousSelection [3 m 40 s] 2026-02-10T08:04:46.2619245Z Error Message: 2026-02-10T08:04:46.2619522Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2619783Z Stack Trace: 2026-02-10T08:04:46.2620006Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2620381Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2620645Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2620899Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2621169Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2621482Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2621986Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2622352Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2622684Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2622994Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2623267Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2623530Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2623644Z 2026-02-10T08:04:46.2623848Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWhithItemsSourceGroupList [3 m 40 s] 2026-02-10T08:04:46.2624076Z Error Message: 2026-02-10T08:04:46.2624352Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2624628Z Stack Trace: 2026-02-10T08:04:46.2624855Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2625126Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2625386Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2625642Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2625920Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2626255Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2626734Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2627075Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2627423Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2627742Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2628026Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2628287Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2628411Z 2026-02-10T08:04:46.2628622Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWorksWithHorizontalList [3 m 40 s] 2026-02-10T08:04:46.2628835Z Error Message: 2026-02-10T08:04:46.2629107Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2629468Z Stack Trace: 2026-02-10T08:04:46.2629691Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2629972Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2630238Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2630503Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2630770Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2631074Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2631420Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2631956Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2632312Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2632644Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2632939Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2633201Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2633320Z 2026-02-10T08:04:46.2633534Z Failed VerifySelectionModeMultipleWhenProgrammaticSelectionWorksWithVerticalList [3 m 40 s] 2026-02-10T08:04:46.2633761Z Error Message: 2026-02-10T08:04:46.2634023Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2634287Z Stack Trace: 2026-02-10T08:04:46.2634510Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2634826Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2635092Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2635531Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2635821Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2636160Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2636534Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2636905Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2637274Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2637611Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2637918Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2638230Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2638451Z 2026-02-10T08:04:46.2638643Z Failed VerifySelectionModeMultipleWithToggleSelection [3 m 40 s] 2026-02-10T08:04:46.2638835Z Error Message: 2026-02-10T08:04:46.2639096Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2639353Z Stack Trace: 2026-02-10T08:04:46.2639561Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2639815Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2640059Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2640294Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2640563Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2641041Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2641408Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2641882Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2642233Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2642560Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2642899Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2643175Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2643294Z 2026-02-10T08:04:46.2643486Z Failed VerifySelectionModeNoneWhenCurrentSelection [3 m 40 s] 2026-02-10T08:04:46.2643690Z Error Message: 2026-02-10T08:04:46.2643969Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2644250Z Stack Trace: 2026-02-10T08:04:46.2644481Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2644863Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2645105Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2645345Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2645623Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2645949Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2646309Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2646658Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2646994Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2647302Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2647683Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2647970Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2648090Z 2026-02-10T08:04:46.2648288Z Failed VerifySelectionModeNoneWhenItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T08:04:46.2648478Z Error Message: 2026-02-10T08:04:46.2648757Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2649056Z Stack Trace: 2026-02-10T08:04:46.2649308Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2649604Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2649879Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2650152Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2650445Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2650784Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2651167Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2651728Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2652107Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2652448Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2652740Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2653002Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2653114Z 2026-02-10T08:04:46.2653302Z Failed VerifySelectionModeNoneWhenItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T08:04:46.2653499Z Error Message: 2026-02-10T08:04:46.2653767Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2654115Z Stack Trace: 2026-02-10T08:04:46.2654338Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2654618Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2654884Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2655152Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2655440Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2655787Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2656161Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2656533Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2657012Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2657380Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2657723Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2658029Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2658156Z 2026-02-10T08:04:46.2658371Z Failed VerifySelectionModeNoneWhenItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T08:04:46.2658581Z Error Message: 2026-02-10T08:04:46.2658882Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2659174Z Stack Trace: 2026-02-10T08:04:46.2659420Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2659717Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2660000Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2660284Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2660558Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2660861Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2661213Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2661736Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2662114Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2662446Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2662747Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2663038Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2663259Z 2026-02-10T08:04:46.2663475Z Failed VerifySelectionModeNoneWhenItemsLayoutVerticalList [3 m 40 s] 2026-02-10T08:04:46.2663683Z Error Message: 2026-02-10T08:04:46.2663967Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2664264Z Stack Trace: 2026-02-10T08:04:46.2664507Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2664786Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2665015Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2665254Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2665521Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2665830Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2666191Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2666628Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2667015Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2667362Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2667651Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2667924Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2668060Z 2026-02-10T08:04:46.2668257Z Failed VerifySelectionModeNoneWhenItemsSourceGroupList [3 m 40 s] 2026-02-10T08:04:46.2668485Z Error Message: 2026-02-10T08:04:46.2668804Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2669119Z Stack Trace: 2026-02-10T08:04:46.2669364Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2669681Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2669931Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2670197Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2670494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2670858Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2671201Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2671683Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2672025Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2672337Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2672725Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2673025Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2673157Z 2026-02-10T08:04:46.2673363Z Failed VerifySelectionModeNoneWhenItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T08:04:46.2673585Z Error Message: 2026-02-10T08:04:46.2673887Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2674185Z Stack Trace: 2026-02-10T08:04:46.2674424Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2674729Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2675017Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2675299Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2675582Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2675964Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2676323Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2676683Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2677073Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2677408Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2677706Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2677987Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2678098Z 2026-02-10T08:04:46.2678310Z Failed VerifySelectionModeNoneWhenPreviousSelection [3 m 40 s] 2026-02-10T08:04:46.2678529Z Error Message: 2026-02-10T08:04:46.2678829Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2679122Z Stack Trace: 2026-02-10T08:04:46.2679370Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2679675Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2679957Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2680205Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2680466Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2680765Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2681082Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2681413Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2681991Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2682333Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2682627Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2682909Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2683032Z 2026-02-10T08:04:46.2683236Z Failed VerifySelectionModeSingleSelectionChangedEventCount [3 m 40 s] 2026-02-10T08:04:46.2683455Z Error Message: 2026-02-10T08:04:46.2683741Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2684012Z Stack Trace: 2026-02-10T08:04:46.2684240Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2684508Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2684765Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2685109Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2685390Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2685716Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2686056Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2686422Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2686769Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2687107Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2687418Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2687685Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2687811Z 2026-02-10T08:04:46.2687998Z Failed VerifySelectionModeSingleWhenItemsLayoutHorizontalGrid [3 m 40 s] 2026-02-10T08:04:46.2688200Z Error Message: 2026-02-10T08:04:46.2688480Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2688751Z Stack Trace: 2026-02-10T08:04:46.2688975Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2689258Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2689539Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2689792Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2690081Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2690415Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2690757Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2691203Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2691694Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2692025Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2692316Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2692583Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2692689Z 2026-02-10T08:04:46.2692884Z Failed VerifySelectionModeSingleWhenItemsLayoutHorizontalList [3 m 40 s] 2026-02-10T08:04:46.2693093Z Error Message: 2026-02-10T08:04:46.2693370Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2693634Z Stack Trace: 2026-02-10T08:04:46.2693851Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2694240Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2694511Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2694780Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2695073Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2695409Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2695781Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2696156Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2696530Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2696867Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2697169Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2697459Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2697588Z 2026-02-10T08:04:46.2697803Z Failed VerifySelectionModeSingleWhenItemsLayoutVerticalGrid [3 m 40 s] 2026-02-10T08:04:46.2698026Z Error Message: 2026-02-10T08:04:46.2698333Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2698638Z Stack Trace: 2026-02-10T08:04:46.2698882Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2699182Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2699460Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2699736Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2700041Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2700451Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2700845Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2701235Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2701746Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2702081Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2702358Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2702613Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2702727Z 2026-02-10T08:04:46.2702933Z Failed VerifySelectionModeSingleWhenItemsLayoutVerticalList [3 m 40 s] 2026-02-10T08:04:46.2703137Z Error Message: 2026-02-10T08:04:46.2703426Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2703803Z Stack Trace: 2026-02-10T08:04:46.2704038Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2704311Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2704590Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2704838Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2705105Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2705437Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2705795Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2706133Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2706480Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2706788Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2707064Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2707329Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2707458Z 2026-02-10T08:04:46.2707661Z Failed VerifySelectionModeSingleWhenItemsSourceGroupList [3 m 40 s] 2026-02-10T08:04:46.2707861Z Error Message: 2026-02-10T08:04:46.2708130Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2708400Z Stack Trace: 2026-02-10T08:04:46.2708618Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2708893Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2709146Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2709493Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2709773Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2710118Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2710456Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2710812Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2711167Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2711475Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2711939Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2712222Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2712622Z 2026-02-10T08:04:46.2712865Z >>>>> 02/10/2026 08:04:46 The SaveDeviceDiagnosticInfo threw an exception during CollectionView_SelectionFeatureTests(Android). 2026-02-10T08:04:46.2713178Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:04:46.2713485Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:04:46.2713838Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:04:46.2714171Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionView_SelectionFeatureTests(Android) 2026-02-10T08:04:46.2714504Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:46.2714832Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:04:46.2715124Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:46.2715423Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:46.2715698Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:46.2715971Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:46.2716259Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:46.2716587Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:46.2716949Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:46.2717315Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:46.2717672Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:46.2717997Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:46.2718280Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2718632Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:46.2718851Z --TearDown 2026-02-10T08:04:46.2719077Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:04:46.2719382Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:04:46.2719666Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:46.2719933Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7581074Z Failed VerifySelectionModeSingleWhenItemsSourceNone [3 m 40 s] 2026-02-10T08:04:47.7581867Z Error Message: 2026-02-10T08:04:47.7582194Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7582530Z Stack Trace: 2026-02-10T08:04:47.7582781Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7583429Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7583652Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7583871Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7584110Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7584388Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7584656Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7584936Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7585216Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7585465Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7585696Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7585918Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7586012Z 2026-02-10T08:04:47.7586193Z Failed VerifySelectionModeSingleWhenItemsSourceObservableCollection5 [3 m 40 s] 2026-02-10T08:04:47.7586365Z Error Message: 2026-02-10T08:04:47.7586595Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7586806Z Stack Trace: 2026-02-10T08:04:47.7586989Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7587213Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7587424Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7587609Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7587787Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7587988Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7588309Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7588541Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7588782Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7588994Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7589183Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7589360Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7589439Z 2026-02-10T08:04:47.7589567Z Failed VerifySelectionModeSingleWhenPreviousSelection [3 m 40 s] 2026-02-10T08:04:47.7589700Z Error Message: 2026-02-10T08:04:47.7589887Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7590087Z Stack Trace: 2026-02-10T08:04:47.7590231Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7590408Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7590568Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7590730Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7590905Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7591107Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7591322Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7591668Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7591902Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7592101Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7592279Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7592451Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7592532Z 2026-02-10T08:04:47.7592666Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWhithItemsSourceGroupList [3 m 40 s] 2026-02-10T08:04:47.7592809Z Error Message: 2026-02-10T08:04:47.7592986Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7593155Z Stack Trace: 2026-02-10T08:04:47.7593301Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7593476Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7593636Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7593797Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7594020Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7594220Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7594439Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7594656Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7594875Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7595073Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7595252Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7595420Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7595537Z 2026-02-10T08:04:47.7595671Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithHorizontalList [3 m 40 s] 2026-02-10T08:04:47.7595809Z Error Message: 2026-02-10T08:04:47.7595981Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7596153Z Stack Trace: 2026-02-10T08:04:47.7596294Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7596466Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7596629Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7596789Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7596963Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7597165Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7597383Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7597600Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7597819Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7598053Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7598230Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7598402Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7598479Z 2026-02-10T08:04:47.7598614Z Failed VerifySelectionModeSingleWhenProgrammaticSelectionWorksWithVerticalList [3 m 40 s] 2026-02-10T08:04:47.7598749Z Error Message: 2026-02-10T08:04:47.7598924Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:04:47.7599093Z Stack Trace: 2026-02-10T08:04:47.7599235Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:04:47.7599439Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:04:47.7599610Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:04:47.7599778Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:04:47.7599963Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:04:47.7600172Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:04:47.7600399Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:04:47.7600630Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:04:47.7600862Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:04:47.7601070Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:04:47.7601281Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:04:47.7601452Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:04:47.7601602Z 2026-02-10T08:08:26.6408823Z >>>>> 02/10/2026 08:08:26 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBoundMultiSelectionUITests(Android). 2026-02-10T08:08:26.6409196Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:08:26.6409373Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:08:26.6409595Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:08:26.6409788Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewBoundMultiSelectionUITests(Android) 2026-02-10T08:08:26.6410073Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:08:26.6410268Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:08:26.6410435Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:08:26.6410684Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:08:26.6410931Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:08:26.6411143Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:08:26.6411459Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:08:26.6411884Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:08:26.6412204Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:08:26.6412523Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:08:26.6412855Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:08:26.6413408Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:08:26.6413626Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:08:26.6413787Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:08:26.6413921Z --TearDown 2026-02-10T08:08:26.6414065Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:08:26.6414242Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:08:26.6414407Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:08:26.6414565Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:08:26.7579583Z Failed ItemsFromViewModelShouldBeSelected [3 m 40 s] 2026-02-10T08:08:26.7579975Z Error Message: 2026-02-10T08:08:26.7580165Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:08:26.7580596Z Stack Trace: 2026-02-10T08:08:26.7580740Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:08:26.7580920Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:08:26.7581079Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:08:26.7581265Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:08:26.7581643Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:08:26.7582005Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:08:26.7582434Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:08:26.7582771Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:08:26.7583111Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:08:26.7583505Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:08:26.7583687Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:08:26.7583860Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:08:26.7583938Z 2026-02-10T08:12:07.0068585Z >>>>> 02/10/2026 08:12:07 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewEmptyViewTests(Android). 2026-02-10T08:12:07.0069037Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:12:07.0069362Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:12:07.0069689Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:12:07.0070005Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewEmptyViewTests(Android) 2026-02-10T08:12:07.0070319Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:12:07.0070853Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:12:07.0071131Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:12:07.0071409Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:12:07.0071774Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:12:07.0072023Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:12:07.0072289Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:12:07.0072601Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:12:07.0072938Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:12:07.0073276Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:12:07.0073705Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:12:07.0074019Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:12:07.0074305Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:12:07.0074573Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:12:07.0074794Z --TearDown 2026-02-10T08:12:07.0075029Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:12:07.0075359Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:12:07.0075640Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:12:07.0075910Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:12:07.2590404Z Failed EmptyViewItemsSourceNullStringWorks [3 m 40 s] 2026-02-10T08:12:07.2590834Z Error Message: 2026-02-10T08:12:07.2591134Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:12:07.2591320Z Stack Trace: 2026-02-10T08:12:07.2591470Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:12:07.2591930Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:12:07.2592228Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:12:07.2592503Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:12:07.2592719Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:12:07.2592945Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:12:07.2593170Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:12:07.2593468Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:12:07.2594119Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:12:07.2594345Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:12:07.2594531Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:12:07.2594704Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:12:07.2594788Z 2026-02-10T08:12:07.2594925Z Failed EmptyViewItemsSourceNullViewWorks [3 m 40 s] 2026-02-10T08:12:07.2595127Z Error Message: 2026-02-10T08:12:07.2595435Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:12:07.2595721Z Stack Trace: 2026-02-10T08:12:07.2596008Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:12:07.2596185Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:12:07.2596350Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:12:07.2596678Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:12:07.2596979Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:12:07.2597316Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:12:07.2597624Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:12:07.2597843Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:12:07.2598072Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:12:07.2598275Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:12:07.2598542Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:12:07.2598837Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:12:07.2598971Z 2026-02-10T08:15:47.3709384Z >>>>> 02/10/2026 08:15:47 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewGroupingTests(Android). 2026-02-10T08:15:47.3709732Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:15:47.3710067Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:15:47.3710483Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:15:47.3711276Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewGroupingTests(Android) 2026-02-10T08:15:47.3712208Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:15:47.3712568Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:15:47.3713078Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:15:47.3713357Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:15:47.3713833Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:15:47.3714090Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:15:47.3714360Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:15:47.3714691Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:15:47.3715039Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:15:47.3715337Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:15:47.3715585Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:15:47.3715794Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:15:47.3715978Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:15:47.3716325Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:15:47.3716472Z --TearDown 2026-02-10T08:15:47.3716630Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:15:47.3716826Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:15:47.3717007Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:15:47.3717179Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:15:47.7584249Z Failed GroupingAndHeaderWorks [3 m 40 s] 2026-02-10T08:15:47.7584592Z Error Message: 2026-02-10T08:15:47.7584768Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:15:47.7584962Z Stack Trace: 2026-02-10T08:15:47.7585097Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:15:47.7585334Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:15:47.7585487Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:15:47.7585638Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:15:47.7585801Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:15:47.7586012Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:15:47.7586219Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:15:47.7586430Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:15:47.7586631Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:15:47.7586815Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:15:47.7586980Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:15:47.7587304Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:15:47.7587376Z 2026-02-10T08:19:27.7518202Z >>>>> 02/10/2026 08:19:27 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewHeaderAndFooterTests(Android). 2026-02-10T08:19:27.7518785Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:19:27.7519151Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:19:27.7519567Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:19:27.7519957Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewHeaderAndFooterTests(Android) 2026-02-10T08:19:27.7520371Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:27.7520760Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:19:27.7521104Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:27.7521806Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:27.7522797Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:27.7523126Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:27.7523484Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:27.7523890Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:27.7524334Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:27.7524769Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:27.7525206Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:27.7525597Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:27.7525947Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:27.7526293Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:27.7526565Z --TearDown 2026-02-10T08:19:27.7526865Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:19:27.7527209Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:19:27.7527514Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:27.7527804Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2589393Z Failed HeaderFooterGridHorizontalWorks [3 m 40 s] 2026-02-10T08:19:28.2589881Z Error Message: 2026-02-10T08:19:28.2590170Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2590456Z Stack Trace: 2026-02-10T08:19:28.2590700Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2591360Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2591789Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2592069Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2592381Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2592711Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2592960Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2593210Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2593452Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2593665Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2593923Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2594113Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2594209Z 2026-02-10T08:19:28.2594333Z Failed HeaderFooterGridWorks [3 m 40 s] 2026-02-10T08:19:28.2594461Z Error Message: 2026-02-10T08:19:28.2594648Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2594847Z Stack Trace: 2026-02-10T08:19:28.2595000Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2595195Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2595362Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2595531Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2595716Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2595927Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2596153Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2596384Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2596613Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2596821Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2597006Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2597186Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2597260Z 2026-02-10T08:19:28.2597385Z Failed HeaderFooterHorizontalViewWorks [3 m 40 s] 2026-02-10T08:19:28.2597515Z Error Message: 2026-02-10T08:19:28.2597702Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2597913Z Stack Trace: 2026-02-10T08:19:28.2598065Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2598246Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2598421Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2598589Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2598772Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2598983Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2599205Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2599442Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2599666Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2599915Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2600108Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2600293Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2600369Z 2026-02-10T08:19:28.2600494Z Failed HeaderFooterStringWorks [3 m 40 s] 2026-02-10T08:19:28.2600624Z Error Message: 2026-02-10T08:19:28.2600822Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2601006Z Stack Trace: 2026-02-10T08:19:28.2601161Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2601354Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2601637Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2601815Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2601999Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2602211Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2602442Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2602669Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2602902Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2603114Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2603301Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2603480Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2603564Z 2026-02-10T08:19:28.2603688Z Failed HeaderFooterTemplateWorks [3 m 40 s] 2026-02-10T08:19:28.2603850Z Error Message: 2026-02-10T08:19:28.2604037Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2604219Z Stack Trace: 2026-02-10T08:19:28.2604369Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2604554Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2604726Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2604893Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2605073Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2605286Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2605517Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2605777Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2606002Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2606208Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2606393Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2606573Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2606658Z 2026-02-10T08:19:28.2606775Z Failed HeaderFooterViewWorks [3 m 40 s] 2026-02-10T08:19:28.2606901Z Error Message: 2026-02-10T08:19:28.2607087Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:19:28.2607264Z Stack Trace: 2026-02-10T08:19:28.2607412Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:19:28.2607596Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:19:28.2607763Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:19:28.2607933Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:19:28.2608117Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:19:28.2608327Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:19:28.2608562Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:19:28.2608778Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:19:28.2608993Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:19:28.2609192Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:19:28.2609368Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:19:28.2609592Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:19:28.2609671Z 2026-02-10T08:23:08.1263948Z >>>>> 02/10/2026 08:23:08 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewSingleBoundSelectionUITests(Android). 2026-02-10T08:23:08.1264594Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:23:08.1264896Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:23:08.1265136Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:23:08.1265346Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.CollectionViewSingleBoundSelectionUITests(Android) 2026-02-10T08:23:08.1265573Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:23:08.1265782Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:23:08.1265961Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:23:08.1266352Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:23:08.1266514Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:23:08.1266677Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:23:08.1266853Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:23:08.1267119Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:23:08.1267414Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:23:08.1267659Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:23:08.1268002Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:23:08.1268317Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:23:08.1268730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:23:08.1268991Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:23:08.1269274Z --TearDown 2026-02-10T08:23:08.1269514Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:23:08.1269823Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:23:08.1270074Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:23:08.1270242Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:23:08.7586040Z Failed SelectionShouldUpdateBinding [3 m 40 s] 2026-02-10T08:23:08.7586418Z Error Message: 2026-02-10T08:23:08.7586609Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:23:08.7586789Z Stack Trace: 2026-02-10T08:23:08.7586936Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:23:08.7587493Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:23:08.7587658Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:23:08.7587831Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:23:08.7588013Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:23:08.7588242Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:23:08.7588469Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:23:08.7588694Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:23:08.7588918Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:23:08.7589122Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:23:08.7589378Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:23:08.7589550Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:23:08.7589633Z 2026-02-10T08:26:48.5270104Z >>>>> 02/10/2026 08:26:48 The SaveDeviceDiagnosticInfo threw an exception during ClearGroupedNoCrashUITests(Android). 2026-02-10T08:26:48.5270512Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:26:48.5270800Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:26:48.5271113Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:26:48.5271370Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.ClearGroupedNoCrashUITests(Android) 2026-02-10T08:26:48.5271880Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:26:48.5272159Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:26:48.5272420Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:26:48.5272670Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:26:48.5272900Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:26:48.5273129Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:26:48.5273369Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:26:48.5273660Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:26:48.5273967Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:26:48.5274276Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:26:48.5274582Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:26:48.5275057Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:26:48.5275308Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:26:48.5275569Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:26:48.5275784Z --TearDown 2026-02-10T08:26:48.5276022Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:26:48.5276319Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:26:48.5276637Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:26:48.5276978Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:26:48.5277275Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:26:48.5277538Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:26:49.2582101Z Failed ClearingGroupedNoCrash [3 m 40 s] 2026-02-10T08:26:49.2582381Z Error Message: 2026-02-10T08:26:49.2582583Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:26:49.2582772Z Stack Trace: 2026-02-10T08:26:49.2582924Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:26:49.2583109Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:26:49.2583307Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:26:49.2583479Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:26:49.2583666Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:26:49.2583908Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:26:49.2584136Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:26:49.2584359Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:26:49.2584589Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:26:49.2584796Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:26:49.2584982Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:26:49.2585160Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:26:49.2585244Z 2026-02-10T08:30:28.9033455Z >>>>> 02/10/2026 08:30:28 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewBindingErrorsUITests(Android). 2026-02-10T08:30:28.9033947Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:30:28.9034144Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:30:28.9034363Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:30:28.9035012Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewBindingErrorsUITests(Android) 2026-02-10T08:30:28.9035354Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:30:28.9035759Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:30:28.9035948Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:30:28.9036134Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:30:28.9036377Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:30:28.9036596Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:30:28.9036779Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:30:28.9037001Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:30:28.9037348Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:30:28.9037670Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:30:28.9038076Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:30:28.9038280Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:30:28.9038596Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:28.9038888Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:28.9039184Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:30:28.9039425Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:30:28.9039630Z --TearDown 2026-02-10T08:30:28.9039848Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:30:28.9040134Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:30:28.9040462Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:28.9040799Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:28.9041109Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:30:28.9041369Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:30:29.7593468Z Failed NoBindingErrors [3 m 40 s] 2026-02-10T08:30:29.7593744Z Error Message: 2026-02-10T08:30:29.7594041Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:30:29.7594326Z Stack Trace: 2026-02-10T08:30:29.7595058Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:30:29.7595393Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:30:29.7595689Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:30:29.7595973Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:30:29.7596283Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:30:29.7596647Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:30:29.7597025Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:30:29.7597425Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:30:29.7597795Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:30:29.7598271Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:30:29.7598631Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:29.7599014Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:30:29.7599336Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:30:29.7599617Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:30:29.7599751Z 2026-02-10T08:34:09.2863366Z >>>>> 02/10/2026 08:34:09 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewDynamicallyLoadUITests(Android). 2026-02-10T08:34:09.2863844Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:34:09.2864121Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:34:09.2864343Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:34:09.2864571Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewDynamicallyLoadUITests(Android) 2026-02-10T08:34:09.2864914Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:34:09.2865240Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:34:09.2865617Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:34:09.2865897Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:34:09.2866160Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:34:09.2866479Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:34:09.2866744Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:34:09.2867081Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:34:09.2867524Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:34:09.2867759Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:34:09.2868171Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:34:09.2868464Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:34:09.2868758Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:09.2869094Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:09.2869392Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:34:09.2869647Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:34:09.2869988Z --TearDown 2026-02-10T08:34:09.2870219Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:34:09.2870541Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:34:09.2892118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:09.2892393Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:09.2892612Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:34:09.2892782Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:34:10.2604188Z Failed DynamicallyLoadCollectionView [3 m 40 s] 2026-02-10T08:34:10.2604408Z Error Message: 2026-02-10T08:34:10.2604599Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:34:10.2604778Z Stack Trace: 2026-02-10T08:34:10.2604924Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:34:10.2605101Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:34:10.2605263Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:34:10.2605427Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:34:10.2605690Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:34:10.2605915Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:34:10.2606137Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:34:10.2606358Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:34:10.2606575Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:34:10.2606780Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:34:10.2607221Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:10.2607448Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:34:10.2607645Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:34:10.2607819Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:34:10.2607905Z 2026-02-10T08:37:49.6551145Z >>>>> 02/10/2026 08:37:49 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewItemsSourceTypesUITests(Android). 2026-02-10T08:37:49.6551782Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:37:49.6552017Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:37:49.6552232Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:37:49.6552751Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewItemsSourceTypesUITests(Android) 2026-02-10T08:37:49.6553007Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:37:49.6553204Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:37:49.6553455Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:37:49.6553823Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:37:49.6554089Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:37:49.6554416Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:37:49.6554595Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:37:49.6554848Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:37:49.6555186Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:37:49.6555566Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:37:49.6555830Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:37:49.6556230Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:37:49.6556543Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:49.6556883Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:49.6557188Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:37:49.6557509Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:37:49.6557654Z --TearDown 2026-02-10T08:37:49.6557809Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:37:49.6558091Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:37:49.6558290Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:49.6558517Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:49.6558707Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:37:49.6558873Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:37:50.7611867Z Failed CollectionViewItemsSourceTypesDisplayAndDontCrash [3 m 40 s] 2026-02-10T08:37:50.7612277Z Error Message: 2026-02-10T08:37:50.7612622Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:37:50.7612933Z Stack Trace: 2026-02-10T08:37:50.7613187Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:37:50.7613807Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:37:50.7613993Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:37:50.7614173Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:37:50.7614377Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:37:50.7614634Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:37:50.7614879Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:37:50.7615127Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:37:50.7615372Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:37:50.7615591Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:37:50.7615826Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:50.7616073Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:37:50.7616299Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:37:50.7616489Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:37:50.7616584Z 2026-02-10T08:41:30.0355298Z >>>>> 02/10/2026 08:41:30 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewItemsUpdatingScrollModeUITests(Android). 2026-02-10T08:41:30.0355757Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:41:30.0355959Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:41:30.0356247Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:41:30.0356925Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewItemsUpdatingScrollModeUITests(Android) 2026-02-10T08:41:30.0357314Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:41:30.0357542Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:41:30.0357791Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:41:30.0358031Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:41:30.0358211Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:41:30.0358432Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:41:30.0358667Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:41:30.0358933Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:41:30.0359277Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:41:30.0359720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:41:30.0360059Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:41:30.0360458Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:41:30.0360773Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:30.0361208Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:30.0361455Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:41:30.0361799Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:41:30.0361951Z --TearDown 2026-02-10T08:41:30.0362117Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:41:30.0362319Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:41:30.0362537Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:30.0362770Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:30.0362973Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:41:30.0363151Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:41:31.2618685Z Failed KeepItemsInView [3 m 40 s] 2026-02-10T08:41:31.2618985Z Error Message: 2026-02-10T08:41:31.2619204Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:41:31.2619403Z Stack Trace: 2026-02-10T08:41:31.2619571Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:41:31.2620091Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:41:31.2620266Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:41:31.2620447Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:41:31.2620652Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:41:31.2620896Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:41:31.2621141Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:41:31.2621386Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:41:31.2621864Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:41:31.2622091Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:41:31.2622409Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2622647Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2622859Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:41:31.2623049Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:41:31.2623138Z 2026-02-10T08:41:31.2623267Z Failed KeepLastItemInView [3 m 40 s] 2026-02-10T08:41:31.2623395Z Error Message: 2026-02-10T08:41:31.2623591Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:41:31.2623773Z Stack Trace: 2026-02-10T08:41:31.2623926Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:41:31.2624115Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:41:31.2624294Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:41:31.2624462Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:41:31.2624661Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:41:31.2624885Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:41:31.2625125Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:41:31.2625365Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:41:31.2625613Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:41:31.2625844Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:41:31.2626070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2626354Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2626557Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:41:31.2626736Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:41:31.2626824Z 2026-02-10T08:41:31.2626943Z Failed KeepScrollOffset [3 m 40 s] 2026-02-10T08:41:31.2627067Z Error Message: 2026-02-10T08:41:31.2627260Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:41:31.2627449Z Stack Trace: 2026-02-10T08:41:31.2627605Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:41:31.2627800Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:41:31.2627974Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:41:31.2628153Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:41:31.2628384Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:41:31.2628621Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:41:31.2628864Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:41:31.2629112Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:41:31.2629372Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:41:31.2629598Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:41:31.2629832Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2630099Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:41:31.2630317Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:41:31.2630514Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:41:31.2630605Z 2026-02-10T08:45:10.4058357Z >>>>> 02/10/2026 08:45:10 The SaveDeviceDiagnosticInfo threw an exception during CollectionViewTabbedPageUITests(Android). 2026-02-10T08:45:10.4058832Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:45:10.4059160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:45:10.4059532Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:45:10.4059904Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.CollectionViewTabbedPageUITests(Android) 2026-02-10T08:45:10.4061425Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:45:10.4061896Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:45:10.4062559Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:45:10.4062893Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:45:10.4063177Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:45:10.4063453Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:45:10.4063764Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:45:10.4064119Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:45:10.4064502Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:45:10.4064891Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:45:10.4065276Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:45:10.4065693Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:45:10.4066034Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:10.4066404Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:10.4066727Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:45:10.4067011Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:45:10.4067242Z --TearDown 2026-02-10T08:45:10.4067495Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:45:10.4067816Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:45:10.4068155Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:10.4068520Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:10.4068828Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:45:10.4069104Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:45:11.7626357Z Failed AddingGroupToUnviewedGroupedCollectionViewShouldNotCrash [3 m 40 s] 2026-02-10T08:45:11.7626650Z Error Message: 2026-02-10T08:45:11.7626851Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:45:11.7627065Z Stack Trace: 2026-02-10T08:45:11.7627221Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:45:11.7627412Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:45:11.7627582Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:45:11.7627754Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:45:11.7627939Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:45:11.7628377Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:45:11.7628600Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:45:11.7628821Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:45:11.7629043Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:45:11.7629242Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:45:11.7629450Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:11.7629678Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:11.7630042Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:45:11.7630214Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:45:11.7630288Z 2026-02-10T08:45:11.7630438Z Failed AddingItemToUnviewedCollectionViewShouldNotCrash [3 m 40 s] 2026-02-10T08:45:11.7630573Z Error Message: 2026-02-10T08:45:11.7630757Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:45:11.7630930Z Stack Trace: 2026-02-10T08:45:11.7631082Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:45:11.7631257Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:45:11.7631425Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:45:11.7631705Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:45:11.7631890Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:45:11.7632092Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:45:11.7632309Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:45:11.7632527Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:45:11.7632751Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:45:11.7632961Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:45:11.7633163Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:11.7633382Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:45:11.7633576Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:45:11.7633747Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:45:11.7633854Z 2026-02-10T08:48:50.7792588Z >>>>> 02/10/2026 08:48:50 The SaveDeviceDiagnosticInfo threw an exception during EmptyViewNoCrashUITests(Android). 2026-02-10T08:48:50.7793134Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:48:50.7793459Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:48:50.7793761Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:48:50.7793995Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.EmptyViewNoCrashUITests(Android) 2026-02-10T08:48:50.7794278Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:48:50.7794571Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:48:50.7794818Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:48:50.7795503Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:48:50.7795943Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:48:50.7796359Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:48:50.7796644Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:48:50.7797186Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:48:50.7797596Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:48:50.7798084Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:48:50.7798432Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:48:50.7798756Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:48:50.7799070Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:50.7799503Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:50.7799708Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:48:50.7799873Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:48:50.7800017Z --TearDown 2026-02-10T08:48:50.7800175Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:48:50.7800373Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:48:50.7800587Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:50.7800805Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:50.7801004Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:48:50.7801298Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:48:52.2628301Z Failed EmptyViewShouldNotCrash [3 m 40 s] 2026-02-10T08:48:52.2628570Z Error Message: 2026-02-10T08:48:52.2628802Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:48:52.2629006Z Stack Trace: 2026-02-10T08:48:52.2629177Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:48:52.2629380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:48:52.2629567Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:48:52.2629754Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:48:52.2629958Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:48:52.2630229Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:48:52.2630913Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:48:52.2631160Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:48:52.2631391Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:48:52.2632019Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:48:52.2632352Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:52.2632610Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:48:52.2632852Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:48:52.2633053Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:48:52.2633143Z 2026-02-10T08:52:31.1606422Z >>>>> 02/10/2026 08:52:31 The SaveDeviceDiagnosticInfo threw an exception during Github5623(Android). 2026-02-10T08:52:31.1606898Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:52:31.1607155Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:52:31.1607507Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:52:31.1607816Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Github5623(Android) 2026-02-10T08:52:31.1608130Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:52:31.1608344Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:52:31.1608534Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:52:31.1608725Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:52:31.1609110Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:52:31.1609271Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:52:31.1609449Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:52:31.1609655Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:52:31.1609878Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:52:31.1610101Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:52:31.1610510Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:52:31.1610713Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:52:31.1611022Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.1611446Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.1611942Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:52:31.1612213Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:52:31.1612428Z --TearDown 2026-02-10T08:52:31.1612661Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:52:31.1612958Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:52:31.1613264Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.1613608Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.1613915Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:52:31.1614177Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:52:31.2630851Z Failed CollectionViewInfiniteScroll [3 m 40 s] 2026-02-10T08:52:31.2631065Z Error Message: 2026-02-10T08:52:31.2631278Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:52:31.2631673Z Stack Trace: 2026-02-10T08:52:31.2631850Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:52:31.2632045Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:52:31.2632235Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:52:31.2633015Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:52:31.2633370Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:52:31.2633628Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:52:31.2633848Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:52:31.2634301Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:52:31.2634522Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:52:31.2634721Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:52:31.2634929Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.2635149Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:52:31.2635342Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:52:31.2635513Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:52:31.2635605Z 2026-02-10T08:56:11.5129719Z >>>>> 02/10/2026 08:56:11 The SaveDeviceDiagnosticInfo threw an exception during HiddenCollectionViewBindUITests(Android). 2026-02-10T08:56:11.5130474Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:56:11.5130803Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:56:11.5131169Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:56:11.5131678Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.HiddenCollectionViewBindUITests(Android) 2026-02-10T08:56:11.5134369Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:56:11.5135615Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:56:11.5136039Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:56:11.5136380Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:56:11.5136671Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:56:11.5136956Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:56:11.5137285Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:56:11.5137673Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:56:11.5138069Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:56:11.5138447Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:56:11.5138820Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:56:11.5139148Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:56:11.5139493Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.5140068Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.5140375Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:56:11.5140674Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:56:11.5140980Z --TearDown 2026-02-10T08:56:11.5141223Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:56:11.5141678Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:56:11.5142021Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.5142399Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.5142737Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:56:11.5143023Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:56:11.7636983Z Failed CollectionShouldInvalidateOnVisibilityChange [3 m 40 s] 2026-02-10T08:56:11.7637423Z Error Message: 2026-02-10T08:56:11.7637638Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:56:11.7637853Z Stack Trace: 2026-02-10T08:56:11.7638030Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:56:11.7638235Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:56:11.7638452Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:56:11.7638648Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:56:11.7638851Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:56:11.7639114Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:56:11.7639359Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:56:11.7639601Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:56:11.7639855Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:56:11.7640081Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:56:11.7640318Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.7640563Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:56:11.7640787Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:56:11.7640979Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:56:11.7641069Z 2026-02-10T08:59:51.8767802Z >>>>> 02/10/2026 08:59:51 The SaveDeviceDiagnosticInfo threw an exception during Issue10025(Android). 2026-02-10T08:59:51.8768489Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T08:59:51.8768921Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:59:51.8769286Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T08:59:51.8769633Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10025(Android) 2026-02-10T08:59:51.8769981Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:59:51.8770394Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T08:59:51.8770707Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:59:51.8771011Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:59:51.8771283Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:59:51.8771756Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:59:51.8772201Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:59:51.8772480Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:59:51.8772814Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:59:51.8773070Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:59:51.8773427Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:59:51.8773760Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:59:51.8774104Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:51.8774408Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:51.8774722Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:59:51.8774958Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:59:51.8775195Z --TearDown 2026-02-10T08:59:51.8775519Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T08:59:51.8775806Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T08:59:51.8776023Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:51.8776252Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:51.8776456Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:59:51.8776631Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:59:52.2637040Z Failed VerifySelectedItemClearsOnNullAssignment [3 m 40 s] 2026-02-10T08:59:52.2637885Z Error Message: 2026-02-10T08:59:52.2638093Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T08:59:52.2638301Z Stack Trace: 2026-02-10T08:59:52.2638454Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T08:59:52.2638654Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T08:59:52.2638840Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T08:59:52.2639020Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T08:59:52.2639224Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T08:59:52.2639478Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T08:59:52.2639732Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T08:59:52.2640074Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T08:59:52.2640334Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T08:59:52.2640562Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T08:59:52.2640798Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:52.2641062Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T08:59:52.2641288Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T08:59:52.2641479Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T08:59:52.2641871Z 2026-02-10T09:03:32.2680870Z >>>>> 02/10/2026 09:03:32 The SaveDeviceDiagnosticInfo threw an exception during Issue10454(Android). 2026-02-10T09:03:32.2681387Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:03:32.2681851Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:03:32.2682246Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:03:32.2682640Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10454(Android) 2026-02-10T09:03:32.2683009Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:03:32.2683380Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:03:32.2683704Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:03:32.2684032Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:03:32.2684325Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:03:32.2684614Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:03:32.2684930Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:03:32.2685566Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:03:32.2686018Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:03:32.2686460Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:03:32.2686921Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:03:32.2687322Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:03:32.2687729Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.2688180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.2688659Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:03:32.2688997Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:03:32.2689272Z --TearDown 2026-02-10T09:03:32.2689574Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:03:32.2689954Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:03:32.2690362Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.2690799Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.2691182Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:03:32.2691642Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:03:32.7631027Z Failed ChildAddedShouldFire [3 m 40 s] 2026-02-10T09:03:32.7631394Z Error Message: 2026-02-10T09:03:32.7631750Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:03:32.7631997Z Stack Trace: 2026-02-10T09:03:32.7632214Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:03:32.7632489Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:03:32.7632707Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:03:32.7632912Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:03:32.7633160Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:03:32.7633451Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:03:32.7633749Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:03:32.7634039Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:03:32.7634494Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:03:32.7634752Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:03:32.7635024Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.7635307Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:03:32.7635544Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:03:32.7635751Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:03:32.7635832Z 2026-02-10T09:07:12.6617482Z >>>>> 02/10/2026 09:07:12 The SaveDeviceDiagnosticInfo threw an exception during Issue10947(Android). 2026-02-10T09:07:12.6617969Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:07:12.6618222Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:07:12.6618860Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:07:12.6619156Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue10947(Android) 2026-02-10T09:07:12.6619380Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:07:12.6619659Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:07:12.6619935Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:07:12.6620210Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:07:12.6620583Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:07:12.6620859Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:07:12.6621070Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:07:12.6621379Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:07:12.6622038Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:07:12.6622397Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:07:12.6622686Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:07:12.6622990Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:07:12.6623330Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:12.6623799Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:12.6624026Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:07:12.6624320Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:07:12.6624482Z --TearDown 2026-02-10T09:07:12.6624649Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:07:12.6624876Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:07:12.6625103Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:12.6625347Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:12.6625562Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:07:12.6625752Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:07:13.2638992Z Failed CollectionViewHeaderShouldNotScroll [3 m 40 s] 2026-02-10T09:07:13.2639491Z Error Message: 2026-02-10T09:07:13.2639730Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:07:13.2640249Z Stack Trace: 2026-02-10T09:07:13.2640429Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:07:13.2640642Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:07:13.2640837Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:07:13.2641027Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:07:13.2641236Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:07:13.2641770Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:07:13.2642066Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:07:13.2642358Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:07:13.2642640Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:07:13.2642904Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:07:13.2643180Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:13.2643440Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:07:13.2643679Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:07:13.2643888Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:07:13.2643988Z 2026-02-10T09:10:53.0645147Z >>>>> 02/10/2026 09:10:53 The SaveDeviceDiagnosticInfo threw an exception during Issue11311(Android). 2026-02-10T09:10:53.0645633Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:10:53.0645966Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:10:53.0646633Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:10:53.0646862Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11311(Android) 2026-02-10T09:10:53.0647099Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:10:53.0647393Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:10:53.0647647Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:10:53.0647914Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:10:53.0648103Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:10:53.0648333Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:10:53.0648627Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:10:53.0648978Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:10:53.0649468Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:10:53.0649720Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:10:53.0649970Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:10:53.0650197Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:10:53.0650432Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.0650689Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.0650912Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:10:53.0651105Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:10:53.0651269Z --TearDown 2026-02-10T09:10:53.0651445Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:10:53.0651877Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:10:53.0652118Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.0652359Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.0652616Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:10:53.0652807Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:10:53.7647359Z Failed CollectionViewWithFooterShouldNotNSRangeExceptionCrashOnDisplay [3 m 40 s] 2026-02-10T09:10:53.7647682Z Error Message: 2026-02-10T09:10:53.7647899Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:10:53.7648337Z Stack Trace: 2026-02-10T09:10:53.7648508Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:10:53.7648722Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:10:53.7648924Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:10:53.7649115Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:10:53.7649324Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:10:53.7649584Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:10:53.7649833Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:10:53.7650088Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:10:53.7650345Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:10:53.7650647Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:10:53.7650891Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.7651164Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:10:53.7651383Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:10:53.7651731Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:10:53.7651827Z 2026-02-10T09:14:33.4721680Z >>>>> 02/10/2026 09:14:33 The SaveDeviceDiagnosticInfo threw an exception during Issue11853(Android). 2026-02-10T09:14:33.4722274Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:14:33.4722623Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:14:33.4723009Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:14:33.4723378Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11853(Android) 2026-02-10T09:14:33.4723747Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:14:33.4724121Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:14:33.4724449Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:14:33.4724772Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:14:33.4725063Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:14:33.4725353Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:14:33.4725671Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:14:33.4726031Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:14:33.4726697Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:14:33.4727098Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:14:33.4727501Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:14:33.4727861Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:14:33.4728228Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:33.4728627Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:33.4728983Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:14:33.4729287Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:14:33.4729620Z --TearDown 2026-02-10T09:14:33.4729896Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:14:33.4730240Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:14:33.4730619Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:33.4731016Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:33.4731360Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:14:33.4731773Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:14:34.2651402Z Failed JustWhalingAwayOnTheCollectionViewWithAddsAndClearsShouldNotCrash [3 m 40 s] 2026-02-10T09:14:34.2651957Z Error Message: 2026-02-10T09:14:34.2652149Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:14:34.2652328Z Stack Trace: 2026-02-10T09:14:34.2652476Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:14:34.2652656Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:14:34.2652821Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:14:34.2652994Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:14:34.2653172Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:14:34.2653408Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:14:34.2653631Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:14:34.2653858Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:14:34.2654075Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:14:34.2654626Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:14:34.2654840Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:34.2655073Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:14:34.2655278Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:14:34.2655454Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:14:34.2655533Z 2026-02-10T09:18:13.8683501Z >>>>> 02/10/2026 09:18:13 The SaveDeviceDiagnosticInfo threw an exception during Issue11896(Android). 2026-02-10T09:18:13.8684027Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:18:13.8684269Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:18:13.8684499Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:18:13.8684943Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue11896(Android) 2026-02-10T09:18:13.8685160Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:18:13.8685376Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:18:13.8685570Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:18:13.8685762Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:18:13.8685940Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:18:13.8686111Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:18:13.8686299Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:18:13.8686552Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:18:13.8686823Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:18:13.8687054Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:18:13.8687297Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:18:13.8687507Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:18:13.8687761Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:13.8688109Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:13.8688426Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:18:13.8688695Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:18:13.8688923Z --TearDown 2026-02-10T09:18:13.8689172Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:18:13.8689497Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:18:13.8689715Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:13.8689951Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:13.8690159Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:18:13.8690378Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:18:14.7653825Z Failed CollectionviewFooterHideswhenDynamicallyAddorRemoveItems [3 m 40 s] 2026-02-10T09:18:14.7654109Z Error Message: 2026-02-10T09:18:14.7654326Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:18:14.7654525Z Stack Trace: 2026-02-10T09:18:14.7654679Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:18:14.7655094Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:18:14.7655279Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:18:14.7655458Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:18:14.7655656Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:18:14.7655908Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:18:14.7656159Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:18:14.7656484Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:18:14.7656731Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:18:14.7656953Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:18:14.7657178Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:14.7657426Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:14.7657642Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:18:14.7657831Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:18:14.7657922Z 2026-02-10T09:18:14.7658062Z Failed CollectionViewHeaderBlankWhenLastItemRemoved [3 m 40 s] 2026-02-10T09:18:14.7658203Z Error Message: 2026-02-10T09:18:14.7658398Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:18:14.7658588Z Stack Trace: 2026-02-10T09:18:14.7658744Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:18:14.7658938Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:18:14.7659182Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:18:14.7659349Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:18:14.7659532Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:18:14.7659751Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:18:14.7659980Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:18:14.7660211Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:18:14.7660443Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:18:14.7660653Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:18:14.7660869Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:14.7661145Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:18:14.7661357Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:18:14.7661710Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:18:14.7661803Z 2026-02-10T09:21:54.2585835Z >>>>> 02/10/2026 09:21:54 The SaveDeviceDiagnosticInfo threw an exception during Issue12374(Android). 2026-02-10T09:21:54.2589767Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:21:54.2590825Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:21:54.2591285Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:21:54.2591820Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12374(Android) 2026-02-10T09:21:54.2592216Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:21:54.2592598Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:21:54.2592945Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:21:54.2593303Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:21:54.2593629Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:21:54.2593955Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:21:54.2594298Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:21:54.2594689Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:21:54.2595123Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:21:54.2595539Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:21:54.2596174Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:21:54.2596509Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:21:54.2596852Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:54.2597235Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:54.2597555Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:21:54.2597835Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:21:54.2598072Z --TearDown 2026-02-10T09:21:54.2598328Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:21:54.2598645Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:21:54.2599066Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:54.2599437Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:54.2599756Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:21:54.2600036Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:21:55.2654101Z Failed Issue12374Test [3 m 40 s] 2026-02-10T09:21:55.2654417Z Error Message: 2026-02-10T09:21:55.2656530Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:21:55.2656709Z Stack Trace: 2026-02-10T09:21:55.2657483Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:21:55.2657723Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:21:55.2657893Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:21:55.2658051Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:21:55.2658225Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:21:55.2658441Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:21:55.2658671Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:21:55.2658891Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:21:55.2659110Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:21:55.2659303Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:21:55.2659502Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:55.2659988Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:21:55.2660169Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:21:55.2660327Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:21:55.2660394Z 2026-02-10T09:25:34.6404419Z >>>>> 02/10/2026 09:25:34 The SaveDeviceDiagnosticInfo threw an exception during Issue12714(Android). 2026-02-10T09:25:34.6404853Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:25:34.6405075Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:25:34.6405321Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:25:34.6405571Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue12714(Android) 2026-02-10T09:25:34.6405799Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:25:34.6406223Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:25:34.6406432Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:25:34.6406685Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:25:34.6406871Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:25:34.6407049Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:25:34.6407249Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:25:34.6407480Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:25:34.6407724Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:25:34.6407978Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:25:34.6408218Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:25:34.6408429Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:25:34.6408645Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:34.6408919Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:34.6409311Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:25:34.6409572Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:25:34.6409784Z --TearDown 2026-02-10T09:25:34.6410022Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:25:34.6410336Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:25:34.6410675Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:34.6411175Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:34.6411695Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:25:34.6411980Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:25:35.7651066Z Failed InitiallyInvisbleCollectionViewSurvivesiOSLayoutNonsense [3 m 40 s] 2026-02-10T09:25:35.7651442Z Error Message: 2026-02-10T09:25:35.7651942Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:25:35.7652134Z Stack Trace: 2026-02-10T09:25:35.7652282Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:25:35.7652495Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:25:35.7652662Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:25:35.7652826Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:25:35.7653217Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:25:35.7653448Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:25:35.7653671Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:25:35.7653896Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:25:35.7654124Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:25:35.7654328Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:25:35.7654537Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:35.7654755Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:25:35.7654951Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:25:35.7655122Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:25:35.7655209Z 2026-02-10T09:29:15.0384522Z >>>>> 02/10/2026 09:29:15 The SaveDeviceDiagnosticInfo threw an exception during Issue13126_2(Android). 2026-02-10T09:29:15.0385058Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:29:15.0385295Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:29:15.0385527Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:29:15.0385741Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13126_2(Android) 2026-02-10T09:29:15.0385997Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:29:15.0386352Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:29:15.0386842Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:29:15.0387135Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:29:15.0387387Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:29:15.0387638Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:29:15.0387915Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:29:15.0388269Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:29:15.0388654Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:29:15.0389051Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:29:15.0389433Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:29:15.0390104Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:29:15.0390499Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:15.0390899Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:15.0391251Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:29:15.0391704Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:29:15.0391975Z --TearDown 2026-02-10T09:29:15.0392244Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:29:15.0392607Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:29:15.0392987Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:15.0393382Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:15.0393730Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:29:15.0394067Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:29:16.2654152Z Failed CollectionViewShouldSourceShouldResetWhileInvisible [3 m 40 s] 2026-02-10T09:29:16.2654529Z Error Message: 2026-02-10T09:29:16.2654833Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:29:16.2655146Z Stack Trace: 2026-02-10T09:29:16.2655321Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:29:16.2655531Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:29:16.2655722Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:29:16.2655914Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:29:16.2656458Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:29:16.2656715Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:29:16.2656968Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:29:16.2657213Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:29:16.2657453Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:29:16.2657676Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:29:16.2657915Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:16.2658165Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:29:16.2658474Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:29:16.2658674Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:29:16.2658768Z 2026-02-10T09:32:55.4315353Z >>>>> 02/10/2026 09:32:55 The SaveDeviceDiagnosticInfo threw an exception during Issue13203(Android). 2026-02-10T09:32:55.4315926Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:32:55.4316168Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:32:55.4316497Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:32:55.4316906Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13203(Android) 2026-02-10T09:32:55.4317215Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:32:55.4317446Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:32:55.4317651Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:32:55.4317914Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:32:55.4318176Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:32:55.4318393Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:32:55.4318750Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:32:55.4319015Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:32:55.4319306Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:32:55.4319634Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:32:55.4319893Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:32:55.4320532Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:32:55.4320738Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:55.4320969Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:55.4321163Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:32:55.4321334Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:32:55.4321477Z --TearDown 2026-02-10T09:32:55.4321914Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:32:55.4322110Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:32:55.4322316Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:55.4322533Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:55.4322806Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:32:55.4322974Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:32:56.7654136Z Failed CollectionShouldInvalidateOnVisibilityChange [3 m 40 s] 2026-02-10T09:32:56.7654457Z Error Message: 2026-02-10T09:32:56.7654893Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:32:56.7655151Z Stack Trace: 2026-02-10T09:32:56.7655323Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:32:56.7655532Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:32:56.7655729Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:32:56.7655918Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:32:56.7656123Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:32:56.7656382Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:32:56.7656640Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:32:56.7656899Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:32:56.7657157Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:32:56.7657392Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:32:56.7657633Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:56.7657884Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:32:56.7658109Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:32:56.7658572Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:32:56.7658660Z 2026-02-10T09:36:35.8333867Z >>>>> 02/10/2026 09:36:35 The SaveDeviceDiagnosticInfo threw an exception during Issue13551(Android). 2026-02-10T09:36:35.8334440Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:36:35.8334785Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:36:35.8335139Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:36:35.8335390Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue13551(Android) 2026-02-10T09:36:35.8335667Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:36:35.8336023Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:36:35.8336261Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:36:35.8336974Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:36:35.8337280Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:36:35.8337539Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:36:35.8337792Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:36:35.8338181Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:36:35.8338454Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:36:35.8338795Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:36:35.8339196Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:36:35.8339570Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:36:35.8339890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:36:35.8340362Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:36:35.8340675Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:36:35.8340981Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:36:35.8341206Z --TearDown 2026-02-10T09:36:35.8341382Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:36:35.8341838Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:36:35.8342088Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:36:35.8342322Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:36:37.2658802Z Failed CollectionViewWithFooterShouldNotCrashOnDisplay [3 m 40 s] 2026-02-10T09:36:37.2659412Z Error Message: 2026-02-10T09:36:37.2659643Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:36:37.2659867Z Stack Trace: 2026-02-10T09:36:37.2660045Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:36:37.2660258Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:36:37.2660459Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:36:37.2660657Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:36:37.2660874Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:36:37.2661146Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:36:37.2661417Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:36:37.2661962Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:36:37.2662220Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:36:37.2662455Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:36:37.2662773Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:36:37.2663035Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:36:37.2663269Z at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) 2026-02-10T09:36:37.2663471Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:36:37.2663559Z 2026-02-10T09:40:16.2743459Z >>>>> 02/10/2026 09:40:16 The SaveDeviceDiagnosticInfo threw an exception during Issue14557(Android). 2026-02-10T09:40:16.2744018Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:40:16.2744420Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:40:16.2744682Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:40:16.2745007Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue14557(Android) 2026-02-10T09:40:16.2746556Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:40:16.2747136Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:40:16.2747528Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:40:16.2747892Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:40:16.2748215Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:40:16.2748532Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:40:16.2749163Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:40:16.2749589Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:40:16.2750030Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:40:16.2750480Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:40:16.2751161Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:40:16.2751797Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:40:16.2752228Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:40:16.2752618Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:40:16.2753007Z --TearDown 2026-02-10T09:40:16.2753312Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:40:16.2753696Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:40:16.2754116Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:40:16.2754512Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:40:17.7673025Z Failed HeaderAndFooterRender [3 m 40 s] 2026-02-10T09:40:17.7673573Z Error Message: 2026-02-10T09:40:17.7673987Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:40:17.7674212Z Stack Trace: 2026-02-10T09:40:17.7674398Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:40:17.7674617Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:40:17.7674813Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:40:17.7675010Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:40:17.7675227Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:40:17.7675493Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:40:17.7675771Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:40:17.7676042Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:40:17.7676314Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:40:17.7676554Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:40:17.7676800Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:40:17.7677037Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:40:17.7677454Z 2026-02-10T09:43:56.7158896Z >>>>> 02/10/2026 09:43:56 The SaveDeviceDiagnosticInfo threw an exception during Issue15778(Android). 2026-02-10T09:43:56.7159482Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:43:56.7159889Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:43:56.7160315Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:43:56.7160714Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue15778(Android) 2026-02-10T09:43:56.7161119Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:43:56.7161691Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:43:56.7162071Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:43:56.7163530Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:43:56.7163862Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:43:56.7164188Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:43:56.7164542Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:43:56.7164948Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:43:56.7165389Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:43:56.7165834Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:43:56.7166319Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:43:56.7166734Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:43:56.7167140Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:43:56.7167526Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:43:56.7167806Z --TearDown 2026-02-10T09:43:56.7168109Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:43:56.7168490Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:43:56.7168898Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:43:56.7169297Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:43:56.7674253Z Failed SwipeViewInCollectionViewDoesNotTriggerSelection [3 m 40 s] 2026-02-10T09:43:56.7674578Z Error Message: 2026-02-10T09:43:56.7674810Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:43:56.7675032Z Stack Trace: 2026-02-10T09:43:56.7675578Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:43:56.7675793Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:43:56.7675994Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:43:56.7676198Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:43:56.7676413Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:43:56.7676683Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:43:56.7676953Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:43:56.7677224Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:43:56.7677496Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:43:56.7677801Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:43:56.7678047Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:43:56.7678280Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:43:56.7678379Z 2026-02-10T09:47:37.1223081Z >>>>> 02/10/2026 09:47:37 The SaveDeviceDiagnosticInfo threw an exception during Issue15815(Android). 2026-02-10T09:47:37.1223527Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:47:37.1223845Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:47:37.1224113Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:47:37.1224380Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue15815(Android) 2026-02-10T09:47:37.1224720Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:47:37.1224974Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:47:37.1225202Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:47:37.1225432Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:47:37.1225637Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:47:37.1225839Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:47:37.1226063Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:47:37.1226317Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:47:37.1226596Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:47:37.1226873Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:47:37.1227475Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:47:37.1227965Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:47:37.1228412Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:47:37.1228949Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:47:37.1229253Z --TearDown 2026-02-10T09:47:37.1229548Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:47:37.1229990Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:47:37.1230485Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:47:37.1230958Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:47:37.2675623Z Failed LastItemIsVisilbe [3 m 40 s] 2026-02-10T09:47:37.2676351Z Error Message: 2026-02-10T09:47:37.2676585Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:47:37.2676910Z Stack Trace: 2026-02-10T09:47:37.2677087Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:47:37.2677308Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:47:37.2677512Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:47:37.2677716Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:47:37.2677946Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:47:37.2678214Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:47:37.2678493Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:47:37.2678771Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:47:37.2679046Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:47:37.2679295Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:47:37.2679556Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:47:37.2679802Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:47:37.2679902Z 2026-02-10T09:51:17.5269430Z >>>>> 02/10/2026 09:51:17 The SaveDeviceDiagnosticInfo threw an exception during Issue16320(Android). 2026-02-10T09:51:17.5269944Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:51:17.5270282Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:51:17.5270657Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:51:17.5271297Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue16320(Android) 2026-02-10T09:51:17.5271765Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:51:17.5272131Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:51:17.5272444Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:51:17.5272746Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:51:17.5273015Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:51:17.5273242Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:51:17.5273427Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:51:17.5273689Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:51:17.5274042Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:51:17.5274580Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:51:17.5274938Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:51:17.5275249Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:51:17.5275475Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:51:17.5275695Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:51:17.5275853Z --TearDown 2026-02-10T09:51:17.5276021Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:51:17.5276237Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:51:17.5276461Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:51:17.5276677Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:51:17.7672900Z Failed Issue16320Test [3 m 40 s] 2026-02-10T09:51:17.7673104Z Error Message: 2026-02-10T09:51:17.7673323Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:51:17.7673557Z Stack Trace: 2026-02-10T09:51:17.7673730Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:51:17.7673950Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:51:17.7674142Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:51:17.7674328Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:51:17.7674538Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:51:17.7674797Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:51:17.7675253Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:51:17.7675640Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:51:17.7675962Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:51:17.7676296Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:51:17.7676651Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:51:17.7676992Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:51:17.7677139Z 2026-02-10T09:54:57.9351349Z >>>>> 02/10/2026 09:54:57 The SaveDeviceDiagnosticInfo threw an exception during Issue16787(Android). 2026-02-10T09:54:57.9352123Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:54:57.9352846Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:54:57.9353279Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:54:57.9353635Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue16787(Android) 2026-02-10T09:54:57.9354023Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:54:57.9354390Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:54:57.9354635Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:54:57.9354852Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:54:57.9355113Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:54:57.9355399Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:54:57.9355646Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:54:57.9355899Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:54:57.9356249Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:54:57.9356691Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:54:57.9357027Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:54:57.9357401Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:54:57.9357775Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:54:57.9358138Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:54:57.9358400Z --TearDown 2026-02-10T09:54:57.9358677Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:54:57.9359249Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:54:57.9359624Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:54:57.9360005Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:54:58.2681955Z Failed CollectionViewBindingContextOnlyChangesOnce [3 m 40 s] 2026-02-10T09:54:58.2682377Z Error Message: 2026-02-10T09:54:58.2682730Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:54:58.2683015Z Stack Trace: 2026-02-10T09:54:58.2683202Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:54:58.2683455Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:54:58.2683654Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:54:58.2683850Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:54:58.2684423Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:54:58.2684693Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:54:58.2684961Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:54:58.2685230Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:54:58.2685503Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:54:58.2685747Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:54:58.2685997Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:54:58.2686234Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:54:58.2686336Z 2026-02-10T09:58:38.3897641Z >>>>> 02/10/2026 09:58:38 The SaveDeviceDiagnosticInfo threw an exception during Issue17400(Android). 2026-02-10T09:58:38.3898196Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T09:58:38.3898431Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:58:38.3898718Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T09:58:38.3898953Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17400(Android) 2026-02-10T09:58:38.3899208Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:58:38.3899549Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T09:58:38.3899862Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:58:38.3900063Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:58:38.3900482Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:58:38.3900666Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:58:38.3900865Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:58:38.3901104Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:58:38.3901351Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:58:38.3901847Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:58:38.3902105Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:58:38.3902333Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:58:38.3902683Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:58:38.3903120Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:58:38.3903367Z --TearDown 2026-02-10T09:58:38.3903631Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T09:58:38.3903963Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T09:58:38.3904320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:58:38.3904670Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:58:38.7692154Z Failed Issue17400Test [3 m 40 s] 2026-02-10T09:58:38.7692450Z Error Message: 2026-02-10T09:58:38.7692887Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T09:58:38.7693130Z Stack Trace: 2026-02-10T09:58:38.7693310Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T09:58:38.7693526Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T09:58:38.7693723Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T09:58:38.7693918Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T09:58:38.7694136Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T09:58:38.7694405Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T09:58:38.7694673Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T09:58:38.7694937Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T09:58:38.7695204Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T09:58:38.7695442Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T09:58:38.7695953Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T09:58:38.7696196Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T09:58:38.7696291Z 2026-02-10T10:02:18.8340005Z >>>>> 02/10/2026 10:02:18 The SaveDeviceDiagnosticInfo threw an exception during Issue17865(Android). 2026-02-10T10:02:18.8340472Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:02:18.8340772Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:02:18.8341034Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:02:18.8344132Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17865(Android) 2026-02-10T10:02:18.8344696Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:02:18.8345194Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:02:18.8345910Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:02:18.8346335Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:02:18.8346648Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:02:18.8346844Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:02:18.8347057Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:02:18.8347318Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:02:18.8347581Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:02:18.8347854Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:02:18.8348118Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:02:18.8348357Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:02:18.8348599Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:02:18.8348836Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:02:18.8349004Z --TearDown 2026-02-10T10:02:18.8349194Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:02:18.8349430Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:02:18.8349671Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:02:18.8349901Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:02:19.2691695Z Failed Issue17865Test [3 m 40 s] 2026-02-10T10:02:19.2692048Z Error Message: 2026-02-10T10:02:19.2692275Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:02:19.2692871Z Stack Trace: 2026-02-10T10:02:19.2693050Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:02:19.2693268Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:02:19.2693474Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:02:19.2693669Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:02:19.2693882Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:02:19.2694145Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:02:19.2694414Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:02:19.2694687Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:02:19.2695030Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:02:19.2695267Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:02:19.2695510Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:02:19.2695747Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:02:19.2695844Z 2026-02-10T10:05:59.2758183Z >>>>> 02/10/2026 10:05:59 The SaveDeviceDiagnosticInfo threw an exception during Issue17969(Android). 2026-02-10T10:05:59.2758660Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:05:59.2758948Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:05:59.2759247Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:05:59.2759505Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue17969(Android) 2026-02-10T10:05:59.2759992Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:05:59.2760292Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:05:59.2760558Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:05:59.2760852Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:05:59.2761193Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:05:59.2761679Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:05:59.2762028Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:05:59.2762437Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:05:59.2762816Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:05:59.2763245Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:05:59.2763960Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:05:59.2764242Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:05:59.2764523Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:05:59.2764788Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:05:59.2764974Z --TearDown 2026-02-10T10:05:59.2765179Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:05:59.2765431Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:05:59.2765707Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:05:59.2765958Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:05:59.7698137Z Failed CollectionViewAddGroupWhenViewIsEmpty [3 m 40 s] 2026-02-10T10:05:59.7698528Z Error Message: 2026-02-10T10:05:59.7698749Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:05:59.7698957Z Stack Trace: 2026-02-10T10:05:59.7699127Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:05:59.7699338Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:05:59.7699562Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:05:59.7699750Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:05:59.7699954Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:05:59.7700222Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:05:59.7700480Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:05:59.7700734Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:05:59.7700990Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:05:59.7701224Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:05:59.7701463Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:05:59.7702014Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:05:59.7702111Z 2026-02-10T10:05:59.7702251Z Failed CollectionViewDuplicateViewsWhenAddItemToGroup [3 m 40 s] 2026-02-10T10:05:59.7702406Z Error Message: 2026-02-10T10:05:59.7702619Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:05:59.7702829Z Stack Trace: 2026-02-10T10:05:59.7703296Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:05:59.7703501Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:05:59.7703691Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:05:59.7703879Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:05:59.7704083Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:05:59.7704331Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:05:59.7704581Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:05:59.7704838Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:05:59.7705117Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:05:59.7705421Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:05:59.7705661Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:05:59.7705884Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:05:59.7705970Z 2026-02-10T10:09:39.7220635Z >>>>> 02/10/2026 10:09:39 The SaveDeviceDiagnosticInfo threw an exception during Issue18702(Android). 2026-02-10T10:09:39.7220915Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:09:39.7221177Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:09:39.7221732Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:09:39.7222009Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18702(Android) 2026-02-10T10:09:39.7222252Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:09:39.7222483Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:09:39.7222699Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:09:39.7222907Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:09:39.7223101Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:09:39.7223289Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:09:39.7223494Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:09:39.7223732Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:09:39.7223994Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:09:39.7224319Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:09:39.7224926Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:09:39.7225935Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:09:39.7226320Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:09:39.7226554Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:09:39.7226727Z --TearDown 2026-02-10T10:09:39.7226905Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:09:39.7227139Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:09:39.7227558Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:09:39.7227804Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:09:40.2692540Z Failed CollectionViewGroupFooterTemplateShouldNotCrash [3 m 40 s] 2026-02-10T10:09:40.2693361Z Error Message: 2026-02-10T10:09:40.2694215Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:09:40.2694602Z Stack Trace: 2026-02-10T10:09:40.2694833Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:09:40.2695104Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:09:40.2695359Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:09:40.2695630Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:09:40.2695898Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:09:40.2696215Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:09:40.2696543Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:09:40.2696858Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:09:40.2697173Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:09:40.2697453Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:09:40.2697753Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:09:40.2698050Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:09:40.2698166Z 2026-02-10T10:13:20.1341883Z >>>>> 02/10/2026 10:13:20 The SaveDeviceDiagnosticInfo threw an exception during Issue18751(Android). 2026-02-10T10:13:20.1342394Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:13:20.1342745Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:13:20.1343122Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:13:20.1343790Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue18751(Android) 2026-02-10T10:13:20.1344106Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:13:20.1344411Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:13:20.1344742Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:13:20.1345093Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:13:20.1345291Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:13:20.1345540Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:13:20.1345884Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:13:20.1346270Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:13:20.1346637Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:13:20.1347032Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:13:20.1347338Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:13:20.1347628Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:13:20.1347943Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:13:20.1348297Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:13:20.1348476Z --TearDown 2026-02-10T10:13:20.1348711Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:13:20.1349018Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:13:20.1349259Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:13:20.1349490Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:13:20.7686862Z Failed Issue18751Test [3 m 40 s] 2026-02-10T10:13:20.7687245Z Error Message: 2026-02-10T10:13:20.7687503Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:13:20.7687711Z Stack Trace: 2026-02-10T10:13:20.7687888Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:13:20.7688109Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:13:20.7688302Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:13:20.7688497Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:13:20.7688709Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:13:20.7688975Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:13:20.7689557Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:13:20.7689825Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:13:20.7690094Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:13:20.7690327Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:13:20.7690576Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:13:20.7690813Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:13:20.7690916Z 2026-02-10T10:17:00.5908005Z >>>>> 02/10/2026 10:17:00 The SaveDeviceDiagnosticInfo threw an exception during Issue19338(Android). 2026-02-10T10:17:00.5908535Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:17:00.5909194Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:17:00.5909456Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:17:00.5909718Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19338(Android) 2026-02-10T10:17:00.5909969Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:17:00.5910225Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:17:00.5910449Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:17:00.5910667Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:17:00.5910866Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:17:00.5911067Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:17:00.5911281Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:17:00.5911716Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:17:00.5912038Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:17:00.5912310Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:17:00.5912573Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:17:00.5912819Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:17:00.5913064Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:17:00.5913308Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:17:00.5913602Z --TearDown 2026-02-10T10:17:00.5913838Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:17:00.5914332Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:17:00.5914705Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:17:00.5915063Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:17:01.2699827Z Failed HeaderAndFooterShouldBeVisible [3 m 40 s] 2026-02-10T10:17:01.2700265Z Error Message: 2026-02-10T10:17:01.2700611Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:17:01.2700834Z Stack Trace: 2026-02-10T10:17:01.2701001Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:17:01.2701259Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:17:01.2701458Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:17:01.2701882Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:17:01.2702401Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:17:01.2702669Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:17:01.2702935Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:17:01.2703202Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:17:01.2703472Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:17:01.2703713Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:17:01.2703960Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:17:01.2704195Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:17:01.2704286Z 2026-02-10T10:20:41.0539058Z >>>>> 02/10/2026 10:20:41 The SaveDeviceDiagnosticInfo threw an exception during Issue19379(Android). 2026-02-10T10:20:41.0539550Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:20:41.0539939Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:20:41.0540264Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:20:41.0540633Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19379(Android) 2026-02-10T10:20:41.0540992Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:20:41.0541243Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:20:41.0541469Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:20:41.0541872Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:20:41.0542320Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:20:41.0542523Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:20:41.0542739Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:20:41.0543091Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:20:41.0543429Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:20:41.0543696Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:20:41.0544046Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:20:41.0544329Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:20:41.0544693Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:20:41.0545121Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:20:41.0545364Z --TearDown 2026-02-10T10:20:41.0545644Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:20:41.0545992Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:20:41.0546364Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:20:41.0546724Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:20:41.7700878Z Failed UpdateCollectionViewHeaderTest [3 m 40 s] 2026-02-10T10:20:41.7701203Z Error Message: 2026-02-10T10:20:41.7701469Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:20:41.7701831Z Stack Trace: 2026-02-10T10:20:41.7702019Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:20:41.7702243Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:20:41.7702448Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:20:41.7702652Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:20:41.7702884Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:20:41.7703164Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:20:41.7703450Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:20:41.7703723Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:20:41.7704000Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:20:41.7704252Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:20:41.7704752Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:20:41.7704989Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:20:41.7705090Z 2026-02-10T10:24:21.4506651Z >>>>> 02/10/2026 10:24:21 The SaveDeviceDiagnosticInfo threw an exception during Issue19609(Android). 2026-02-10T10:24:21.4507152Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:24:21.4507488Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:24:21.4507878Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:24:21.4508248Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19609(Android) 2026-02-10T10:24:21.4508659Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:24:21.4509164Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:24:21.4509772Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:24:21.4510099Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:24:21.4510382Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:24:21.4510676Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:24:21.4510995Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:24:21.4511379Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:24:21.4511935Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:24:21.4512352Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:24:21.4512762Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:24:21.4513133Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:24:21.4513522Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:24:21.4513885Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:24:21.4514064Z --TearDown 2026-02-10T10:24:21.4514254Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:24:21.4514492Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:24:21.4514735Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:24:21.4514978Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:24:22.2701086Z Failed CanTapButtonOnEmptyView [3 m 40 s] 2026-02-10T10:24:22.2701296Z Error Message: 2026-02-10T10:24:22.2701757Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:24:22.2702384Z Stack Trace: 2026-02-10T10:24:22.2702559Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:24:22.2702776Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:24:22.2702973Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:24:22.2703168Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:24:22.2703381Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:24:22.2703646Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:24:22.2703914Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:24:22.2704185Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:24:22.2704520Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:24:22.2704755Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:24:22.2704994Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:24:22.2705229Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:24:22.2705330Z 2026-02-10T10:28:01.9320553Z >>>>> 02/10/2026 10:28:01 The SaveDeviceDiagnosticInfo threw an exception during Issue19803(Android). 2026-02-10T10:28:01.9320871Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:28:01.9321302Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:28:01.9321848Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:28:01.9322129Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue19803(Android) 2026-02-10T10:28:01.9322560Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:28:01.9322956Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:28:01.9323290Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:28:01.9323622Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:28:01.9323933Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:28:01.9324277Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:28:01.9324605Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:28:01.9325095Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:28:01.9325503Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:28:01.9326253Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:28:01.9326632Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:28:01.9326999Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:28:01.9327379Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:28:01.9327743Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:28:01.9327976Z --TearDown 2026-02-10T10:28:01.9328160Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:28:01.9328400Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:28:01.9328706Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:28:01.9329065Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:28:02.7702725Z Failed NoNREWhenChangingGridItemsLayout [3 m 40 s] 2026-02-10T10:28:02.7703081Z Error Message: 2026-02-10T10:28:02.7703308Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:28:02.7703525Z Stack Trace: 2026-02-10T10:28:02.7703699Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:28:02.7703951Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:28:02.7704150Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:28:02.7704348Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:28:02.7704578Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:28:02.7704843Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:28:02.7705116Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:28:02.7705377Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:28:02.7705643Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:28:02.7705886Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:28:02.7706134Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:28:02.7706367Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:28:02.7706467Z 2026-02-10T10:31:42.3992657Z >>>>> 02/10/2026 10:31:42 The SaveDeviceDiagnosticInfo threw an exception during Issue20294(Android). 2026-02-10T10:31:42.3993059Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:31:42.3993442Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:31:42.3994171Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:31:42.3994416Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20294(Android) 2026-02-10T10:31:42.3994674Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:31:42.3994915Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:31:42.3995133Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:31:42.3995349Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:31:42.3995547Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:31:42.3995741Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:31:42.3995951Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:31:42.3996278Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:31:42.3996698Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:31:42.3997072Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:31:42.3997474Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:31:42.3997835Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:31:42.3998082Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:31:42.3998318Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:31:42.3998484Z --TearDown 2026-02-10T10:31:42.3998664Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:31:42.3998895Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:31:42.3999136Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:31:42.3999371Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:31:43.2702566Z Failed ScrollToEndDoesntCrash [3 m 40 s] 2026-02-10T10:31:43.2702994Z Error Message: 2026-02-10T10:31:43.2703257Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:31:43.2703513Z Stack Trace: 2026-02-10T10:31:43.2703694Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:31:43.2703912Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:31:43.2704112Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:31:43.2704312Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:31:43.2704529Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:31:43.2705075Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:31:43.2705349Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:31:43.2705625Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:31:43.2705903Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:31:43.2706149Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:31:43.2706396Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:31:43.2706642Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:31:43.2706731Z 2026-02-10T10:35:22.8587459Z >>>>> 02/10/2026 10:35:22 The SaveDeviceDiagnosticInfo threw an exception during Issue20443(Android). 2026-02-10T10:35:22.8588345Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:35:22.8588730Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:35:22.8589160Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:35:22.8589559Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20443(Android) 2026-02-10T10:35:22.8589990Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:35:22.8590403Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:35:22.8590769Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:35:22.8591125Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:35:22.8591446Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:35:22.8591927Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:35:22.8592271Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:35:22.8592661Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:35:22.8593093Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:35:22.8594147Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:35:22.8594617Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:35:22.8595023Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:35:22.8595436Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:35:22.8595928Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:35:22.8596203Z --TearDown 2026-02-10T10:35:22.8596496Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:35:22.8596887Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:35:22.8597294Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:35:22.8597673Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:35:23.7708168Z Failed RefreshShouldNotChangeSize [3 m 40 s] 2026-02-10T10:35:23.7708618Z Error Message: 2026-02-10T10:35:23.7708834Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:35:23.7709081Z Stack Trace: 2026-02-10T10:35:23.7709249Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:35:23.7709450Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:35:23.7709920Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:35:23.7710110Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:35:23.7710312Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:35:23.7710559Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:35:23.7710807Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:35:23.7711060Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:35:23.7711321Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:35:23.7711751Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:35:23.7712003Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:35:23.7712233Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:35:23.7712319Z 2026-02-10T10:39:03.2362548Z >>>>> 02/10/2026 10:39:03 The SaveDeviceDiagnosticInfo threw an exception during Issue20842(Android). 2026-02-10T10:39:03.2363044Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:39:03.2363240Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:39:03.2363465Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:39:03.2363665Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue20842(Android) 2026-02-10T10:39:03.2363866Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:39:03.2364066Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:39:03.2364248Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:39:03.2364656Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:39:03.2364821Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:39:03.2364984Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:39:03.2365161Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:39:03.2365362Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:39:03.2365580Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:39:03.2365806Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:39:03.2366025Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:39:03.2366299Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:39:03.2366596Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:39:03.2366903Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:39:03.2367044Z --TearDown 2026-02-10T10:39:03.2367200Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:39:03.2367407Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:39:03.2367707Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:39:03.2368046Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:39:04.2704129Z Failed VerifyCollectionViewItemsAfterScrolling [3 m 40 s] 2026-02-10T10:39:04.2704813Z Error Message: 2026-02-10T10:39:04.2705146Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:39:04.2705350Z Stack Trace: 2026-02-10T10:39:04.2705515Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:39:04.2705705Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:39:04.2705901Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:39:04.2706079Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:39:04.2706272Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:39:04.2706513Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:39:04.2706761Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:39:04.2706996Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:39:04.2707237Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:39:04.2707707Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:39:04.2707923Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:39:04.2708135Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:39:04.2708214Z 2026-02-10T10:42:43.6717369Z >>>>> 02/10/2026 10:42:43 The SaveDeviceDiagnosticInfo threw an exception during Issue21375(Android). 2026-02-10T10:42:43.6717950Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:42:43.6718319Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:42:43.6718762Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:42:43.6719140Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21375(Android) 2026-02-10T10:42:43.6719529Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:42:43.6720149Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:42:43.6720513Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:42:43.6720869Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:42:43.6721192Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:42:43.6721624Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:42:43.6721978Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:42:43.6722369Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:42:43.6722796Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:42:43.6723217Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:42:43.6723640Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:42:43.6724144Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:42:43.6724560Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:42:43.6724954Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:42:43.6725235Z --TearDown 2026-02-10T10:42:43.6725539Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:42:43.6725922Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:42:43.6726334Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:42:43.6726725Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:42:44.7716428Z Failed SelectedItemsShowSelected [3 m 40 s] 2026-02-10T10:42:44.7716738Z Error Message: 2026-02-10T10:42:44.7717037Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:42:44.7717282Z Stack Trace: 2026-02-10T10:42:44.7717457Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:42:44.7717685Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:42:44.7717884Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:42:44.7718090Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:42:44.7718315Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:42:44.7718629Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:42:44.7718906Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:42:44.7719516Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:42:44.7719778Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:42:44.7720025Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:42:44.7720271Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:42:44.7720502Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:42:44.7720597Z 2026-02-10T10:46:24.0990492Z >>>>> 02/10/2026 10:46:24 The SaveDeviceDiagnosticInfo threw an exception during Issue21728(Android). 2026-02-10T10:46:24.0990947Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:46:24.0991165Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:46:24.0991405Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:46:24.0991886Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21728(Android) 2026-02-10T10:46:24.0992119Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:46:24.0992351Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:46:24.0992549Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:46:24.0992751Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:46:24.0992931Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:46:24.0993112Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:46:24.0993305Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:46:24.0993527Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:46:24.0994206Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:46:24.0994468Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:46:24.0994781Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:46:24.0995196Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:46:24.0995541Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:46:24.0995885Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:46:24.0996233Z --TearDown 2026-02-10T10:46:24.0996417Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:46:24.0996688Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:46:24.0997111Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:46:24.0997338Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:46:25.2720395Z Failed CollectionViewSingleItemAlignmentWithFooter [3 m 40 s] 2026-02-10T10:46:25.2720646Z Error Message: 2026-02-10T10:46:25.2720865Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:46:25.2721091Z Stack Trace: 2026-02-10T10:46:25.2721262Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:46:25.2721466Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:46:25.2721870Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:46:25.2722066Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:46:25.2722278Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:46:25.2722535Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:46:25.2722792Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:46:25.2723050Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:46:25.2723395Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:46:25.2723629Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:46:25.2723862Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:46:25.2724078Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:46:25.2724164Z 2026-02-10T10:50:04.4974527Z >>>>> 02/10/2026 10:50:04 The SaveDeviceDiagnosticInfo threw an exception during Issue21967(Android). 2026-02-10T10:50:04.4975301Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:50:04.4975508Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:50:04.4975741Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:50:04.4975965Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue21967(Android) 2026-02-10T10:50:04.4976184Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:50:04.4976400Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:50:04.4976602Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:50:04.4976871Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:50:04.4977112Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:50:04.4977360Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:50:04.4977762Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:50:04.4978163Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:50:04.4978507Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:50:04.4978930Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:50:04.4979296Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:50:04.4979584Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:50:04.4979877Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:50:04.4980097Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:50:04.4980264Z --TearDown 2026-02-10T10:50:04.4980437Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:50:04.4980667Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:50:04.4980890Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:50:04.4981108Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:50:05.7734647Z Failed CollectionViewFirstItemCorrectlySetsTheMeasure [3 m 40 s] 2026-02-10T10:50:05.7734993Z Error Message: 2026-02-10T10:50:05.7735197Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:50:05.7735408Z Stack Trace: 2026-02-10T10:50:05.7735594Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:50:05.7735803Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:50:05.7736300Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:50:05.7736484Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:50:05.7736691Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:50:05.7736945Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:50:05.7737197Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:50:05.7737456Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:50:05.7737713Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:50:05.7737938Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:50:05.7738178Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:50:05.7738469Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:50:05.7738562Z 2026-02-10T10:50:05.7738712Z Failed CollectionViewItemsResizeWhenContraintsOnCollectionViewChange [3 m 40 s] 2026-02-10T10:50:05.7738871Z Error Message: 2026-02-10T10:50:05.7739075Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:50:05.7739375Z Stack Trace: 2026-02-10T10:50:05.7739542Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:50:05.7739748Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:50:05.7739934Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:50:05.7740121Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:50:05.7740319Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:50:05.7740557Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:50:05.7740815Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:50:05.7741052Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:50:05.7741294Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:50:05.7741697Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:50:05.7741935Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:50:05.7742140Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:50:05.7742214Z 2026-02-10T10:50:05.7742345Z Failed CollectionViewWorksWhenRotatingDevice [3 m 40 s] 2026-02-10T10:50:05.7742480Z Error Message: 2026-02-10T10:50:05.7742668Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:50:05.7742898Z Stack Trace: 2026-02-10T10:50:05.7743061Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:50:05.7743254Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:50:05.7743439Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:50:05.7743616Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:50:05.7743815Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:50:05.7744039Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:50:05.7744281Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:50:05.7744525Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:50:05.7744777Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:50:05.7745019Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:50:05.7745234Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:50:05.7745441Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:50:05.7745517Z 2026-02-10T10:53:44.8938663Z >>>>> 02/10/2026 10:53:44 The SaveDeviceDiagnosticInfo threw an exception during Issue22104(Android). 2026-02-10T10:53:44.8939209Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:53:44.8939472Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:53:44.8939869Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:53:44.8940232Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22104(Android) 2026-02-10T10:53:44.8940585Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:53:44.8940950Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:53:44.8941273Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:53:44.8941808Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:53:44.8942114Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:53:44.8942414Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:53:44.8942732Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:53:44.8943097Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:53:44.8943496Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:53:44.8943909Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:53:44.8944619Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:53:44.8944994Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:53:44.8945390Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:53:44.8945756Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:53:44.8946138Z --TearDown 2026-02-10T10:53:44.8946413Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:53:44.8946825Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:53:44.8947125Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:53:44.8947464Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:53:46.2734428Z Failed VerifyCollectionViewVisualState [3 m 40 s] 2026-02-10T10:53:46.2734703Z Error Message: 2026-02-10T10:53:46.2734938Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:53:46.2735162Z Stack Trace: 2026-02-10T10:53:46.2735343Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:53:46.2735593Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:53:46.2735808Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:53:46.2736007Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:53:46.2736222Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:53:46.2736504Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:53:46.2736771Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:53:46.2737037Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:53:46.2737307Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:53:46.2737550Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:53:46.2737797Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:53:46.2738039Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:53:46.2738128Z 2026-02-10T10:57:25.3197987Z >>>>> 02/10/2026 10:57:25 The SaveDeviceDiagnosticInfo threw an exception during Issue22320(Android). 2026-02-10T10:57:25.3198482Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T10:57:25.3198796Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:57:25.3199403Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T10:57:25.3199736Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22320(Android) 2026-02-10T10:57:25.3200058Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:57:25.3200376Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T10:57:25.3200645Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:57:25.3200926Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:57:25.3201171Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:57:25.3201715Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:57:25.3201988Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:57:25.3202302Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:57:25.3203027Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:57:25.3203528Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:57:25.3203852Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:57:25.3204154Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:57:25.3204473Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:57:25.3204716Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:57:25.3204873Z --TearDown 2026-02-10T10:57:25.3205100Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T10:57:25.3205407Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T10:57:25.3205709Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:57:25.3205911Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:57:26.7738767Z Failed SelectionShouldNotMovedToTopWithGroupedCollection [3 m 40 s] 2026-02-10T10:57:26.7739100Z Error Message: 2026-02-10T10:57:26.7739269Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T10:57:26.7739484Z Stack Trace: 2026-02-10T10:57:26.7739625Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T10:57:26.7739804Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T10:57:26.7739965Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T10:57:26.7740120Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T10:57:26.7740295Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T10:57:26.7740741Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T10:57:26.7740947Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T10:57:26.7741155Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T10:57:26.7741358Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T10:57:26.7741778Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T10:57:26.7742156Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T10:57:26.7742351Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T10:57:26.7742421Z 2026-02-10T11:01:05.7039586Z >>>>> 02/10/2026 11:01:05 The SaveDeviceDiagnosticInfo threw an exception during Issue22467(Android). 2026-02-10T11:01:05.7040259Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:01:05.7040584Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:01:05.7041230Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:01:05.7041835Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22467(Android) 2026-02-10T11:01:05.7042809Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:01:05.7043228Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:01:05.7043534Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:01:05.7043844Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:01:05.7044113Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:01:05.7044384Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:01:05.7044679Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:01:05.7045041Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:01:05.7045415Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:01:05.7045781Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:01:05.7046152Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:01:05.7046482Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:01:05.7046812Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:01:05.7047198Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:01:05.7047649Z --TearDown 2026-02-10T11:01:05.7047915Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:01:05.7048248Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:01:05.7048607Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:01:05.7048957Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:01:05.7738336Z Failed CollectionViewSelectedItemBackgroundShouldPersistAfterModalNavigation [3 m 40 s] 2026-02-10T11:01:05.7738669Z Error Message: 2026-02-10T11:01:05.7738926Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:01:05.7739128Z Stack Trace: 2026-02-10T11:01:05.7739262Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:01:05.7739428Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:01:05.7739861Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:01:05.7740011Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:01:05.7740175Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:01:05.7740381Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:01:05.7740587Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:01:05.7740795Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:01:05.7741001Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:01:05.7741189Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:01:05.7741377Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:01:05.7741686Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:01:05.7741769Z 2026-02-10T11:04:46.0705602Z >>>>> 02/10/2026 11:04:46 The SaveDeviceDiagnosticInfo threw an exception during Issue22674(Android). 2026-02-10T11:04:46.0706080Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:04:46.0706375Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:04:46.0706773Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:04:46.0706975Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue22674(Android) 2026-02-10T11:04:46.0707175Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:04:46.0707376Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:04:46.0707559Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:04:46.0708044Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:04:46.0708270Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:04:46.0708433Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:04:46.0708610Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:04:46.0708813Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:04:46.0709086Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:04:46.0709418Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:04:46.0709740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:04:46.0710008Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:04:46.0710503Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:04:46.0710827Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:04:46.0711037Z --TearDown 2026-02-10T11:04:46.0711256Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:04:46.0711455Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:04:46.0711826Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:04:46.0712027Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:04:46.2751331Z Failed RemoveItemWhenSelectionChanged [3 m 40 s] 2026-02-10T11:04:46.2751917Z Error Message: 2026-02-10T11:04:46.2752112Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:04:46.2752291Z Stack Trace: 2026-02-10T11:04:46.2752435Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:04:46.2752615Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:04:46.2752814Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:04:46.2752987Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:04:46.2753171Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:04:46.2753417Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:04:46.2753647Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:04:46.2753880Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:04:46.2754109Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:04:46.2754607Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:04:46.2754809Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:04:46.2755007Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:04:46.2755081Z 2026-02-10T11:08:26.4393358Z >>>>> 02/10/2026 11:08:26 The SaveDeviceDiagnosticInfo threw an exception during Issue23702(Android). 2026-02-10T11:08:26.4393611Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:08:26.4393885Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:08:26.4394168Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:08:26.4394472Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23702(Android) 2026-02-10T11:08:26.4394760Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:08:26.4395375Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:08:26.4395543Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:08:26.4395706Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:08:26.4395858Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:08:26.4396004Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:08:26.4396171Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:08:26.4396359Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:08:26.4396565Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:08:26.4396768Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:08:26.4396968Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:08:26.4397150Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:08:26.4397341Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:08:26.4397521Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:08:26.4397658Z --TearDown 2026-02-10T11:08:26.4397861Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:08:26.4398115Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:08:26.4398399Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:08:26.4398662Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:08:26.7761978Z Failed CollectionViewItemsShouldResizeWhenWidthDecreases [3 m 40 s] 2026-02-10T11:08:26.7762199Z Error Message: 2026-02-10T11:08:26.7762414Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:08:26.7762724Z Stack Trace: 2026-02-10T11:08:26.7762972Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:08:26.7763211Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:08:26.7763407Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:08:26.7763602Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:08:26.7763802Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:08:26.7764066Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:08:26.7764307Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:08:26.7764864Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:08:26.7765118Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:08:26.7765342Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:08:26.7765573Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:08:26.7765787Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:08:26.7765877Z 2026-02-10T11:12:06.8022722Z >>>>> 02/10/2026 11:12:06 The SaveDeviceDiagnosticInfo threw an exception during Issue23868(Android). 2026-02-10T11:12:06.8023245Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:12:06.8023557Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:12:06.8023894Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:12:06.8024222Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue23868(Android) 2026-02-10T11:12:06.8024543Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:12:06.8024873Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:12:06.8025162Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:12:06.8025452Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:12:06.8025705Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:12:06.8025957Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:12:06.8026231Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:12:06.8026552Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:12:06.8027135Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:12:06.8027486Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:12:06.8027838Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:12:06.8028157Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:12:06.8028484Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:12:06.8028801Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:12:06.8029026Z --TearDown 2026-02-10T11:12:06.8029268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:12:06.8029570Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:12:06.8029973Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:12:06.8030292Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:12:07.2769967Z Failed CollectionViewWithHeaderAndRefreshViewShouldNotCrashOnPullToRefresh [3 m 40 s] 2026-02-10T11:12:07.2770372Z Error Message: 2026-02-10T11:12:07.2770609Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:12:07.2770845Z Stack Trace: 2026-02-10T11:12:07.2771036Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:12:07.2771278Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:12:07.2771692Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:12:07.2771920Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:12:07.2772145Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:12:07.2772424Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:12:07.2772697Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:12:07.2772978Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:12:07.2773219Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:12:07.2773472Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:12:07.2773731Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:12:07.2773981Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:12:07.2774076Z 2026-02-10T11:15:47.1332653Z >>>>> 02/10/2026 11:15:47 The SaveDeviceDiagnosticInfo threw an exception during Issue25181(Android). 2026-02-10T11:15:47.1333327Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:15:47.1333616Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:15:47.1333953Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:15:47.1334261Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25181(Android) 2026-02-10T11:15:47.1334575Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:15:47.1334888Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:15:47.1335163Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:15:47.1335443Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:15:47.1335691Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:15:47.1336027Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:15:47.1336303Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:15:47.1336631Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:15:47.1336984Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:15:47.1337338Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:15:47.1337685Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:15:47.1337998Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:15:47.1338323Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:15:47.1338639Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:15:47.1338860Z --TearDown 2026-02-10T11:15:47.1339089Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:15:47.1339400Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:15:47.1339726Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:15:47.1340036Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:15:47.7776129Z Failed SingleItemAlignmentInCollectionViewHorizontalGridLayout [3 m 40 s] 2026-02-10T11:15:47.7776415Z Error Message: 2026-02-10T11:15:47.7776604Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:15:47.7776779Z Stack Trace: 2026-02-10T11:15:47.7776921Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:15:47.7777094Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:15:47.7777539Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:15:47.7777698Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:15:47.7777876Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:15:47.7778102Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:15:47.7778313Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:15:47.7778528Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:15:47.7778740Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:15:47.7778934Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:15:47.7779132Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:15:47.7779389Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:15:47.7779459Z 2026-02-10T11:19:27.5043980Z >>>>> 02/10/2026 11:19:27 The SaveDeviceDiagnosticInfo threw an exception during Issue25191(Android). 2026-02-10T11:19:27.5044385Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:19:27.5044723Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:19:27.5044925Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:19:27.5045142Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25191(Android) 2026-02-10T11:19:27.5045333Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:19:27.5045535Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:19:27.5045702Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:19:27.5045892Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:19:27.5046104Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:19:27.5046327Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:19:27.5046565Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:19:27.5046852Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:19:27.5047161Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:19:27.5047466Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:19:27.5047771Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:19:27.5048044Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:19:27.5048575Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:19:27.5048851Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:19:27.5049052Z --TearDown 2026-02-10T11:19:27.5049268Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:19:27.5049534Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:19:27.5049820Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:19:27.5050115Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:19:28.2782478Z Failed CollectionViewMeasureFirstItem [3 m 40 s] 2026-02-10T11:19:28.2782754Z Error Message: 2026-02-10T11:19:28.2782939Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:19:28.2783409Z Stack Trace: 2026-02-10T11:19:28.2783541Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:19:28.2783708Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:19:28.2783861Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:19:28.2784011Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:19:28.2784175Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:19:28.2784386Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:19:28.2784592Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:19:28.2784801Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:19:28.2785002Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:19:28.2785187Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:19:28.2785373Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:19:28.2785555Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:19:28.2785630Z 2026-02-10T11:23:07.8610059Z >>>>> 02/10/2026 11:23:07 The SaveDeviceDiagnosticInfo threw an exception during Issue25224(Android). 2026-02-10T11:23:07.8610421Z Exception details: System.InvalidOperationException: Call InitialSetup before accessing the App property. 2026-02-10T11:23:07.8610624Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:23:07.8610821Z at UITest.Appium.NUnit.UITestBase.SaveDeviceDiagnosticInfo(String note, Boolean storeForReattachment) in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 175 2026-02-10T11:23:07.8611007Z TearDown failed for test fixture Microsoft.Maui.TestCases.Tests.Issues.Issue25224(Android) 2026-02-10T11:23:07.8611274Z OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:23:07.8611948Z TearDown : System.InvalidOperationException : Call InitialSetup before accessing the App property. 2026-02-10T11:23:07.8612158Z StackTrace: at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:23:07.8612411Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:23:07.8612664Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:23:07.8612890Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:23:07.8613142Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:23:07.8613548Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:23:07.8613916Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:23:07.8614242Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:23:07.8614545Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:23:07.8614734Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:23:07.8615029Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:23:07.8615211Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:23:07.8615346Z --TearDown 2026-02-10T11:23:07.8615496Z at UITest.Appium.NUnit.UITestContextBase.get_App() in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 32 2026-02-10T11:23:07.8615674Z at UITest.Appium.NUnit.UITestBase.OneTimeTearDown() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 164 2026-02-10T11:23:07.8615863Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:23:07.8616049Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:23:08.7788102Z Failed CollectionViewEmptyViewDefaultTemplateShouldNotCrashOnDisplay [3 m 40 s] 2026-02-10T11:23:08.7788508Z Error Message: 2026-02-10T11:23:08.7788735Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:23:08.7788936Z Stack Trace: 2026-02-10T11:23:08.7789083Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:23:08.7789266Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:23:08.7789447Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:23:08.7789609Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:23:08.7789787Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:23:08.7790011Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:23:08.7790230Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:23:08.7790701Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:23:08.7790921Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:23:08.7791125Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:23:08.7791334Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:23:08.7791804Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:23:08.7791900Z 2026-02-10T11:23:08.7792032Z Failed CollectionViewEmptyViewOtherTemplateShouldNotCrashOnDisplay [3 m 40 s] 2026-02-10T11:23:08.7792176Z Error Message: 2026-02-10T11:23:08.7792356Z OneTimeSetUp: OpenQA.Selenium.UnknownErrorException : An unknown server-side error occurred while processing the command. Original error: Could not find a connected Android device in 20000ms 2026-02-10T11:23:08.7792532Z Stack Trace: 2026-02-10T11:23:08.7792766Z at OpenQA.Selenium.WebDriver.UnpackAndThrowOnError(Response errorResponse, String commandToExecute) 2026-02-10T11:23:08.7792939Z at OpenQA.Selenium.WebDriver.ExecuteAsync(String driverCommandToExecute, Dictionary`2 parameters) 2026-02-10T11:23:08.7793104Z at OpenQA.Selenium.WebDriver.StartSession(ICapabilities capabilities) 2026-02-10T11:23:08.7793265Z at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) 2026-02-10T11:23:08.7793441Z at OpenQA.Selenium.Appium.AppiumDriver..ctor(ICommandExecutor commandExecutor, ICapabilities appiumOptions) 2026-02-10T11:23:08.7793655Z at UITest.Appium.AppiumAndroidApp.CreateAndroidApp(Uri remoteAddress, IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumAndroidApp.cs:line 23 2026-02-10T11:23:08.7793873Z at UITest.Appium.AppiumServerContext.CreateUIClientContext(IConfig config) in /_/src/TestUtils/src/UITest.Appium/AppiumServerContext.cs:line 42 2026-02-10T11:23:08.7794093Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context, Boolean reset) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 77 2026-02-10T11:23:08.7794316Z at UITest.Appium.NUnit.UITestContextBase.InitialSetup(IServerContext context) in /_/src/TestUtils/src/UITest.NUnit/UITestContextBase.cs:line 55 2026-02-10T11:23:08.7794515Z at UITest.Appium.NUnit.UITestBase.OneTimeSetup() in /_/src/TestUtils/src/UITest.NUnit/UITestBase.cs:line 135 2026-02-10T11:23:08.7794718Z at System.RuntimeMethodHandle.InvokeMethod(ObjectHandleOnStack target, Void** arguments, ObjectHandleOnStack sig, BOOL isConstructor, ObjectHandleOnStack result) 2026-02-10T11:23:08.7794909Z at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) 2026-02-10T11:23:08.7794983Z 2026-02-10T11:25:14.6627384Z ##[error]The Operation will be canceled. The next steps may not contain expected logs. 2026-02-10T11:25:14.6702637Z ##[error]The operation was canceled. 2026-02-10T11:25:14.6705402Z ##[section]Async Command Start: Update Build Number 2026-02-10T11:25:14.6706038Z Update build number to 10.0.40-ci+pr.33953.azdo.1287254 for build 1287254 2026-02-10T11:25:14.6706138Z ##[section]Async Command End: Update Build Number 2026-02-10T11:25:14.6706665Z ##[section]Async Command Start: Update Build Number 2026-02-10T11:25:14.6706830Z Update build number to 10.0.40-ci+pr.33953.azdo.1287254 for build 1287254 2026-02-10T11:25:14.6706938Z ##[section]Async Command End: Update Build Number 2026-02-10T11:25:14.6707484Z ##[section]Async Command Start: Update Build Number 2026-02-10T11:25:14.6707634Z Update build number to 10.0.40-ci+pr.33953.azdo.1287254 for build 1287254 2026-02-10T11:25:14.6707735Z ##[section]Async Command End: Update Build Number 2026-02-10T11:25:14.6708328Z ##[section]Async Command Start: Update Build Number 2026-02-10T11:25:14.6708478Z Update build number to 10.0.40-ci+pr.33953.azdo.1287254 for build 1287254 2026-02-10T11:25:14.6708574Z ##[section]Async Command End: Update Build Number 2026-02-10T11:25:14.6709147Z ##[section]Finishing: Controls (API 30) CollectionView