Tests.AppiumTestsVSUnit.SetupStartingPage C# (CSharp) Method

SetupStartingPage() private method

private SetupStartingPage ( ) : void
return void
        public void SetupStartingPage()
        {
            // TODO: Update Appium connection configuration and reenable this code
            //Type driverType = this.TestObject.AppiumDriver.GetType();
            //if (driverType == typeof(IOSDriver))
            //{
            //    startingPage = new IOSLoginPageModel(this.TestObject);
            //}
            //else if (driverType == typeof(AndroidDriver))
            //{
            //    startingPage = new AndroidLoginPageModel(this.TestObject);
            //}
            //else
            //{
            //    throw new NotSupportedException($"This OS type: {driverType} is not supported.");
            //}
        }