You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far i have tested my windows application through winium and now i have a scenario where i need to validate the URL which was opened on a browser from a button on windows application.
Is this currently possible to pass control from Win application to the launched browser using Winium?
Even if not, is there any other work around? Even if i can get just the URL i will open other instance of Selenium webdriver with that URL.
The text was updated successfully, but these errors were encountered:
Click on (any) link/button which starts a browser.
Switch to browser Get(Copy) the URL of the opened browser by Robot class.(browser window will be on top of ur win application immediately after buton click, press F6(robot class) and press ctrl+c.
Close the browser.( Press ALT+F4(robot class)
Initiate a new web driver.
Paste the URL and click enter using Robot class.(press f6 and press ctrl+v and press enter key)
Validate the any field and pass data.(ur web validation)
close the webdriver.
switch back to window driver.
validate window menus.
close the windriver
Note : You have to keep both winium and chrome/firefox/IE drivers opened while running this test.
So far i have tested my windows application through winium and now i have a scenario where i need to validate the URL which was opened on a browser from a button on windows application.
Is this currently possible to pass control from Win application to the launched browser using Winium?
Even if not, is there any other work around? Even if i can get just the URL i will open other instance of Selenium webdriver with that URL.
The text was updated successfully, but these errors were encountered: