Hi,
I have multiple process which having combine of web action and Window action (Window action need to used because web action not able to work there and handling some pop up )
But today process get failed for only window action and web action work fine .
for that i have check chrome version then i observed chrome version changed (latest chrome Version 134.0.6998.89 ) that might be affect on window action .
I know we can change old element with new element but its very time consuming for production process .
is there any solution for it , because change in multiple process is very time consuming and its effect on business process .
For Reference :-
Parent Element Old :- :desktop > pane[Process="chrome"]
Parent Element New :- :desktop > window[Process="chrome"]
Child Old :- > document[Class="Chrome_RenderWidgetHostHWND"] > group custom[Name="Overseas"]
Child New :- > pane[Process="chrome"] window[Name="Overseas"]
Thanks & Regards
Chetan Ninghot