robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Writing a new selenium keyword #81

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by pujar.sa... on 2 Feb 2010

Hello,

  Could you please provide me the information that How to add new

keywords in selenium library. I have written one ContextMeny.py under %PYTHON_HOME%\Lib\site-packages\SeleniumLibrary, and added reference in init.py (as done for Click.py), But still my keyword is not recognized by the robot. I tried to use "context_menu(self, locator)" directly from selenium.py, but getting same error. please help me to improve my test automation.

Thank you & BRs, Santosh

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 2 Feb 2010

This tracker is for enhancement requests and bug reports. Please use mailing lists for questions - others would also be interested in replies.