Selenium IDE command to combination shortcut keys press -
what command simulate keys combination:
left_ctrl + left_alt + m
this shortcut ff browser menu functionality.
i tired this:
command: sendkeys
target: id=lst-ib
value: ${key_ctrl}${key_alt}${m}
Comments
Post a Comment