Michał Lipok
Michał Lipok
Lets stick to current Pull Request. When we accompilish PR's then I review issues and start working on them.
I use: https://stackoverflow.com/a/34348306/5314940 ```js onmousemove = function(e){console.log("mouse location:", e.clientX, e.clientY)} ``` to track mouse and start testing this issue
> @mlipok Any update? > > P.S. Shouldn't this line be checking for "frame" instead of "iframe" so that both element types are detected? That's the only reason to use...
> ### Expected behavior > any UDF function which internally is using `_WD_FrameEnter` to change frames, should back to `calling frame`. this is still valid
I mean that we should add option to 1. automatically get _WD_FrameList() 2. check which Frame is active (before _WD_FrameEnter) 3. back to back to the same Frame (on function...
I see getcontext But how to set or switch to desired context ?
ASAP, keep waiting.
> unless you can provide a reproducer. Asap, few days
Recently we did some new findings/modifications here: https://github.com/Danp2/au3WebDriver/pull/490 and here: https://github.com/Danp2/au3WebDriver/issues/488 Is this somehow related ?
After some thought. It should be assumed that some websites work dynamically. This means that the user/scripter should first bring the page to a static state. However, if the website...