UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

13 lines (10 loc) 251 B
import {configForm} from "./configForm"; import {imageFoldersPanel} from "./imageFileExplorer"; export var leftPanel = { type : "line", rows : [ configForm, { type : "header", template : "Image Folder" }, imageFoldersPanel ] };