SeleniumLibrary
SeleniumLibrary copied to clipboard
Web testing library for Robot Framework
For now importing selenium library allows to set import arguments like: timeout, implicit_wait, run_on_failure, screenshot_root_directory, plugins, and event_firing_webdriver Adding `default_attributes` which will be passed to ElementFinder could allow use other...
In the past the keyword Press Key would allow you to submit an ASCII code to your identified locator. Example code : ``` Double Click Element | Press Key |...
Hi guys, We have started to use RF to automate web test and retrieve metrics from navigations. Everything has been OK until we have to automate some IE9-prepared websites. The...
# For issues ## Steps to reproduce the issue Can be reproduced with at least Chrome and Firefox. ``` *** Settings *** Library SeleniumLibrary *** Test Cases *** Test Case...
Hello, A colleague of mine stumbled upon this, and I found it to be worthy of creating an issue. Let's say implicit wait is set to 20s, and suppose I...
This is a feature requested online with no answer so far. The applied change will actually simply minimize the browser of the 'departure' session and maximize the browser of the...
This is a change that enables switching among multiple open browsers when executing this type of test scenarios. This is particularly important when there are multiple parallel sessions (e.g. automating...
Hi there, this PR addresses [issue 1535](https://github.com/robotframework/SeleniumLibrary/issues/1535). The issue requested there be an api to set selenium page load timeout. Currently, SeleniumLibrary supports - a global timeout, which is used...
# Prerequisites - I have searched for similar issues in open tickets and cannot find a duplicate. - The issue still exists against the latest released version of SeleniumLibrary. -...
It would be helpful to have a windows path example within the webdrivermanager example shown in the readme.