public class JSoupTester extends Object
| Constructor and Description |
|---|
JSoupTester(String pageSource) |
JSoupTester(String pageSource,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
elementExists(String cssQuery) |
JSoupFinder |
findByCss(String cssQuery) |
JSoupFinder |
findById(String id) |
JSoupFinder |
global() |
public JSoupTester(String pageSource)
public JSoupFinder global()
public JSoupFinder findByCss(String cssQuery)
public JSoupFinder findById(String id)
public boolean elementExists(String cssQuery)
Copyright © 2003–2020 Atlassian. All rights reserved.