appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.19k stars 755 forks source link

fix: Properly unwrap driver instance if the ContextAware object is deeply nested #2052

Closed mykola-mokhnach closed 9 months ago

mykola-mokhnach commented 9 months ago

Change list

Related to https://github.com/appium/java-client/issues/2051

Types of changes

mykola-mokhnach commented 9 months ago

Failed android tests are expected because the CI fails to start emulator. The fix itself works properly though