Skip to content

Instantly share code, notes, and snippets.

@agustik
Created June 11, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustik/efda719a57e0aaac5a894d7f93e2acc1 to your computer and use it in GitHub Desktop.
Save agustik/efda719a57e0aaac5a894d7f93e2acc1 to your computer and use it in GitHub Desktop.
List all vms selected in vSphere H5 client
$.each($('table.k-selectable tbody[role="rowgroup"] tr[aria-selected="true"] td:first-child span[title]'), function (i, vm){ console.log($(vm).text()) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment