I am trying to simulate a keypress for enter key in selenium using the below statement:
Selenium.KeyPressNative("10");
It works on my colleague’s PC, but, doesn’t seem to be executed in my machine. It appears that selenium skips this command.
Please help.
Thanks and Regards,
Vamyip
should it be “13”