android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Add noActivity and ability to specify a Root matcher

Open darran-kelinske-fivestars opened this issue 5 years ago • 3 comments

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

onWebView static 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 too

Proposed Changes

I need the ability to get access to a WebInteraction for a webview hosted in a view created by a service.

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).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar May 04 '20 15:05 googlebot

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar May 06 '20 17:05 googlebot

Is this a reasonable PR?