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

ruby.defines.rb Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
def xpath str
  $page.getHtml().xpath(str).toString()
end
def css str
  $page.getHtml().css(str).toString()
end
def urls str
  links = $page.getHtml().links().regex(str).all();
  $page.addTargetRequests(links);
end





© 2015 - 2024 Weber Informatics LLC | Privacy Policy