Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 16, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 16, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 16, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 16, 2025

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025

      Minecraft licensing robbed us of this controversial NFL schedule release video

      May 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The power of generators

      May 16, 2025
      Recent

      The power of generators

      May 16, 2025

      Simplify Factory Associations with Laravel’s UseFactory Attribute

      May 16, 2025

      This Week in Laravel: React Native, PhpStorm Junie, and more

      May 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025
      Recent

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»How to resolve exception – “element click intercepted ,Other element would receive the click”?

    How to resolve exception – “element click intercepted ,Other element would receive the click”?

    June 25, 2024

    Here is my script –

    next=WDS.browser.findElement(pkg.By.xpath(“//button[contains(@class,’btn btn-sm btn-light border ml-3′)]”))

    while(next.isEnabled()==true)
    {
    //java.lang.Thread.sleep(4000);

    var wait19 =new org.openqa.selenium.support.ui.WebDriverWait(WDS.browser, 9000)
    wait19.until(org.openqa.selenium.support.ui.ExpectedConditions.elementToBeClickable(pkg.By.xpath(“//button[contains(@class,’btn btn-sm btn-light border ml-3′)]”))).click()

    next=WDS.browser.findElement(pkg.By.xpath(“//button[contains(@class,’btn btn-sm btn-light border ml-3′)]”))
    //WDS.log.info(WDS.browser.getPageSource())
    if (!next.isEnabled()) {
    WDS.log.info(‘Next button disabled’)
    break
    }
    }

    In my application, I need to visit total 300 pages and calculate time taken to traverse from first page to last.

    But, when click on next button, it throws exception:

    ERROR c.g.j.p.w.s.WebDriverSampler: element click intercepted: Element <button _ngcontent-pde-c133=”” class=”btn btn-sm btn-light border ml-3″>…</button> is not clickable at point (226, 567). Other element would receive the click: <div _ngcontent-pde-c109=”” class=”overlay ng-tns-c109-11 ng-trigger ng-trigger-fadeIn ng-star-inserted ng-animating” style=”background-color: rgba(0, 0, 0, 0.8); z-index: 99999; position: fixed;”>…</div>

    How do I resolve it?

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow to paste the text to the next line using Robot Framework?
    Next Article JMeter + Webdriver : Java code is not taking screenshot and it is giving ERROR c.g.j.p.w.s.WebDriverSampler: Sourced file: inline evaluation of:

    Related Posts

    Machine Learning

    Salesforce AI Releases BLIP3-o: A Fully Open-Source Unified Multimodal Model Built with CLIP Embeddings and Flow Matching for Image Understanding and Generation

    May 16, 2025
    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 16, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Square Enix: ‘Final Fantasy VII Rebirth’ “cannot be exclusive to one console,” again implying an eventualXboxlaunch

    Development

    Russia Spreading Deepfakes and Misinformation on Kursk Offensive, Says Ukraine

    Development

    DragonForce Ransomware Hits Harrods, Marks and Spencer, Co-Op & Other UK Retailers

    Security

    Malaysia Airports Hit by Cyberattack: Hackers Demand $10M Ransom

    Development
    GetResponse

    Highlights

    Beware of fake AI tools masking very real malware threats

    July 30, 2024

    Ever attuned to the latest trends, cybercriminals distribute malicious tools that pose as ChatGPT, Midjourney…

    Dimitris Bertsimas named vice provost for open learning

    August 8, 2024

    Hacker Shares Data Allegedly Stolen From Shopify Breach

    July 4, 2024

    Integrating Image-To-Text And Text-To-Speech Models (Part 2)

    August 30, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.