I am entering data into our web-based system and have trouble with a drop-down list.
When ever I click on any value from that list and leave the list (send keys. Tab) or click on another field, the selected value disappears and I cannot proceed.
Note: After clicking the value from that list new content is popping up (different content for each value selected from the list)
Example content:
This is the test case I am running:
WebUI.click(findTestObject(‘Object Repository/Purchase Order/Creation/Page_oneUNOPS/div_Purchase order’))
WebUI.click(findTestObject(‘Purchase Order/Creation/Page_oneUNOPS/div_PO is the contract_DropdownIconActive’), FailureHandling.CONTINUE_ON_FAILURE)
WebUI.enhancedClick(findTestObject(‘Object Repository/Purchase Order/Creation/Page_oneUNOPS/td_PO is the contract’))
WebUI.sendKeys(findTestObject(‘Purchase Order/Creation/Page_oneUNOPS/input_Procurement process’), Keys.chord(Keys.TAB))
WebUI.setText(findTestObject(‘Object Repository/Purchase Order/Creation/Page_oneUNOPS/input_Contract cur. amount_bs309s313l309s31_8dab22’),
‘10000’)
“div_PO is the contract_DropdownIconActive” belongs to an Iframe, which is linked in the object repository.