Elements detected as WebView instead of native elements – how to fix?

Clonequy

Пользователь
Joined
Jan 14, 2025
Messages
49
Reaction score
3
Points
8
Why is it that sometimes when I try to get an element, it shows WebView, but other times it shows the element itself? How can I fix it so that it doesn’t show WebView anymore? I’m not very familiar with mobile.
136640
136641
 

Clonequy

Пользователь
Joined
Jan 14, 2025
Messages
49
Reaction score
3
Points
8
Can I help me????
 

nvrskozzy

Client
Joined
Jul 11, 2025
Messages
271
Reaction score
27
Points
28
I have same problem, some browser can fix by
var settings = new {
WebViewVisible = true
};
var json = Global.ZennoLab.Json.JsonConvert.SerializeObject(settings);
instance.DroidInstance.Settings.SetLSPosedSettings(json);
or appium settings green brick, but some browsers can't. If all android no have tree of elements, not only browser, maybe need reset phone, before I had problem with elements even in all android apps, fix after reset factory
 

Users Who Are Viewing This Thread (Total: 2, Members: 0, Guests: 2)