I found the way, you can simulate the key CONTROL+ INSERT is do the same as CONTROL + C.
WebUI.sendKeys(findTestObject(‘OBJECT’), Keys.chord(Keys.CONTROL, Keys.INSERT))
I found the way, you can simulate the key CONTROL+ INSERT is do the same as CONTROL + C.
WebUI.sendKeys(findTestObject(‘OBJECT’), Keys.chord(Keys.CONTROL, Keys.INSERT))