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

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

Voice chat over bluetooth between Android & Python (pybluez) -