Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to keep the current screen brightness after starting wda. Is this possible? Currently, wda does not run after opening it, and the screen will automatically dim after a while. #902

Open
18002138971 opened this issue May 14, 2024 · 5 comments

Comments

@18002138971
Copy link

I want to keep the current screen brightness after starting wda. Is this possible? Currently, wda does not run after opening it, and the screen will automatically dim after a while.

@KazuCocoa
Copy link
Member

Does it mean the brightness value in Settings -> Display & Brightness? Or "Automation Running Hold both volume buttons to stop" and grey overlay thing? The grey overlay is iOS's limitation so it's not possible to avoid.

For the brightness option, I don't know UI Automation something could affect the value. You may be able to disable the automatic adjustment from settings -> accessibility -> display & text size -> turn auto-brightness off.

@18002138971
Copy link
Author

I think this is when WDA itself has no Ui operation, it is in the background state, and is subject to the system power settings, which will cause its own interface to darken and become a gray interface. So can I solve this problem by keeping it active in the foreground?

@KazuCocoa
Copy link
Member

Have you tried the below?

settings -> accessibility -> display & text size -> turn auto-brightness off.

So can I solve this problem by keeping it active in the foreground?

I don't know. I haven't tried, but the foreground means the black screen by WDA keeps on the top.

@18002138971
Copy link
Author

18002138971 commented May 16, 2024

settings -> accessibility -> display & text size -> turn auto-brightness off.
I tried it but it didn't work.
and I needed to test the system's automatic brightness function, so I wanted to avoid the impact caused by the wda page. Can't turn off auto-brightness

@KazuCocoa
Copy link
Member

Then, I have no idea. It possibly depends on iOS internal handling so Apps like WDA may not be controllable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants