Copy link to clipboard
Copied
Hi All?
I am automating test case and I need to enable CPU nad GPU preview one by one through jsx. Is there any way to do it ? Your inputs woyld be beneficial .
Thanks in Advance !!!
I have got the answer - app.preferences.getBooleanPreference('Performance/EnableGPU_Ver19_2');
app.preferences.setBooleanPreference('Performance/EnableGPU_Ver19_2', true);
Copy link to clipboard
Copied
I have got the answer - app.preferences.getBooleanPreference('Performance/EnableGPU_Ver19_2');
app.preferences.setBooleanPreference('Performance/EnableGPU_Ver19_2', true);