Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8499389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:39:11+00:00 2026-06-11T00:39:11+00:00

As you know, Selenium IDE can show you a script and tell you what

  • 0

As you know, Selenium IDE can show you a script and tell you what element you just manipulated.

I don’t know the what happened behind this. Every automation framework can know what element you are clicked, inputed, or selected..

I want to have a console output and display every element I just manipulated in browser.

How can I implement this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T00:39:13+00:00Added an answer on June 11, 2026 at 12:39 am

    Using jQuery:

    $("*").click(function(e) {
        console.log(this);
    }.blur(function(e) {
        console.log(this);
    };
    

    Just pop this on your page somewhere and it’ll log the element that was manipulated whenever it’s clicked or selected. I’m sure there are other ways of manipulation, but the above is a start. It would be trivial to add more handlers–.change() and .hover() come to mind.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can user is able to give manual input while running selenium IDE script? For
I don't know what to do with this mouseOver in selenium. I'm working with
I'm new to Selenium and C#. I know this code is not optimal, can
Does anybody know How I can get the ckEdtior to work with Selenium. I'm
I don't have any prior experience with Selenium/WebDriver tests. I know that Play supports
I know that Selenium has a built-in method getTable(tableName.row.column) can return a cell conveniently.
Note: To answer this question, you shouldn't have to know anything about Selenium or
I need to find an element in selenium 2 and I know that the
I don't know if this is strictly a programming question but here goes. I
I'm using Selenium IDE and would like to know if it is possible to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.