const session = await page.target().createCDPSession();
await session.send(‘DeviceOrientation.setDeviceOrientationOverride’,{
alpha:alpha,
beta:beta,
gamma:gamma,
});
When the gamma >90,screen should be change into landscape mode,but the orientationChanged listener not callback