https://github.com/inflectra/selenium2rapise
Porting Selenium tests to Rapise
https://github.com/inflectra/selenium2rapise
Last synced: 10 months ago
JSON representation
Porting Selenium tests to Rapise
- Host: GitHub
- URL: https://github.com/inflectra/selenium2rapise
- Owner: Inflectra
- Created: 2017-06-29T15:50:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T16:18:39.000Z (almost 9 years ago)
- Last Synced: 2025-07-18T14:54:10.606Z (11 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selenium2rapise
Porting Selenium tests to Rapise.
## Creating a New Test
In Rapise choose `File > New Test`, enter test name and click `Web: Cross-Browser Testing Support`.

Then choose Selenium browser from the list.

If you are on Rapise 5.1 or above choose `JavaScript` language option.

An empty test will be created.

Put your code into `Test` function.
## Porting from Selenium
Example of ported code is inside `Selenium2Rapise.js`.
Rapise has support for the following classes:
- WebDriver
- WebElement
- Capabilities
Implementation is located at
```
c:\Program Files (x86)\Inflectra\Rapise\Core\Engine\Lib\LibSelenium
```
## Sample Test
This repository contains a sample test that should work out-of-the-box. Clone the repository and open `Selenium2Rapise.sstest` in Rapise and you are ready to go.