Module 2 - Unable to run the Appium programmatically | Appium Forum
D
Devi Priya Posted on 26/11/2020

Module 2 - Unable to run the Appium programmatically.

When running the program with AppiumServiceBuilder class details below error is thrown. Used maven dependency as mentioned below.

Screen shot attached. Please help on this.

Error:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

Maven dependencey used:

<dependency>
<groupId>io.appium</groupId>
<artifactId>java-client</artifactId>
<version>7.3.0</version>
</dependency>


A
Ashish Thakur Replied on 28/11/2020

Please look at detailed appium logs as well


Related Posts