`optics list` prints bare keyword names grouped by class (e.g. via `grep -i swipe`, 5 matches instantly). But a newcomer who finds `press_element` this way still has to go find a CSV example or the docs to learn what arguments it takes.
Ask: even a compact one-liner per keyword (`press_element(locator, repeat=1)`) would remove a doc-lookup round trip for the single most common "what does this keyword need" question.
Found during a from-scratch onboarding audit (optics-framework 1.10.0).
`optics list` prints bare keyword names grouped by class (e.g. via `grep -i swipe`, 5 matches instantly). But a newcomer who finds `press_element` this way still has to go find a CSV example or the docs to learn what arguments it takes.
Ask: even a compact one-liner per keyword (`press_element(locator, repeat=1)`) would remove a doc-lookup round trip for the single most common "what does this keyword need" question.
Found during a from-scratch onboarding audit (optics-framework 1.10.0).