Page factory list element not initialized when parameterized by gener… by JamesSassano · Pull Request #1237 · appium/java-client

…ic type (#1150)

Change list

When a page factory field is a list of a generic type, add an an addition check to see if the generic type is bound to one of the "availableElementClasses" (Web, Remote, Mobile, etc Element).

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

#1150