All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.defines.js Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
function $(str){
    return page.getHtml().$(str).toString();
}
function xpath(str){
    return page.getHtml().xpath(str).toString();
}
function urls(str){
    links = page.getHtml().links().regex(str).all();
    page.addTargetRequests(links);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy