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 c559326 commit bbd63afCopy full SHA for bbd63af
src/main/java/io/appium/java_client/events/DefaultAspect.java
@@ -99,7 +99,6 @@ class DefaultAspect {
99
+ "execution(* org.openqa.selenium.ContextAware.*(..)) || "
100
+ "execution(* io.appium.java_client.FindsByAccessibilityId.*(..)) || "
101
+ "execution(* io.appium.java_client.FindsByAndroidUIAutomator.*(..)) || "
102
- + "execution(* io.appium.java_client.FindsByIosUIAutomation.*(..)) || "
103
+ "execution(* io.appium.java_client.FindsByWindowsAutomation.*(..)) || "
104
+ "execution(* io.appium.java_client.FindsByIosNSPredicate.*(..)) || "
105
+ "execution(* org.openqa.selenium.internal.FindsByClassName.*(..)) || "
0 commit comments