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

.selenide-core.6.17.0.source-code.get-selected-text.js Maven / Gradle / Ivy

There is a newer version: 7.5.0
Show newest version
(function(element) {
  return element.value.substring(element.selectionStart, element.selectionEnd);
})(arguments[0])





© 2015 - 2024 Weber Informatics LLC | Privacy Policy