Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Selenium by (7k points)
edited by

When I use Ctrl+click on Login Page Should Be Open, I am redirected to implementation of the keyword. I want the same with Open Browser, Maximize Browser Window too

How to do that?

*** Keywords ***

Open Browser To Login Page

    Open Browser    ${LOGIN URL}    ${BROWSER}    NONE    ${REMOTE URL}

    Maximize Browser Window

    Set Selenium Speed    ${DELAY}

    Login Page Should Be Open

Login Page Should Be Open

    Title Should Be    Login Page

1 Answer

0 votes
by (31.9k points)

Follow these steps:

Right click on the project

Navigate to Robot Framework

Add Robot Nature to the project

 Add selenium library in the red.xml

Then Ctrl+click on 'Open Browser' keyword and you will be be redirected to implementation of the keyword

Want to learn Selenium, checkout our Selenium training.

Related questions

0 votes
1 answer
asked Oct 7, 2020 in Selenium by dev_sk2311 (45k points)
0 votes
1 answer
0 votes
1 answer
asked Oct 6, 2020 in Selenium by dev_sk2311 (45k points)
0 votes
1 answer
asked Sep 14, 2020 in Selenium by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 31, 2020 in Selenium by Sudhir_1997 (55.6k points)

Browse Categories

...