-
The page http://paypal.github.io/SeLion/html/documentation.html#pageyaml incorrectly conveys that each SeLion Element type strictly maps to a html element. We need to fix this.
Problematic text
```
…
mach6 updated
9 years ago
-
http://paypal.github.io/SeLion/ - The paypal open source svg is not displayed in newer IE versions..
mach6 updated
9 years ago
-
PR #23 added ElementEventListeners to SeLion. We need to document this capability on the site.
Documentation should include;
1. How to use this capability
2. Config option added.
3. Current Javadocs…
mach6 updated
9 years ago
-
- [x] If you put a PageYaml document in the top-level folder under src/main/resources/GUIData, the code-generator will produce a corresponding class with and invalid `package` declaration -- it will e…
mach6 updated
9 years ago
-
The Getting Started page for both Web and Mobile automation basically just deals with a quick start archetype. Since SeLion has a customized archetype available which is also published to Maven Centra…
-
-
In case users didn't add asterisk in the browser parameter of the suiteXmlFile:
``` xml
```
NPE will throw without indication:
``` java
Running TestSuite
02.25.2015 23:22:03.034,[1] com.paypal.…
-
I tried following http://paypal.github.io/SeLion/html/documentation.html#buildingSelion to build SeLion.
But I was blocked for multiple times.
1. While building ios-driver for precondition, I need mor…
-
Issue reported via email.
SeLion does not allow for .yml files even though they too are YAML documents.
mach6 updated
9 years ago
-
I was going through the getting started document of Selion.
http://paypal.github.io/SeLion/html/documentation.html#getting-started
In that, the mvn command to run the test suite is given as
just m…