You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the crawler updated when we move from one frame to another? I tried what you said above, but I feel like I failed to switch to the frame, because I can't access a field in the frame, and the reverse, I can access a field from the default frame.
How to make sure to have correctly switched frames and to have the right crawler?
@bastien70 - I don't think I can help further. If you can provide a ready-to-go minimal reproducible sample in Docker Compose, I can take a look at it.
Activity
halfer commentedon Mar 25, 2021
What are you using for
myframe
? I think that needs to be a selector object, not a string.Here is some code I have working in production:
And then afterwards:
bastien70 commentedon Apr 10, 2021
Is the crawler updated when we move from one frame to another? I tried what you said above, but I feel like I failed to switch to the frame, because I can't access a field in the frame, and the reverse, I can access a field from the default frame.
How to make sure to have correctly switched frames and to have the right crawler?
halfer commentedon Apr 15, 2021
@bastien70 - I don't think I can help further. If you can provide a ready-to-go minimal reproducible sample in Docker Compose, I can take a look at it.