-
Gwen currently cannot identify the surrounding quotes as the parameter boundary when the passed in value also has quotes and reports error unsupported undefined step error.
-
There should be some mechanism/configuration to support & configure webdriver desired_capabilities.
Below links contains information on the same.
https://github.com/SeleniumHQ/selenium/wiki/Desire…
-
![incorrectresultcount](https://user-images.githubusercontent.com/34029569/35729731-ae351b70-0835-11e8-8ba2-b58b91796893.PNG)
-
Gwen fails with error if it encounters any keywords in validation of Text.
STMT:
And 57A: Account with Institution MT103 Remit description is "This field specifies the financial institution which …
-
Below issue is in context to step-definition which has datatable defined.
On pasting/executing gwen dsl without datatable (accidentally), then all subsequent executions of that dsl (with datatable) f…
-
And I click ABC
ABC at times is not on screen so we need to scroll and then click; in this scenario gwen is not auto scrolling.
And I scroll to the bottom of ABC
And I click ABC
the above sn…
-
**Reported by @cristianbogdan on 7 Feb 2003 12:51 UTC**
I suggest to use this place to discuss how to "reform" the makumba
documentation, to improve comprehensibility. I suggest to keep the "customer…
ghost updated
6 years ago
-
Below behaviour is observed where gwen does not accept empty values to step-definition and reports as unsupported step.
Example : Below works
I enter form details "Rahul", age "26"
Example : B…
-
There should be some mechanism/configuration to support & configure webdriver desired_capabilities.
Below links contains information on the same.
https://github.com/SeleniumHQ/selenium/wiki/Desire…
-
Drag and drop support for an object via Gwen DSL:
At present, there is no support for Drag and drop as Standard DSL.
In case user needs to perform Drag and drop then user needs to find alternati…