A B C D E F G H I K L M N O P R S T U V W X

E

ElementStub - Class in net.sf.sahi.client
ElementStub is a representation of a particular HTML DOM element on the browser.
It translates to its corresponding Sahi javascript API.
ElementStub(String, Browser, Object...) - Constructor for class net.sf.sahi.client.ElementStub
 
emailbox(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines a emailbox.
emphasis(Object...) - Method in class net.sf.sahi.client.BrowserElements
Defines emphasis.
execute(String) - Method in class net.sf.sahi.client.Browser
Executes any javascript on the browser.
executeSahi(String) - Method in class net.sf.sahi.client.Browser
Executes any sahi code and javascript on the browser.
executeStep(String) - Method in class net.sf.sahi.client.Browser
 
executeStep(String, boolean) - Method in class net.sf.sahi.client.Browser
 
ExecutionException - Exception in net.sf.sahi.client
Sahi - Web Automation and Test Tool Copyright 2006 V Narayan Raman Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
ExecutionException(String) - Constructor for exception net.sf.sahi.client.ExecutionException
 
exists(ElementStub) - Method in class net.sf.sahi.client.Browser
Returns true if the element exists on the browser Retries a few times if the return value is false.
exists(ElementStub, boolean) - Method in class net.sf.sahi.client.Browser
Returns true if the element exists on the browser
Retries a few times if optimistic is false.
exists() - Method in class net.sf.sahi.client.ElementStub
Checks if an element is present on the browser.
Internally calls browser.exists(this); Retries a few times if false.
exists(boolean) - Method in class net.sf.sahi.client.ElementStub
Checks if an element is present on the browser.
Internally calls browser.exists(this);
expectConfirm(String, boolean) - Method in class net.sf.sahi.client.Browser
Sets the input value of a confirm dialog with given message.
This needs to be set before a confirm is expected.
Prompts are generated in javascript via window.confirm(message)
expectPrompt(String, String) - Method in class net.sf.sahi.client.Browser
Sets the input value of a prompt dialog with given message.
This needs to be set before a prompt is expected.
Prompts are generated in javascript via window.prompt(message)

A B C D E F G H I K L M N O P R S T U V W X