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 7977465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T09:12:26+00:00 2026-06-04T09:12:26+00:00

How to handle onload javascript alerts in selenium? It is not being captured in

  • 0

How to handle onload javascript alerts in selenium?

It is not being captured in Selenium IDE neither it is being handled by getAlert() function.

  • 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-04T09:12:28+00:00Added an answer on June 4, 2026 at 9:12 am

    Even I faced the same problem. After several hours spent with selenium, found the solution for handling java script alerts and popups.

    we can use the keyPressNative of selenium to handle the java script alerts from the selenium RC.

    Here is how the key*Native() method have to be used:

        selenium.keyPressNative("27"); // Escape
        selenium.keyPressNative("10"); // Enter    
        selenium.keyDownNative("16"); // Press and do not relase the shift key, so that
        selenium.keyPressNative("79"); // this character will be capitals
        selenium.keyUpNative("16"); // Release the shift key, as we don't need it for the 
        selenium.keyPressNative("67");
    

    It is not advisable but helped me in handling some of the selenium failures.

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

Sidebar

Related Questions

<head> <script language=javascript> // must have the onload handler onload = function countRows(){ var
I have this example document: <html> <body> <script type=text/javascript> document.body.onload = myFunc(); function myFunc()
I'm adding images (nodes) to an HTML5 canvas with the following JavaScript function: function
I know in jquery it is possible to call the javascript/jquery onload() / load()
I'm just reading a bit into JavaScript and came over some code that handle
so i have this script: <script type=text/javascript> $(window).load(function () { var imagePath = new
Anyone could help me how to handle orientation change event in Javascript when visiting
What order of precedence are events handled in JavaScript? Here are the events in
Possible Duplicate: JavaScript Event Listeners vs Event Handlers element.onload vs element.addEventListener(“load”,callbak,false) I've read this
JavaScript executes for a computer but not for a iPad. I am not sure

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.