Need to make a pause in your Selenium script? To make a pause, use the pause command with a target of the number of milliseconds you want your script to pause for. Note one quirky thing about pauses in Selenium scripts is that the pause will happen after the prior command has completed (as you’d expect), but the cursor will be paused over the previous command, not wait highlighted on the pause command.