controlkey,F is not working when we tried on Ie browser

we tried controldown,F
controlkey,“f”

we are facing this problem on all ie 6,7,8 also

I don’t know if those are the actual commands that you used or if you are just being imprecise, but the commands would be either:

TypeText controlkey, "f"

or

keyDown controlkey
Typetext "f"
KeyUp controlKey

:slight_smile: