Michał Lipok

Results 163 comments of Michał Lipok

> It just doesn't feel "natural" to me since I've never located a frame in that manner. I am not surprised as the ability to specify a path is a...

> @mlipok Did you miss this? [#386 (comment)](https://github.com/Danp2/au3WebDriver/pull/386#issuecomment-1227826674) WIP

When I perform test then I have many issues with internet connectivity. I think my Zyxel UTM thinks my internet activity is suspicious.

> @mlipok Did you miss this? [#386 (comment)](https://github.com/Danp2/au3WebDriver/pull/386#issuecomment-1227826674) do you still have this? If you add 10 seconds of waiting after navigation (to be sure that everything is completed), does...

Yes I know that we must to check it deeply. Thanks for setting this here as an important thing.

please assign this issue to me. btw. I will try to fix it in next few weeks, as this is not a pressing problem.

hm.... interesting this following part ```autoit Local $sScript1 = "return document.elementFromPoint(arguments[0], arguments[1]);" ... $sElement = _WD_ExecuteScript($sSession, $sScript1, $sParams, Default, $_WD_JSON_Element) ``` can return any element even `` . Additionally it...