Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd noActivity and IsSystemAlertWindow ViewInteraction #627
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
|
|
CLAs look good, thanks! |
|
Is this a reasonable PR? |
Overview
I don't know the appropriate structure/design to implement this functionality, but wanted to submit what I need. I can then refactor it to match the desired design - One idea is to create a
onWebViewstatic method that takes flags for noActivity and perhaps a ViewInteraction, but I don't think there is a ViewInteraction function that can take a generic ViewInteraction - I can add that tooProposed Changes
I need the ability to get access to a WebInteraction for a webview hosted in a view created by a service.