Missing the first / last character when using type

Missing the first / last character when using type

Home Forums Ask Expert Missing the first / last character when using type

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32419
    ann Le
    Participant

      missing the first letter or last letter when using type method. ie., type “my new test” –> result only type either “y new test” or “my new tes”
      Please help why?? Thanks for your help in advance!

      #32420
      Sergey ZAP
      Keymaster

        1. Try to slow down typing:
        Type(“my new test”,100) – introduces 100ms between typing characters.

        2. Try to disable field clear action:
        Type(“my new test”,100, False)

        #32421
        ann Le
        Participant

          try all the option available for type method but no hope
          type “my new test{ENTER}”, 200, false,true,”en-US”

          #32422
          Sergey ZAP
          Keymaster

            Try to use inactive window.
            – Scan the dialog using new application object;
            – In the object properties set Activate Window=False;
            – Use only the Type step against control within the application object.

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

          Virtual Expert

          ZAPTEST

          ZAPTEST Logo