0

During the automation a third party server (Legedo - Powerdocs - OpenText) will be started and this one is not supported from my Siebel UI. I was using perl to controll this third party, i stopped since perl needs physicall screnns.

My questions are :

1 - How to copy / Extract the URL of this open session and re-use it on python selenium script? 2 - How to make selenium interract with this open session ?

Note : 1- the third party generates a new URl after each start . 2 - Google Chrome

1 Answers1

0

Fixed using some basics of pyautogui to copy the url: alt + d

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 22 '22 at 14:50