wait_until="load" के साथ headlessly load करता है, फिर एक
configurable settle delay के लिए wait करता है (WebGL/Canvas apps के लिए
सुरक्षित), एक full-page screenshot capture करता है, page errors record करता है,
और HTTP status और title report करता है। Optional browser runtime install करें:
Declarative cross-platform app tests
Arka macOS, Linux, और Windows पर एक ही browser workflow चला सकता है:goto, click, fill, press, wait, assert_text, और
screenshot हैं। Screenshots temporary होते हैं जब तक --output supplied न
हो। एक workflow develop करते समय --headed का उपयोग करें; production
applications के विरुद्ध चलाने से पहले generated steps की समीक्षा करें।
Native desktop apps के लिए, optional PyAutoGUI backend का उपयोग करें:
click, type, hotkey, press, wait, और screenshot का
समर्थन करते हैं। वे कभी भी implicitly किसी app को launch नहीं करते या shell
commands perform नहीं करते; target app को अलग से launch करें और coordinates को
test environment के लिए specific रखें।