Max Smith
Max Smith

Reputation: 65

how to execute a command in selenium ide using keyboard

Is there any way to run each command using my keyboard like hitting enter to execute a command?

Right now I have to double click my left mouse button to execute a command in Selenium IDE. Just imagine I have a lot of these, that's a lot of clicking! I would like to hit my arrow key down (which works) and hit a letter, ctrl + some letter, or enter to execute the command.

I know Selenium IDE can run it slowly, but I would like this feature so I'm in the driving seat and controlling the list of commands

Is there anyway? I can't find a plugin as well.

Upvotes: 1

Views: 1922

Answers (1)

Klendathu
Klendathu

Reputation: 793

To execute a highlighted command, hit the X key. So you could cycle through the test hitting X to execute the command, then Down arrow to go to next command. repeat until done.

Klendathu

Upvotes: 2

Related Questions