Closed mrjay59 closed 1 year ago
@yungd1plomat
There could be many reasons. Please provide xml from the DumpScreenString method:
var client = new AdbClient();
var device = client.GetDevices().First();
var screen = client.DumpScreenString(device);
await File.WriteAllTextAsync("node.xml", screen);
oke sir
Describe the bug
I always find this bug when searching for elements
for the device
how to solve it if node is null
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
Latest Source
.NET Platform
.NET Framework 4.5.x
Platform type
Windows
System version
windows 10
IDE
Visual Studio 2015
Additional context
No response