ContributionsMost RecentMost LikesSolutionsAppium server details One of the settings to start mobile testing is In the Server URL text box, enter the URL address of your Appium server. I installed Appium in my local machine. How to get the URL of the appium server. SolvedRe: Server details of test complete ha ha.. its not what i am testing. This question came up in one of my meeting with another team and they just want to know the details. Server details of test complete How do we know the what OS it's running (what windows version)? hostname of the test complete application SolvedRe: Script failue as test compete searching for an object in the if statement and didn't find it I got this error- Unable to find the following object when executing the VisibleOnScreen command: Aliases.Device.Process_ionicframework_newpnm295021.RootLayout.WebView_orgapachecordovaengineSystem.HomePage.CustomerAccount.CustomerAccountSearch. Script failue as test compete searching for an object in the if statement and didn't find it function Unit12() { if(Aliases.Device.Process_ionicframework_newpnm295021.RootLayout.WebView_orgapachecordovaengineSystem.HomePage.CustomerAccount.CustomerAccountSearch.CustomerAccountSearch.SearchBYIPV4.SearchBYIPV4.VisibleOnScreen) { Log.Message(aa) } else { KeywordTests.TS01_BackButton.Run(); } } Can anyone help me to understand - Why my above code is searching the object in the if statement? during playback I am getting message waiting for the object..Preparing an object recognition hint.. SolvedTest complete multiple user If we install test complete in a remote machine. and I have node license to test complete. Can multiple user access test complete on the same remote machine? SolvedRe: Object browser is showing different button This button problem is resolve but I have similar issue and the issue is same but instead of button it is Textbox. and I am not able to solve the issue by the above solution as those textbox fields don't have contentText property defined. Here name mapping showing correct picture of the textbox but when I am opening this in object browser, it is showing different textbox field and I am not abole to add more properties that are different. See the attached screenshot. name.png showing correct textbox. but when I am opening object browser it is different field. Re: locking my local computer stops test execution in VM machine I am having the same issue. In my case both are windows 10. getting same error. Object browser is showing different button See the screnshot of the applocation. I want to click on OK button but it is failing. When verified that name mapping it is showing correct OK button but when showing object browser, it is showing submit button that is different from that actual OK button. How to solve the issue for the Object browser so that it is record correct Ok button instead of the submit button. SolvedRe: Why I am getting "Type mismatch" exception Thank you so much Robert..