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 read the row number with having column data?

    How to read the row number with having column data?

    April 25, 2024

    I’m automating an app and using winappdriver tool with java language for the same. I am selecting a row and clicking on that row in GUI. Here I am trying to delete a row. So I have a sequence number and with that sequence number I need to delete the row.

    This is the snap of UI Spy :

    Here sequence number value is 5, but I want to click the row 3.

    //here loopng through each row by row..
    String seqNoData=alEvents.get(i).sequenceNumber; //data (sequcenceNumber) from db
    List<WebElement> pbp_insert = mainEntrySession.findElementByName(“DataGridView”).findElements(By.tagName(“./*[contains(@LocalizedControlType, ‘table’)]”));
    List<WebElement> pbp_insert_grid_cells = pbp_insert.get(0).findElements(By.tagName(“./*[contains(@LocalizedControlType, ‘item’)]”));

    // pbp_insert_grid_cells–contains all cellvalues
    for(int cellIndex = 14;cellIndex < pbp_insert_grid_cells.size();cellIndex=cellIndex+17) //14 th column is sequence number
    {

    rowSequenceNo = pbp_insert_grid_cells.get(cellIndex).getText(); //read sequence number from gui

    if(seqNoData==rowSequenceNo)
    {

    //sequence number 5==5 matching, how to get the sequence number row 3 and row 3 parent
    //here how to fetch parent from child to click on that row..
    }

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleResearchers at MIT Propose ‘MAIA’: An Artificial Intelligence System that Uses Neural Network Models to Automate Neural Model Understanding Tasks
    Next Article Top 10 Explainable AI (XAI) Frameworks

    Related Posts

    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 17, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2024-47893 – VMware GPU Firmware Memory Disclosure

    May 17, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    ASUS releases fix for AMI bug that lets hackers brick servers

    Security

    Neglected Domains Used in Malspam to Evade SPF and DMARC Security Protections

    Development

    The Thurzo House Museum

    Development

    The good, the bad and the unknown of AI: A Q&A with Mária Bieliková

    Development

    Highlights

    Microsoft AI Tour is coming to Sydney on December 11 after stops in London & other European cities

    December 7, 2024

    The Microsoft AI Tour will stop in Sydney on December 11, featuring top speakers from…

    G20 2014 Summit Lure used to target Tibetan activists

    April 9, 2025

    Collaborating to advance research and innovation on essential chips for AI

    March 27, 2025

    CodeSOD: Objectified

    November 18, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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