.. java:import:: java.util List .. java:import:: org.openqa.selenium By .. java:import:: org.openqa.selenium Dimension .. java:import:: org.openqa.selenium JavascriptExecutor .. java:import:: org.openqa.selenium OutputType .. java:import:: org.openqa.selenium Point .. java:import:: org.openqa.selenium Rectangle .. java:import:: org.openqa.selenium WebDriverException .. java:import:: org.openqa.selenium WebElement WebElementProxy =============== .. java:package:: ru.bitec.gs.automation.client :noindex: .. java:type:: public class WebElementProxy implements WebElement Класс-декоратор экземпляра :java:ref:`WebElement `. Fields ------ delegate_ ^^^^^^^^^ .. java:field:: protected final WebElement delegate_ :outertype: WebElementProxy remoteWebDriver_ ^^^^^^^^^^^^^^^^ .. java:field:: protected final JavascriptExecutor remoteWebDriver_ :outertype: WebElementProxy Constructors ------------ WebElementProxy ^^^^^^^^^^^^^^^ .. java:constructor:: public WebElementProxy(JavascriptExecutor remoteWebDriver, WebElement delegate) :outertype: WebElementProxy Methods ------- clear ^^^^^ .. java:method:: @Override public void clear() :outertype: WebElementProxy click ^^^^^ .. java:method:: @Override public void click() :outertype: WebElementProxy findElement ^^^^^^^^^^^ .. java:method:: @Override public WebElement findElement(By by) :outertype: WebElementProxy findElements ^^^^^^^^^^^^ .. java:method:: @Override public List findElements(By by) :outertype: WebElementProxy getAttribute ^^^^^^^^^^^^ .. java:method:: @Override public String getAttribute(String name) :outertype: WebElementProxy getCssValue ^^^^^^^^^^^ .. java:method:: @Override public String getCssValue(String propertyName) :outertype: WebElementProxy getDelegate ^^^^^^^^^^^ .. java:method:: public WebElement getDelegate() :outertype: WebElementProxy getLocation ^^^^^^^^^^^ .. java:method:: @Override public Point getLocation() :outertype: WebElementProxy getRect ^^^^^^^ .. java:method:: @Override public Rectangle getRect() :outertype: WebElementProxy getScreenshotAs ^^^^^^^^^^^^^^^ .. java:method:: @Override public X getScreenshotAs(OutputType target) :outertype: WebElementProxy getSize ^^^^^^^ .. java:method:: @Override public Dimension getSize() :outertype: WebElementProxy getTagName ^^^^^^^^^^ .. java:method:: @Override public String getTagName() :outertype: WebElementProxy getText ^^^^^^^ .. java:method:: @Override public String getText() :outertype: WebElementProxy isDisplayed ^^^^^^^^^^^ .. java:method:: @Override public boolean isDisplayed() :outertype: WebElementProxy isEnabled ^^^^^^^^^ .. java:method:: @Override public boolean isEnabled() :outertype: WebElementProxy isSelected ^^^^^^^^^^ .. java:method:: @Override public boolean isSelected() :outertype: WebElementProxy sendKeys ^^^^^^^^ .. java:method:: @Override public void sendKeys(CharSequence... keysToSend) :outertype: WebElementProxy submit ^^^^^^ .. java:method:: @Override public void submit() :outertype: WebElementProxy