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() -

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

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -