ContributionsMost RecentMost LikesSolutionsRe: Issue with access iFrame objects in salesforce, chrome browser using TestComplete rraghvani I tried what that link suggested and no luck Issue with access iFrame objects in salesforce, chrome browser using TestComplete I am working in Salesforce application. Here is my scenario: Opens Salesforce application Navigate to Quotes and edit any quote by click on Edit lines Now, I need to click on the Add products. However, this button is within an iFrame hence TestComplete unable to identify it. Unable to select combo box item in Salesforce using click Please find the below reference code set Salutation=Sys.Browser("*").Page("*").FindElement("#combobox-button-504") props = Array("tagName", "textContent") values = Array("BUTTON", "Mr.") Set link = Salutation.FindChild(props, values, 10) link.Click