Automobile.Mobile.Framework.UnitTests.Helpers.MobileDeviceDummy.TakeScreenshot C# (CSharp) Method

TakeScreenshot() public method

public TakeScreenshot ( ) : byte[]
return byte[]
        public override byte[] TakeScreenshot()
        {
            Screenshot = true;
            return null;
        }