robotframework-pageobjectlibrary
robotframework-pageobjectlibrary copied to clipboard
Lightweight keyword library for implementing the PageObject pattern in Robot Framework
Hi, I follow the guide "https://github.com/boakley/robotframework-pageobjectlibrary/wiki/Tutorial" to learn how to use this library. When keyword doesn't conflict, the case passed. But after adding conflict keyword in two files as following,...
Hi, will you update the library to use newer versions of SeleniumLibrary ?
You use following to share instance of selenium2library: `BuiltIn().get_library_instance("Selenium2Library")` Now in my case, I extend Selenium2Library to MySelenium2Library class in python.. with some additional functions in MySelenium2Library class. Is it...
One more nice feature would be localization i.e. test web site in different languages. This would mean multi-language support for: - the locators - the PAGE_TITLE variable
This is some sort of braindump just to start some discussion i.e. I can open issues and/or PR's based on the outcome of the discussion... I've been now trying the...
I tried the demo and it failed saying, "AttributeError: 'WebDriver' object has no attribute 'find_element_by_tag_name'" It looks like the deprecated `find_element_by_*` methods have been removed in Selenium 4.3.0. This commit...