Session
public interface Mouse
Modifier and Type | Method | Description |
---|---|---|
default Session |
click(String selector) |
Click on the specified element.
|
default Session |
click(String selector,
Object... args) |
Click on the specified element.
|
Session |
getThis() |
default Session click(String selector)
selector
- css or xpath selectordefault Session click(String selector, Object... args)
selector
- css or xpath selectorargs
- format stringSession getThis()
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.