mirror of
https://github.com/appium/appium.git
synced 2026-04-24 12:28:51 -05:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
"use strict";
|
|
|
|
var wvHelpers = require("../../helpers/webview.js")
|
|
, webviewTests = wvHelpers.buildTests;
|
|
|
|
webviewTests('chrome');
|