kruttika
9 years agoOccasional Contributor
Unable to find the object Confirm.
Unable to find the object Confirm. | |
Case Description: | I am using the Confirm object used for confirmation messages. I want to Click on the OK Button, but it give me an error as "Unable to find the object Confirm. See Additional Information for details." The example for the click confirmation message in Test complete documentation works fine on IExplorer and Firefox but not on chrome. Need an urgent help as its blocking the further processes. the piece of code used is as follows var Page=Sys.Browser("*").Page("*"); var Travel_Cost_Input = Page.QuerySelector('#service_cost_input'); Travel_Cost_Input.Click(); Page.Wait(); Page.Confirm.Button("OK").Click(); |