Hi Ankitshah, The mentioned warning occurs if Silk Performer cannot find a position of the element which is visible. For "native input" which simulates user input more accurate the DOM element (identified by the specified locator) has to be visible. Sometimes the DOM element is overlapped by another DOM element. In this case the "native" input does not work and Silk Performer performs a fallback which is sending a input event directly to the DOM element. This fallback is not as accurate as the "native input" but works in most cases. Therefore the message is no error but a warning. If the script works fine and all user actions are performed as expected you can just ignore the warning. If it's a problem that the warning is displayed you can override the severity of the error in the profile settings or via a BDL script function (see help for details). Hope that helped. Philip
↧