org.openqa.selenium.remote
Class PropertyMunger

java.lang.Object
  extended by org.openqa.selenium.remote.PropertyMunger

public class PropertyMunger
extends Object


Constructor Summary
PropertyMunger()
           
 
Method Summary
static Object get(String name, Object on)
           
static void set(String name, Object on, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMunger

public PropertyMunger()
Method Detail

get

public static Object get(String name,
                         Object on)
                  throws Exception
Throws:
Exception

set

public static void set(String name,
                       Object on,
                       Object value)
                throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.