Select the correct option regarding a keyboard event in Selenium.
A) After performing the keyDown(Keys.SHIFT) event, the first letter key pressed will be appear in Capital while the rest all will appear in small case.
B) keyDown() event automatically releases the key after the first input.
Options
- Statement A is true, Statement B is true, Statement B is the correct explanation of Statement A.
- Statement A is true, Statement B is true, Statement B is not the correct explanation of Statement A.
- Statement A is true, Statement B is false.
- Statement A is false, Statement B is true.
- Statement A is false, Statement B is false.