Selenium “shiftKeyDown” and “shiftKeyUp” commands example to press shift key
“shiftKeyDown” and “shiftKeyUp” commands are specially designed for shift key of keyboard. Selenium IDE has many commands related to keyboard keys(Example : keyDown) and mouse keys (Example : mouseDown). “shiftKeyDown” and “shiftKeyUp” has not major function but sometimes such specially designed commands are very helpful in automation tools to automate your regression process easy and … Read more