The browser module adds support for browser automation and end-to-end web testing via the Chrome Devtools Protocol to k6.
GNU Affero General Public License v3.0
344
stars
41
forks
source link
Remove `Headless` from user agent #1536
Closed
inancgumus closed 1 week ago
What?
Sets up
Browser.UserAgent
to return a user agent withoutHeadless
.Why?
See #1497.
Checklist
Related PR(s)/Issue(s)
Updates #1497.