Site that stuck ui vision tested in virtual machine and reproduced bug in video saved in desktop

Hi @admin

Today I reproduced the bug in virtual machine.

This bug stuck totally ui vision with simple commands.

After load the site ui vision remain stucked and can not continue macro, after 60 seconds show
[error] IPC Promise

I saved 1 video with ui vision for firefox stucked and 1 text file with info.

I hope to be fix this bug.

I saved macro in ui vision you can try it.

Rarely ui vision works with this macro and execute the macro without errors.

Sometimes after more stucked macros ui vision can execute part of old macro, in my test sometimes open 3-4 times the same site, I think ui vision can execute old macro code stucked if you stop and restart more times the same macro.

If you need more details write to me.

For privacy i prefer to not write in public the site name.

Have a nice day

@admin

I tested in your machine with teamviewer my macro and i saved a video with a site that stuck ui vision.

If you need other info write to me in your virtual machine RDP i saved video, text with info and macro used for test.

Thanks

@admin

Any news for this bug? have you seen the video in virtual machine ?

Will be fixed ?

Thanks

Sorry, we have been swamped with support issues this week. But we will have a look at it soon.

1 Like

Thanks if you need other info write to me :slight_smile:

I just replied to your email. Thanks again for creating the test. I confirmed the issue.

But the good news (workaround) is that it works ok in Chrome, see here:

Macro:

{
  "Name": "trfficg",
  "CreationDate": "2020-8-13",
  "Commands": [
    {
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": ""
    },
    {
      "Command": "selectWindow",
      "Target": "TAB=OPEN",
      "Value": "http://www.trafficg.com"
    },
    {
      "Command": "waitForPageToLoad",
      "Target": "10000",
      "Value": ""
    },
    {
      "Command": "pause",
      "Target": "10000",
      "Value": ""
    },
    {
      "Command": "click",
      "Target": "linkText=Register Now",
      "Value": "",
      "Targets": [
        "linkText=Register Now",
        "xpath=/html/body/p/table[4]/tbody/tr/td/table/tbody/tr[7]/td/a",
        "xpath=//tr[7]/td/a",
        "css=body > p > table.Back2.Center > tbody > tr > td:nth-child(1) > table > tbody > tr:nth-child(7) > td:nth-child(1) > a"
      ]
    },
    {
      "Command": "pause",
      "Target": "5000",
      "Value": ""
    },
    {
      "Command": "type",
      "Target": "name=firstname",
      "Value": "aaa",
      "Targets": [
        "name=firstname",
        "xpath=/html/body/p/table[4]/tbody/tr/td[2]/table/tbody/tr/td/div/form/table/tbody/tr[2]/td[2]/input",
        "xpath=//input[@name='firstname']",
        "xpath=//form/table/tbody/tr[2]/td[2]/input",
        "css=body > p > table.Back2.Center > tbody > tr > td:nth-child(2) > table > tbody > tr > td > div > form > table:nth-child(1) > tbody > tr:nth-child(2) > td:nth-child(2) > input"
      ]
    },
    {
      "Command": "type",
      "Target": "name=lastname",
      "Value": "BBB",
      "Targets": [
        "name=lastname",
        "xpath=/html/body/p/table[4]/tbody/tr/td[2]/table/tbody/tr/td/div/form/table/tbody/tr[3]/td[2]/input",
        "xpath=//input[@name='lastname']",
        "xpath=//form/table/tbody/tr[3]/td[2]/input",
        "css=body > p > table.Back2.Center > tbody > tr > td:nth-child(2) > table > tbody > tr > td > div > form > table:nth-child(1) > tbody > tr:nth-child(3) > td:nth-child(2) > input"
      ]
    }
  ]
}

Hi admin i use firefox for portability, Google Chrome is not portable and save more files in hard disk.

If this bug can be fixed I appreciate it, if there is a solution can i use tell me.

Thanks