We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9526b6b commit dbf631fCopy full SHA for dbf631f
src/main/java/aquality/appium/mobile/application/MobileModule.java
@@ -29,7 +29,7 @@ protected void configure() {
29
bind(IConfiguration.class).to(getConfigurationImplementation());
30
bind(IElementFactory.class).to(getElementFactoryImplementation());
31
bind(IScreenFactory.class).to(getScreenFactoryImplementation());
32
- bind(ITouchActionsConfiguration.class).to(getTouchActionsConfigurationImplementation()).in(Singleton.class);
33
- bind(ITouchActions.class).to(getTouchActionsImplementation()).in(Singleton.class);
+ bind(ITouchActionsConfiguration.class).to(getTouchActionsConfigurationImplementation());
+ bind(ITouchActions.class).to(getTouchActionsImplementation());
34
}
35
0 commit comments