public class WebElementHandler extends Object implements net.sf.cglib.proxy.MethodInterceptor
Copyright (c) 2019 Daniel Keiss, Deutsche Telekom AG This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
| Constructor and Description |
|---|
WebElementHandler(org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.support.pagefactory.ElementLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(Object o,
Method method,
Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy) |
protected Object |
invokeListContainingWebElementEnhanced(Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy) |
protected Object |
invokeWebElementEnhanced(Object o,
Method method,
Object[] objects,
net.sf.cglib.proxy.MethodProxy methodProxy) |
public WebElementHandler(org.openqa.selenium.WebDriver webDriver,
org.openqa.selenium.support.pagefactory.ElementLocator locator)
public Object intercept(Object o, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptorThrowableprotected Object invokeWebElementEnhanced(Object o, Method method, Object[] objects, net.sf.cglib.proxy.MethodProxy methodProxy) throws Throwable
ThrowableCopyright © 2017–2020. All rights reserved.