-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I always find this bug when searching for elements
Dim Elspgsuara = Adb.FindElement("//node[@text='Mulai panggilan suara?']") how to solve it if node is null
Steps to reproduce the bug
Dim elEndC = Adb.FindElement($"//node[@resource-id='com.{whatsapp}:id/footer_end_call_btn']")
If (elEndC Is Nothing) Then
Dim Elspgsuara = Adb.FindElement("//node[@text='Mulai panggilan suara?']") 'bar ic VOICE
If Not (Elspgsuara Is Nothing) Then
Thread.Sleep(500)
KlikTouch("PAG", whatsapp)
End If
Dim Elstpaggil = Adb.FindElement("//node[@text='Pilih tipe panggilan']") 'bar ic VOICE
If Not (Elstpaggil Is Nothing) Then
Thread.Sleep(500)
KlikTouch("PS1", whatsapp)
End If
End IfExpected 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
