Has anyone been able to verify jQuery version using Katalon?
I’m using this command in browser dev tools and getting a return of a version number.
$().jquery
My plan was to write an Assert statement with the version I am expecting and compare it to the value returned from the command.
Just not sure how to capture jQuery version.