Hi all
I've found that the click button/link on webpage has not been working on certain web items (when emulating clicks) so I've been running a JavaScript function as a workaround, but I've encountered an element where this isn't working either.
I've been using the below as an example.
function ExecuteScript() { document.querySelectorAll ('a[Id="ctl00_ctl00_MiddleContent_MainContent_lbFundsSent"')[0].click(); }
The link I'm currently having issues with is slightly different as when I'm viewing the details of it it displays a href rather than an ID: ,<a href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$uiSchedule','Edit$0')"> , so when replacing the content with this it doesn't work.
Any idea how to make this work? As the click link/button function doesn't work and I can't send physical clicks whilst on a VM.
Thanks!


Report
All responses (
Answers (