Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Raleway font recognition

Raleway font recognition

Home Forums Ask Expert Raleway font recognition

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48014
    Marco Malziotti
    Participant

      Good evening,
      Maybe ZapTest doesn’t recognize the Raleway font especially when there are letters and numbers (like 1 and 0) in the parsed string.
      How can I solve the problem?
      I attach scripts, reports and datatables (expires on 12/29/2022)
      https://octospa-my.sharepoint.com/:f:/g/personal/m_malziotti_octotelematics_com/EparnrIHzhlBgCPnD9uvEl4BTYxr4NPraFG8seXHAY_2uA?e=dQcZmc
      Thanks

      Marco Malziotti

      #48017
      Sasha ZAP
      Moderator

        Hello Marco,
        I’ve tried to execute the test but got a “403 Forbidden” error.

        Basically to get a certain cell data you can try this option:
        Application(“SystemConsole”).View(“BKN-Rules”).Object(“lblHdrName”).List(“listRules”).DblClickRow 1
        zap.Keyboard.KeyDown zap.Keys.Ctrl
        zap.Keyboard.KeyPress zap.Keys.C
        zap.Keyboard.KeyUp zap.Keys.Ctrl
        strRow1Data = zap.GetClipboard

        Hope this helps.
        Thanks,
        ZAPTEST Team

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.