I’m getting an error “Platform name is missing” when I’m running your Appium-PHP repo. I have selenium == 4.0.0. I’m getting an error “Platform name is missing” when I’m running your Appium-PHP repo. I have selenium == 4.0.0 and Appium-Python-Client==2.6.1 versions.
Hi Emma,
Kindly try the below capabilities which you can also find in our online capability generator:
$capability = array(
“lt:options” => array(
“w3c” => true,
“platformName” => “android”,
“deviceName” => “Zenfone 6”,
“platformVersion” => “10”,
“isRealMobile” => true
)
);