문제

I installed Robot Framework and Selenium2Library.

When I start RIDE and write test case, I can only see the default RF keywords and can't see the Selenium ones.

I know I have to add them as a resource or library but don't know how exactly.

도움이 되었습니까?

해결책 2

it is 'Selenium2Library'.you can click 'tools ' and view ride log.

다른 팁

Add this path to your particular test suite.

../../../../Python27/Lib/site-packages/Selenium2Library/

  1. Click on test suite.
  2. settings >> library >> paste the above URL.

You can use then in that test suite.

Hope this will help you.

`Suppa.

First you need to add the library...

It can be done as : go to Edit --> Click on Library Give 'Name' as 'Selenium2Library' and click on OK

check the library added and it should display the 'Selenium2Library' in black color words.

If 'Yes' it is installed properly and you can use it.

click on 'K' with Search icon next (Keyword Search) option, there you can search the keywords by selecting 'source' as Selenium2Library from the drop down, which gives the documentation also.

Thanks Sarada

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top