Результаты поиска

  1. H

    C# - "last" keyword not working in FindElementByAttribute

    Thanks. So IMO Zennoposter crew should change "Convert to C#" if the 5th keyword is "last" to one of Your solutions.
  2. H

    C# - "last" keyword not working in FindElementByAttribute

    Really, no one? So, maybe it's a bug?
  3. H

    C# - "last" keyword not working in FindElementByAttribute

    I want to click on the last element using C#. I've converted click block to C# and got: // Action designer, type RiseEvent HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("span", "class", "value", "text", last); if (he.IsVoid) return -1; // Emulation delay...