Skip to content

Commit 8450b97

Browse files
committed
Merge branch 'main' into min-chrome-ver
2 parents cd4d9a8 + f6a7a2a commit 8450b97

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Appium LG WebOS Driver
22

3+
[![npm version](https://img.shields.io/npm/v/appium-lg-webos-driver.svg)](https://npmjs.org/package/appium-lg-webos-driver)
4+
35
An Appium 2.x driver for LG WebOS apps
46

57
⚠️ UNDER ACTIVE DEVELOPMENT ⚠️
@@ -22,6 +24,7 @@ package in your `package.json`)
2224
- You must have an LG webOS TV device on the same network as your Appium host, with all ports accessible to the network
2325
- The TV must be in [Developer Mode](https://webostv.developer.lge.com/develop/getting-started/developer-mode-app) (must have the Dev Mode app and be signed in, with Dev Mode actually turned "On" in the app)
2426
- You must have your TV device set up and showing as available using the [`ares-setup-device`](https://www.webosose.org/docs/tools/sdk/cli/cli-user-guide/#ares-setup-device) CLI tool
27+
- Please use v`1.12.4` which is available from https://webostv.developer.lge.com/develop/tools/webos-tv-cli-installation for now. (or [this comment for Linux](https://github.com/headspinio/appium-lg-webos-driver/pull/57#issuecomment-2153496885))
2528
- You should be able to run `ares-device-info --device <name>` and have it show the correct details for your connected device
2629
- The first time you run an Appium session, the driver will attempt to pair itself with the TV as a remote. A permission popup will appear that you need to interact with. You should only need to do this once. If the driver is reinstalled, its permission token cache is removed, or the TV is updated (and potentially even some other circumstances) re-pairing might be necessary.
2730

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-lg-webos-driver",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "LG WebOS support for Appium",
55
"keywords": [
66
"appium",

0 commit comments

Comments
 (0)