Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

240
Views
How to read Jquery Version from Chrome browser console for webpages and write in eclipse Java console through selenium

How to read Jquery Version from Chrome browser console for webpages and write in eclipse Java console through selenium.

Command: $. ui. version

enter image description here

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can use either of the following commands within the console:

  • $().jquery;
  • $.fn.jquery

Snapshot:

jQuery_version


Programmatically

To redirect the jquery version within the browser console you can use the following solution:

  • Code Block:

    driver.get("https://jquery.com/")
    print(driver.execute_script("return $().jquery;"))
    print(driver.execute_script("return $.fn.jquery"))
    
  • Console Output:

    1.11.3
    1.11.3
    
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!