Sendkeys Katalon Recorder Vs Ui Vision Comparison

@admin

I use from long time ui vision and katalon recorder and i can confirm that Katalon Recorer working better of ui vision.

I say this both because it is true and because I would like the vision to be improved despite noticing so many errors in ui vision in years never solved, I love ui vision but for automation i need a software that can work without bug.

Sendkeys Advantages with Katalon Recorder.

Katalon Recorder records all sendleys commands and allows you to emulate the keyboard quite well, you don’t need xmodules, it’s free and it works and not require focus on screen.

Ui vision sendkey never working and commands can not saved by recording.

Example.

macro code:

{
  "Name": "Sendkeys",
  "CreationDate": "2021-1-18",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://www.w3schools.com/howto/howto_js_autocomplete.asp",
      "Value": ""
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": ""
    },
    {
      "Command": "type",
      "Target": "id=myInput",
      "Value": "A"
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": ""
    },
    {
      "Command": "sendKeys",
      "Target": "id=myInput",
      "Value": "${KEY_DOWN}"
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": ""
    },
    {
      "Command": "sendKeys",
      "Target": "id=myInput",
      "Value": "${KEY_ENTER}"
    }
  ]
}

Katalon Recorder working well

Screen


2

Ui visioin sendkeys bugged (it never work in any site)


The sendkeys command in Katalon Recorder works well and is also recorded instead in ui vision works very badly and is not even recorded automatically. I’ve never seen Sendkeys working in Ui vision.

Often sendkeys with ENTER sends forms instead of clicking the boxes and in general it works badly I still haven’t found any site where sendkeys works with ui vision while otherwise I found many sites where sendkeys works great with Katalon Recorder.

I hope you can improve sendkeys and make it look like Katalon Recoder.

Thanks

Thanks for the interesting test case! But does your Katalon macro really work? I installed the Katalon recorder, and it does not work at all with the autocomplete dropdown (just as the Selenium IDE SendKeys does not work):

If your Katalon script works, what did I do wrong? Can you attach your working test case?

On the other hand, the autocomplete dropdown works great with XClick and XType :slight_smile:

1 Like

Hi

You wrote some wrong things so I prove the whole forum the truth by adding 2 videos where you can clearly see that I’m right.

In Katalon Recorder sendkeys works well in many sites in ui vision never works, I’ve never seen sendkeys work in ui vision and I’ve been trying this command for at least 1 year.

Benefits of Working Sendkeys

  1. Does not require xmodules, installation, privilege
  2. works with any screen color even with dark reader and any extension to improve reading
  3. is free and unlimited
  4. does not require focus on the screen and you can also use it in multiple browsers together
  5. It’s faster than Xclick
  6. You can use native in browser and you can use portable browser with pendrive, connect pendrive and run macro and working (no need privileges to istall xmodules) and working in any machine incompatible xmodules too.

I don’t write this because I want ui vision users to use Karalon Recorder which really works better than ui vision but I write this because I would like you to take katalon recorder’s quality and add it in ui vision to improve it.

Katalon Recorder works very well it never freezes, it doesn’t have strange errors like ui vision that has so many errors never solved and all the commands in Katalon Recorder are excellent and perfect so you can let it work automatically knowing that everything will be fine and everything will always work and I wish the same is with Ui vision that I love but sometimes prevents me from working for strange mistakes.

Here are the videos with the comparison of Sendkeys where in Katalon Recorder works very well while Sendkeys in ui vision works very badly, I have already tried Sendkeys in many sites and with Katalon Recorder always funziiona very well with ui vision always works very badly.

Here are the videos that prove everything watch ui vision yourself with Sendkeys that errors shows and doesn’t work properly, try the videos yourself can’t lie show the truth.

Sendkeys with Katalon Recorder works great with all keyboard keys and is also recorded automatically is an excellent command that doesn’t work in ui vision instead.

I repeat I write this because I love ui vision and I would like it perfect and precise to let it work automatically without risk of bugs for this I wrote you this comparison to show you the real problems of ui vision.

Thanks

I repeat, I love ui vision, I love this community, I have a lot of respect for the admin and when I report a problem it is because I see it and there is really, what depends I can not know but if I report a problem it is because I see the problem, I never write false reports.

I do not know if a problem depends on the browser, the operating system or an addon or anything else but if I point out a problem it is because I see the problem and I never point out problems that do not exist.

Your embedded videos do not play for me. This is what I see:

Sorry i upload on imgur now

Can you see the videos now ?

Thanks, I see it now. So I retested in Firefox. Result: In Firefox the Katalon sendkeys works (as in your video), but not in Chrome.

So… I am sure we can make our sendkeys work in the next Firefox version, too. Thanks for this hint!

About recording: The UI.Vision Selenium IDE records the macro below. This works, too, and is even simpler than using Sendkeys (nevertheless I agree that in this case our Sendkeys has a bug, and will be fixed):

{
  "Name": "sk1",
  "CreationDate": "2021-1-19",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://www.w3schools.com/howto/howto_js_autocomplete.asp",
      "Value": ""
    },
    {
      "Command": "type",
      "Target": "id=myInput",
      "Value": "Cambodia"
    }
  ]
}

Katalon stops my Firefox, do you see this as well?

Thank you @admin

Sometimes it also happened to me that Katalon Recorder slows down the browser looks like a random bug doesn’t always appear.

I currently use firefox for ui vision because it requires little memory compared to Chrome.

I soon release the video of the problem I have with Xclick with firefox, sometimes Xclick gets the wrong position and I do not understand why it is caused by firefox or caused by an addon or caused by something else.

I update the Xclic post with the video so you see that i really get the position wrong a few times and even today I did not understand the reason and how to solve.

Thank you again

Thanks, I am looking forward to testing it :slight_smile:

Will the sendkeys command be improved in future ui vision updates?

This command is useful when working with a virtual machine and you don’t have permissions to install xmodules, in which case Sendkeys can help automate.

I wanted to know if Sendkeys in ui vision emulates all keyboard keys (KEY_ENTER, KEY_TAB, KEY_SPACE and other) without the need for installed xmodules?

Thank you again

  1. Will it be improved? Yes! I created a ticket for it from your test case. If you find more test cases, let me know. => The RPA sendkeys will work on all websites where Katalon sendkeys works.

  2. Note: XModules on Windows and Linux do not require admin rights (only on Mac).

  3. Does sendkey emulate all keyboard keys? Yes, but: Sendkeys (as in our RPA software, Katalon, and the original Selenium IDE) is based on Javascript. So yes, we do trigger the KEY_ENTER, KEY_SPACE, (etc) Javascript events, but on more and more complex websites these Javascript events do not work. In such cases only XType can help. Examples of such websites: Sketchpad - Draw, Create, Share! or http://en.key-test.ru/ <= Only XType works!

1 Like

Thanks

I added videos for my Xclick problem.

I do not know what it depends on but to me in firefox it does not work well,

I made 2 videos to prove that the problem is random and comes up several times in an unpredictable way.

I have repeatedly changed firefox, and reinstalled ui vision but Xclic’s problem remains for me.

I’m using the old xmodules ui.vision-xmodules-setup-v202009

Thanks

Thanks - but I can not see any video?

Also: Please upgrade to the latest XModules V2021-2 - it fixes almost all known issues. Does it work better for you?

Here videos with xclick problem on firefox

https://forum.ui.vision/t/new-xmodule-v2021-2/6816/13

Next days I install new xmodules and try again

Thanks