paypal / Illuminator

iOS Automator
Apache License 2.0
38 stars 27 forks source link

Re-enable elementAccessorDump in swift #101

Closed ianfixes closed 7 years ago

ianfixes commented 7 years ago
app
app.navigationBars["Home"]
app.navigationBars["Home"].images.elementAtIndex(0)
app.navigationBars["Home"].searchFields["Search Site"]
ianfixes commented 7 years ago

@kviksilver I should probably update IlluminatorTestProgress (https://github.com/ifreecarve/Illuminator/blob/2016-12-19_illuminator_element/Pod/Illuminator/IlluminatorTestProgress.swift#L101)

So that the user can specify their own on-pass/on-fail behavior. Any idea for a pattern on that?