Hi trying to click "share" button on google plus https://plusone.google.com/_/+1/confirm?hl=en&url=http://mail.ru
Zenno does not seem to pick up "Share" button onclick event does not do anything
Here is element:
click and onclick do nothing how can I trigger click?
I'm a bit confused I thought surely it should be able to click????
Any help greatly appreciated.
Zenno does not seem to pick up "Share" button onclick event does not do anything
Here is element:
Код:
<div guidedhelpid="sharebutton" aria-disabled="false" class="c-wa-Da b-a b-a-ga e-U-me e-U-me-Qf" role="button" style="-moz-user-select: none;" tabindex="0">Share</div>
Код:
// Event click [text=Share] [tag=div]
he = instance.GetTabByAddress("page").GetDocumentByAddress("0").FindElementByAttribute("div", "fulltag", "div", "text", 62);
if (he.IsVoid) return -1;
he.RiseEvent("click", false);
if (tb.IsBusy) tb.WaitDownloading();
if (instance.GetTabByAddress("popup").IsBusy) instance.GetTabByAddress("popup").WaitDownloading();
Any help greatly appreciated.