robotframework-extendedselenium2library | Extended Selenium2 web testing library | Functional Testing library
kandi X-RAY | robotframework-extendedselenium2library Summary
kandi X-RAY | robotframework-extendedselenium2library Summary
Extended Selenium2 (WebDriver) web testing library for Robot Framework with AngularJS support
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Executes AsyncScript with given code .
- Execute the script with the given code .
- Override select element .
- Click element at given coordinates .
- Click a button .
- Run the analytics script .
- Click an image .
- Submits a form .
- Overrides select element .
- Inherit docstring from parent .
robotframework-extendedselenium2library Key Features
robotframework-extendedselenium2library Examples and Code Snippets
Community Discussions
Trending Discussions on robotframework-extendedselenium2library
QUESTION
I have installed Robot Framework for multiple machines. There are python2 and python3 and packeges for them on both. The process of the installation was the same. On machine A
there are more Execution Profile (jybot
, pybot
, robot
, robot 3.1
) while on the other (B
) there are only jybot
and pybot
if I start RIDE with python2 and jybot
and robot
if python3.
What is the difference, or how can I add more Execution Profiles for RIDE?
- Python 2.7.11
- robotframework==3.0
- robotframework-ride==1.5.2.1
- Python 3.7.4
- robotframework==3.1.2
- robotframework-ride==1.7.3.1
There is no robotframework related difference in PATH
EDIT
Machine A
python2 robotframework related packages
...ANSWER
Answered 2020-Dec-17 at 11:15The detection of robot executable is not dependent on the version of RIDE, but on the installed version in Python. But this may result in different robot being executed when running tests. When the test is executed, it should use the robot as it would if launched from command line.
Like was mentioned by Bence Kaulics, pybot
was renamed to robot
from certain version. And in version 3.1.x, robot was changed to an executable instead of a .bat file (in Windows). That was the reason to have both robot
and robot 3.1
. So, in Windows, when selecting robot
you may be executing a robot.cmd
script. The same is valid for pybot.bat
with profile pybot
.
EDIT:
You can compare the settings.cfg
file from the two machines. See it at ~/.robotframework/ride/settings.cfg
(or %APPDATA%\robotframework\ride\settings.cfg
), on the [Plugins][[Test Runner]] section, the run_profiles
property is defined there.
QUESTION
I am running from a batch file that basically runs the robot.bat command. Any suggestion on why would that be an issue and how to solve it? I see the packages are installed correctly. This is the first time I am attempting to run a test.
...ANSWER
Answered 2017-Dec-11 at 19:36ExtendedSelenium2Library doesn't support SeleniumLibrary version 3. It's trying to import things that are in Selenium2Library which no longer exists with version 3.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install robotframework-extendedselenium2library
You can use robotframework-extendedselenium2library like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page