Keys.chors and Keys.SUBTRACT not working

After installing the new build, my statements that have Keys.chord and Keys.SUBTRACT to zoom out of a screen are not working.
E.g.:

for (int i = 0; i < 5; i++) {
WebUI.sendKeys(findTestObject(‘input_prov_filter_status’), Keys.chord(Keys.CONTROL, Keys.SUBTRACT))
}

Did this ever get fixed?

Did this ever get fixed?

Sukanya Kulkarni said:

After installing the new build, my statements that have Keys.chord and Keys.SUBTRACT to zoom out of a screen are not working.

E.g.:

for (int i = 0; i < 5; i++) {

WebUI.sendKeys(findTestObject(‘input_prov_filter_status’), Keys.chord(Keys.CONTROL, Keys.SUBTRACT))

}

having the same problem