McQuinge Posted January 29, 2023 Posted January 29, 2023 Hi, Is it possible to activate a running WD session of Edge? I have made a GUI that pops up after the Edge browser has finished loading. But then I want to go to another webpage by a click in the GUI. I believe I need something like WinWaitActivate... Is there a session id that I can call? Also found something here that might help me, but I did not figure out how it should be for Edge.
mistersquirrle Posted January 30, 2023 Posted January 30, 2023 (edited) It would probably be best to post in that linked thread for WebDriver if you're looking for support for it. Also with a quick search, you may need to download the WebDriver Driver for Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ I don't know anything about Edge/WebDriver myself, but just wanted mostly to mention that you'll likely have better responses if you post in that Help & Support thread for WebDriver specifically. Edit: Also, it's recommended that you post some example code or part of what you're working on so that someone else can run it and test it, to give feedback/suggestions that will work for you. Edited January 30, 2023 by mistersquirrle We ought not to misbehave, but we should look as though we could.
McQuinge Posted January 31, 2023 Author Posted January 31, 2023 Thanks for your reply, I was standing in the right thread, but I created a new topic instead of replying to this topic. Sorry. Can this topic be deleted by someone please???
Danp2 Posted January 31, 2023 Posted January 31, 2023 @McQuingeNo need to delete the topic. It's fine to continue the discussion here. FWIW, the process to reattach to Edge should be identical to the one for Chrome since they are both based on Chromium. Latest Webdriver UDF Release Webdriver Wiki FAQs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now