headspinio / appium-lg-webos-driver

An Appium 2.x driver for LG WebOS apps
Apache License 2.0
9 stars 5 forks source link

docs: update platformname and automationname #42

Closed KazuCocoa closed 8 months ago

KazuCocoa commented 8 months ago

"platformName" Lowercase name of the current platform as a string.

https://www.w3.org/TR/webdriver1/

So, the capabilities are also nice to address lowercase. automationName is also. (Appium's internal handles as lower case, so it should not be matter)

KazuCocoa commented 8 months ago

Yes, appium server has been handled them as lowercase internally, so this is just docs correction