org.openqa.selenium.remote
Interface InterfaceImplementation
public interface InterfaceImplementation
An implementation of a particular interface, used by the
Augmenter
.
invoke
Object invoke(ExecuteMethod executeMethod,
Object self,
Method method,
Object... args)
- Called when it has become apparent that this is the right interface to implement a particular
method.
- Parameters:
executeMethod
- Call this to actually call the remote instanceself
- method
- The method invoked by the userargs
- The arguments to the method @return The return value, which will be passed to the
user directly.
Copyright © 2013. All Rights Reserved.