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

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 14, 2025

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

      May 14, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 14, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 14, 2025

      I test a lot of AI coding tools, and this stunning new OpenAI release just saved me days of work

      May 14, 2025

      How to use your Android phone as a webcam when your laptop’s default won’t cut it

      May 14, 2025

      The 5 most customizable Linux desktop environments – when you want it your way

      May 14, 2025

      Gen AI use at work saps our motivation even as it boosts productivity, new research shows

      May 14, 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

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025
      Recent

      Strategic Cloud Partner: Key to Business Success, Not Just Tech

      May 14, 2025

      Perficient’s “What If? So What?” Podcast Wins Gold at the 2025 Hermes Creative Awards

      May 14, 2025

      PIM for Azure Resources

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

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025
      Recent

      Windows 11 24H2’s Settings now bundles FAQs section to tell you more about your system

      May 14, 2025

      You can now share an app/browser window with Copilot Vision to help you with different tasks

      May 14, 2025

      Microsoft will gradually retire SharePoint Alerts over the next two years

      May 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Element not interactable in a non Angular site

    Element not interactable in a non Angular site

    July 12, 2024

    For my test, I am using protractor. The test first opens an Angular page, do some actions and then open a nonangular site. For the nonangular site I did the following:

    it(‘should login on BC’, function(){
    browser.waitForAngularEnabled(false); // disable waiting to navigate to not Angular page
    browser.get(‘non angularsite’);
    element(by.id(‘UserName’)).sendKeys(‘user’);
    element(by.id(‘Password’)).sendKeys(‘pwd’);
    element(by.id(‘submitButton’)).click();
    });

    it(‘should confirm the quantity typed on BC’, function () {
    browser.driver.manage().window().maximize();
    browser.sleep(2000);
    element(by.className(‘ms-list-itemLink’)).click();//click on search button
    browser.sleep(2000);
    browser.switchTo().frame(element(by.className(‘designer-client-frame’)).getWebElement());
    element(by.css(‘.thm-cont-g0-bgcolor-1 > .icon-MoreEllipsis’)).click();
    browser.sleep(1000);
    element(by.linkText(‘BFTESTUSER’)).click();
    browser.sleep(2000);

    element(by.css(‘.ms-nav-contextmenu-trigger:nth-child(3)’)).click();//click on posting date
    browser.sleep(3000);

    When the automation reaches the

    element(by.css(‘.ms-nav-contextmenu-trigger:nth-child(3)’)).click();//click on posting date

    I got the following error:

    Failed: element not interactable
    (Session info: chrome=79.0.3945.130)
    (Driver info: chromedriver=79.0.3945.16 (93fcc21110c10dbbd49bbff8f472335360e31d05-refs/branch-heads/3945@{#262}),platform=Windows NT 10.0.18362 x86_64)
    Stack:
    ElementNotVisibleError: element not interactable
    (Session info: chrome=79.0.3945.130)
    (Driver info: chromedriver=79.0.3945.16

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow can I format the current date and time and then use them in a variable in GoTest?
    Next Article How to write unit test for methods with a large number of parameters?

    Related Posts

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-30419 – NI Circuit Design Suite SymbolEditor Out-of-Bounds Read Vulnerability

    May 15, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-30418 – NI Circuit Design Suite SymbolEditor Out-of-Bounds Write Vulnerability

    May 15, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Multiple browser support

    Development

    So, You Want to Give Up CSS Pre- and Post-Processors…

    News & Updates

    UK Prime Minister Keir Starmer and Prince William deepfaked in investment scam campaign

    Development

    Modder Discovered Kernel-Level Exploit in Xbox One Consoles

    Development
    Hostinger

    Highlights

    Human-Centered Design Through AI-Assisted

    February 20, 2025

    The most reliable way to meet user needs is through extensive usability research. However, scaling…

    Perficient Hyderabad’s Impact During Hunger Action Month

    November 1, 2024

    Rilasciato Qt 6.9: il framework per interfacce grafiche si aggiorna con prestazioni potenziate e nuovo supporto emoji

    April 3, 2025

    CC-SAM: Achieving Superior Medical Image Segmentation with 85.20 Dice Score and 27.10 Hausdorff Distance Using Convolutional Neural Network CNN and ViT Integration

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

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