Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the default keyboard shortcut for opening Selenium IDE from within Firefox

I'm sure this is documented somewhere obvious, but I just can't find it.

I'm currently switching back and forth between Firefox and Selenium using a toolbar button, but it's annoyingly slow to keep having to use the mouse.

like image 353
Matt Gibson Avatar asked Oct 11 '11 18:10

Matt Gibson


People also ask

How do I use Selenium IDE in firefox?

Selenium IDE Download and InstallLaunch Mozilla Firefox browser. Open URLhttps://addons.mozilla.org/en-us/firefox/addon/selenium-ide/It will redirect you to the official add-on page of Firefox. Click on "Add to Firefox" button.

How do I open Selenium IDE?

To Install Selenium IDE in Chrome To install in Chrome, just click on 'Add to Chrome' and then click on Add Extension. Once IDE is installed, you'll see an icon in your browser toolbar. Click on that icon, and it will bring up Selenium IDE.

What is the use of open command is Selenium IDE?

Open (URL) - Selenium IDE command Meet Open - the most used command in the selenium IDE software testing tool. The "Open" command opens the URL in the current selected browser tab. The open command takes a full URL as input (recommended) or a path relative to the baseurl (outdated).

Where in Selenium IDE can we select the output language format?

Step 1 – Click on the options tab under the menu bar and select the programming language format under the format option in order to convert the test script into our desired format.


2 Answers

I don't know if there's a default keyboard shortcut but i press the following sequence

Alt - t - n

Which opens the tools sub menu, and then "n" opens or switches to selenium

like image 149
chim Avatar answered Nov 15 '22 12:11

chim


The answer is to hold down CTRL ALT S

like image 31
Caleb Avatar answered Nov 15 '22 11:11

Caleb