22-07-23 08:05 PM
Bot was not able to click the search bar using navigate stage of whatsapp web application, i tried by spying browse mode(even tried UI mode) bot was able to identify the element but was not able to click that search bar, Is there is any alternative to resolve this issue, so bot can able to click that search bar.
22-07-23 08:24 PM
Hi@SRizvi - Use activate application & Focus on element search bar before sending click (activate the outer window of your browser which you would have to spy through windows mode) in navigate stage first and then use focus to focus on search bar element followed by your orginal action to send click.
Regards,
M