Uriah Brown
Uriah Brown
**Expected** I can use the keywords 'it' (and [others](https://github.com/RockstarLang/rockstar/blob/master/spec.md#variables)) to refer to the last declared variable, and store it in other variables. **Result** Using the keywords just uses poetic literal...
Create RDoc documentation for CORE Methods such as world, elements, pages, ledger, and logger.
Due to the both way core_element determines the watir_element and the required arguments of an ID Element, the Title of the HTML page cannot be used. Watir's call of `browser.title`...
Router currently throws `RuntimeError: ERROR: The Application is on the wrong page! OZ expected that page to be [Page_Y] but found [Page_X]!` whenever it lands on the improper page. While...
Oz is primarily based on creating all of your elements up front. Say you have the following row of a table: | Label | Input1 | Input2 | Input3 |...
Adding an on_fill call to element groups, in order to apply the same on_fill block to every element in the group. This can help reduce repetitive code in appropriate situations.
Radio buttons need some sort of group feature, or linkage in general, that allows the filling of one to 'selected' to set the others to 'unselected' within oz/the ledger.
When running a scenario outline, the logger output for the next scenario will print on the first scenario for a handful of steps before switching over