26-12-23 05:22 PM
------------------------------
Flavio Lara
System Analyst
Vallourec Tubos do Brasil
Belo HorizonteBrazil
------------------------------
27-12-23 10:00 PM
For the application modeller are you using the Windows Application or Browser-based Application (Chrome, Firefox or Edge Chromium. I found in version 7 I had to switch to Windows Application for Edge to work properly.
27-12-23 10:04 PM
This was just for launching Edge. I could still utilize the old browser modeller for all the automation I had setup.
28-12-23 10:32 AM
Hello David.
We're using Browser-based Application (Chrome, Firefox or Edge Chromium in both objects.
I'll test the suggestion you shared and post the results here.
Thank you
28-12-23 10:49 AM
Hello David.
I've changed the "Object 1" from "Browser-based" to "Windows Application" and it worked.
However, all "browser-based actions" stopped working (I've expected that). If I can not find any other option, maybe the solution is to rewrite this object using your idea and replace these impacted actions using a different approach.
Thank you again.
28-12-23 02:22 PM
I had created a separate Business Object for Launching Edge as a Windows App it attaches as well.
I kept the original Business Object as it was as a Browser App.
After it launches and attaches via the new BO Windows App it then runs the previous Browser based Application by attaching with that one and continuing on as normal.
28-12-23 04:09 PM
Do you have any check in your windows app BO to wait the website finish loading?
28-12-23 05:16 PM
Here is kind of my setup. I forgot a little how I setup.
BO-Edge
|
LaunchTab
|
|
Action (calls BO-EdgeApp Launch)
|
|
Action Attach (calls Attach tab in BO-Edge) Everything after this point is done in BO-Edge except the end Exit function is in BO-EdgeApp
|
|
Wait (Element - Main Page - Parent Document Loaded)
__________________________________________
------------------------------
David Anderson
------------------------------
28-12-23 05:50 PM
Thanks for sharing David.
I'll try something similar.