-
Notifications
You must be signed in to change notification settings - Fork 23
Expand _WD_FrameList with additional parameters #420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Currently Lines 853 to 868 in f241f2b
So can we use this feature and parametrize usage of ps. assign this issue to me. |
I don't understand what it is you want to do here. Can you explain further please? |
In line 864 Lines 860 to 868 in f241f2b
w are already using I think we can use this part of code by adding few parameters to Func _WD_FrameList($sSession, $bReturnAsArray = True, $iDelay = Default, $iTimeout = Default, $sElement = Default, $iState = Default) and in this way make it easy to solve this Issue/FeatureRequest What you think about ? |
I'm still not following your logic. The issue's title is "Check frames in _WD_LoadWait", so I was expecting a proposal where |
ok, lets split your expectation to 2 separate steps
I'm talking here that this
in a future as a one of next step just after the first one |
Here's what I'm thinking without putting too much effort into it --
|
It already uses Func _WD_FrameList($sSession, $bReturnAsArray = True, $iDelay = Default, $iTimeout = Default, $sElement = Default, $iState = Default) To give user a possibility to decide how long he want to wait.
it is requrent calls for each separate frame and sub frames
ok, lets keep hand off from Func _WD_FrameList($sSession, $bReturnAsArray = True, $iDelay = Default, $iTimeout = Default, $sElement = Default, $iState = Default) This will lead to what I said before:
using $sReadyState = _WD_ExecuteScript($sSession, 'return document.readyState', '', Default, $_WD_JSON_Value) ? |
I'm good with not touching
Yes. But it appears that |
IMO should occurs only once.
IMO per frame.
You have right there is no sens for this, as a side note: I just copy paste parameters from other function to show POC - proof of concept ;)
oh. thanks for pointing me to this. |
btw. I have also a plan to:
Add support for checking all frames in
_WD_LoadWait
but firstly 362 _WD_FrameList must be merged.Originally posted by @mlipok in #385 (comment)
The text was updated successfully, but these errors were encountered: