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

Clonequy

Пользователь
Регистрация
14.01.2025
Сообщения
49
Благодарностей
3
Баллы
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

Пользователь
Регистрация
14.01.2025
Сообщения
49
Благодарностей
3
Баллы
8
Can I help me????
 

nvrskozzy

Client
Регистрация
11.07.2025
Сообщения
273
Благодарностей
23
Баллы
18
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
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)