UI tags¶
<UI_DLG/>¶
- summary
- Open a dialog.
eg.
<ui_dlg title="test title1">this is dialog</ui_dlg>
- notes
- “title” is the dialog’s window’s name.
<UI_RUN_OVER/>¶
- summary
- Open a dialog and close the webdriver and browser.
eg.
<ui_run_over title="test">over!</ui_run_over>
- notes
- “title” is the dialog’s window’s name.