Andrej Podhajský said:
WebUI.selectOptionByLabel(findTestObject('SQ/Quote_Info_tab/Product'),'.*[Aa]ir.*',true)
not sure about this, but can work too :
WebUI.selectOptionByLabel(findTestObject(‘SQ/Quote_Info_tab/Product’),‘(?i).AIR.’,true)
(?i) is for - ignore case
Both your solution worked like a charm. kudos …