Метод | Описание | |
---|---|---|
Factory ( ) : AppDriverFactory |
The AppDriverFactory is responsible for creating an instance of an AppDriver
|
|
TryGetMember ( |
This method is in charge of dynamic binding of properties/methods in this Dynamic Object In specific for this class, it is in charge of creating instances of Page Objects that are dinamically registered with the AppDriver during the initial driver creation (using AppDriver.Factory().Register<> method)
|
|
TrySetMember ( |
Метод | Описание | |
---|---|---|
AppDriver ( |
AppDriver should only be instantiated through its factory
|
public static Factory ( ) : AppDriverFactory | ||
Результат | AppDriverFactory |
public TryGetMember ( |
||
binder | Information about the member we are trying to bing | |
result | object | Newly created PageObject |
Результат | bool |
public TrySetMember ( |
||
binder | ||
value | object | |
Результат | bool |