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

java - SSE Emitter : Manage timeouts and complete() -

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

javascript - Contenteditable field onchange event add date -