Using Selenium IDE how to navigate to URL

10,822

Solution 1

You can use open command and type the expected url. Just right click on the command window and Insert New Command and follow the screenshot. However, you should find a better way to click the button instead. enter image description here

Solution 2

I found the open(url) command after i posted this.

Share:
10,822
switch201
Author by

switch201

Updated on June 04, 2022

Comments

  • switch201
    switch201 almost 2 years

    I'm new to selenium so I've been using the IDE to create tests. I have this problem where Selenium sees a button associated with a drop down menu, but it won't click the button. To get around this i want Selenium to type the URL (for the button i want clicked) into the address bar of fire fox, or I want selenium to just go to said URL via some command, but i can't find said command, and i can't get Selenium to click and type in the address bar.