LeanFT C# automation; Clicking on a wpf button control throwing exception
问题 Getting HP.LFT.SDK.GeneralReplayException: One or more specified arguments are not valid , while trying to click on a wpf button (using LeanFT with C# integrated in Visual Studio 2015 ) Given the code below: // Identify the "LicensingButton" button var LicensingButton = objAdminApplicationModel.wnd_Adminstration.Describe<IButton>(new ButtonDescription { Text = @"Licensing", ObjectName = @"Licensing" }); // Click the Licensing button. LicensingButton.Click(); But I am getting below exception