Search code examples
appiumselenium-chromedriverperformance-testingmobile-chrome

--enable-precise-memory-info is not working on Mobile Chrome


Under the:

 chrome://flags

I didn't find

--enable-precise-memory-info

Trying to run with:

ChromeOptions options = new ChromeOptions();
options.AddArguments("--enable-precise-memory-info");

also had no success, values are rounded.

Is it even possible?

Let me know if you need more details on this issue

Note: it's not about desktop, mobile chrome browse only!


Solution

  • Currently an Appium 1.7.1 issue.

    Follow fix progress here: https://github.com/appium/appium/issues/9838