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
I have a situation where iterating over all 'a' tags and printing them produces a different smaller list when run in k6 vs directly in the browser window that is being controlled.
Brief summary
I have a situation where iterating over all 'a' tags and printing them produces a different smaller list when run in k6 vs directly in the browser window that is being controlled.
In k6 this shows 14 anchor tags where as in the chrome tab/console I get 58 anchor tags.
xk6-browser version
v0.44.1
OS
macos
Chrome version
canary latest
Docker version and image (if applicable)
No response
Steps to reproduce the problem
A test that navigates to
https://xxx.sandbox.lightning.force.com/lightning/r/Contact/0037A00000oo1nuQAA/view
Expected behaviour
the list of anchor tags is complete.
Actual behaviour
This list of anchor tags is many fewer than a direct query in the same chrome tab.
The text was updated successfully, but these errors were encountered: