How to change the font in android settings using Robotium?
问题 Can I change font size from medium to large or tiny in Android Settings via Robotium? If so, how? Thanks! 回答1: I'm certainly sure that Robotium doesn't provide this feature. Robotium is an instrumentation test framework, which is close to your app's UI , so if your app doesn't provide this feature in its own interface, Robotium won't do it. Although, lately I'd read about Google's UI test framework uiautomator and it seems to have this feature. To prove that assumption read this Android: