Not able to see the xml source/any information while inspecting windows subsytem for Android .
Hi Team ,
I was trying to automate windows subsytem for android but on developer page while inspecting the elements i cannot see anything in inspect.exe . Can you help me understand why is it ? and how will i be able to automate it.
Attaching here the sreenshot

LisaAga Why do you need to work with this page? It is not a good solution to work with it via UI, you can change the value via registry.
@Shakevg : I need to enable this for some testing purpose i cant disclose . Can you help me to where is the registry and how can i automate it ?
LisaAga Enable Developer Mode in Windows settings (configure via UI or use command bellow):
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
@Shakevg : Thank you for the comment but this command is not working for Windows Subsystem for android . Can you help is it some different path that needs to be passed in the command . Also in the below screenshot you can see on enabling developer mode a link manage developer settings get enabled now i want to click on it thru automation but i cant as no info is seen in inspect element . can you help me here on how can i do it ?

LisaAga You should find the correct path when comparing 2 registry files (before enabling development mode and after). https://superuser.com/questions/79566/whats-the-easiest-and-fastest-way-to-compare-2-registry-files
@Shakevg : Can you help me to understand where should i find the registry key in my machine ? nothing changes here this path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock on enabling developer mode from UI .
LisaAga You should find what registry key changed on your Windows Subsystem for android. I proposed that you save the entire registry's initial backup before changing development mode and after. Compare it and find the key that was changed - it will require the registry key. You can find methods to that by the link above.
@Shakevg : Thank you for the input but i tried the above process but i couldn't find any changes in registry on enabling the developer mode on in Window Subsytem for android.
Is there a possibility that the changes are not made in registry for it?
@LisaAga What is the Windows version on your device? Could you try the next steps manually https://techcult.com/enable-or-disable-developer-mode-in-windows-10/