WebUI.removeObjectProperty(findTestObject(‘abc/button_next’), ‘tabIndex’,
FailureHandling.OPTIONAL)
I want to remove tabIndex and name from object repository at runtime
WebUI.removeObjectProperty(findTestObject(‘abc/button_next’), ‘tabIndex’,
FailureHandling.OPTIONAL)
I want to remove tabIndex and name from object repository at runtime
del