selenium - How to automate a windows screen that has a webpage embed in it? -


i have msi installer, after installation opens configuration screen. before start configuring, need enter login credentials. now, login screen opens in window has web page embed it. need automate login screen enter user name , password.

in below image, windows screen. 1 red border windows pane, inside web page can see fields enter credentials. when see using uispy, can see url in 'value' field when pointed inside pane.

if use ui automation, cannot detect web page. if use selenium cannot detect windows screen. how handle scenario. suggestion of great help.

enter image description here

forget selenium , start looking @ autoit or similar tools, can operate native windows frames , possible elements inside. https://www.autoitscript.com/site/autoit/


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -