Unplanned
Last Updated: 19 Apr 2018 11:17 by ADMIN
ADMIN
Ivaylo
Created on: 19 Apr 2018 11:13
Type: Feature Request
1
InvokeScript does not work in Chrome if contains click();
Executing the following code in Chrome does not work:

ActiveBrowser.Actions.InvokeScript("document.getElementById('elemenID').click()");

the behavior is the same with the following workarounds:

Element.InvokeEvent(ScriptEventType.OnClick);

Element.Click();

More details are provided in the internal description.
0 comments