Forum Discussion

pvenigalla's avatar
pvenigalla
New Contributor
2 years ago

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