This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can Get a Value from a Column DataGridView in Silk Test (.NET Script) WEB Application

Hi Community I'm very new in this application I just know a litle bit of BuePrism, & I really need to know how can I Extract the "Status" Column value  to storage in a variable

Please somebody can help to me

Blessings!

  • Suggested Answer

    0  

    Without knowing the hierarchy of the Web application in question it is difficult to say what the locator should be.

    From a basic level, if the object in question is a DomElement you should simply need to call GetText to retrieve the text.

    Can you provide more details?

    • What is the locator for the elements beneath the status column?
    • What Silk Test client are you using (Silk4J, Silk4NET, Workbench, Classic)?
    • If Workbench, are you using a .Net script or a Visual Test?

    -Robert