Hey, could you please confirm that do you guys support image injection feature when we are testing our app by downloading it from testflight?
Hi Emma,
Unfortunately, we are not supporting the Image Injection feature right now. Currently, we only support the Image Injection feature when the customer is uploading the app and then testing.
Hi @LambdaTest , are we supporting Image Injection feature Through Automation in Apiium Device?Its not working for me. Added below capabilities
capabilities.setCapability(“enableCameraImageInjection”, true);
capabilities.setCapability(“media”, “lt://MEDIA86659e6653e64fc2ba3a4700205227f0”);
Executing Javascript before performing click action JavascriptExecutor js = (JavascriptExecutor) driver; js.executeScript(“lambda-image-injection=lt://MEDIA86659e6653e64fc2ba3a4700205227f0”);
please conform is their any issue with my code. Im using Appium with Java
Hi There,
Yes, we do support image injection with Appium. You can refer the below article for the capabilities that are used for the same
Hi @marinak @LambdaTest , i tried the same way like mentioned on the above page. but still, it didn’t work for me.