I am trying to activate two applications, Safari and DuckDuckGo browsers, each at a specific URL, and position them at specific positions on the screen. I use this set of actions twice:
Activate Application
New Front Browser Tab with URL
Move Front Window to Position
Resize Front Window to Pixels.
That all works fine for the first application, but I can't seem to get the URL applied to the second application. There is no URL when the second application is opened, and there is a second tab open to the URL in the first application. Any advice?
I'm going to guess that your second browser doesn't support AppleScript, which is probably how KM's actions get the browser to do any work (other than resizing the windows, which you seem to be saying worked okay.)
It shouldn't be too hard to solve. Instead of using those KM actions, switch to different KM actions like Click on Location in window and Insert Text. You would examine how many pixels across and down the URL window is from the upper left corner of the browser, use the KM action "Click Mouse" to click in the bar, then use the KM action "Insert Text" to insert the text (possibly adding a newline to make it take effect.)
Based on what you've accomplished so far, it sounds like you can handle this. But if not, ask further questions.