io.selendroid.server.model.internal
Interface FindsById

All Known Implementing Classes:
AbstractNativeElementContext, AbstractWebElementContext, DefaultSelendroidDriver.NativeSearchScope, DefaultSelendroidDriver.WebviewSearchScope

public interface FindsById


Method Summary
 AndroidElement findElementById(String using)
           
 List<AndroidElement> findElementsById(String using)
           
 

Method Detail

findElementById

AndroidElement findElementById(String using)

findElementsById

List<AndroidElement> findElementsById(String using)


Copyright © 2014. All rights reserved.