Shayan Elhami
Shayan Elhami
Which makes it impossible to reference in other signed assemblies.
Added "tooltip" to node and two extra options: showTooltip (true|false) and tooltipPlacement(left|top|right|bottom)
When you issue a `SendKey()` the resulting keydown/keypress/keyup events do not have `code`, `keyCode`, `which` fields set. Example: `inputs[0].SendKeys("a")` results in: ``` altKey:false bubbles:true cancelBubble:false cancelable:true charCode:0 code:"" composed:true ctrlKey:false...