getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.56k stars 452 forks source link

Problem with proxy auth and I have a solution #2672

Closed FatherScrooge closed 1 year ago

FatherScrooge commented 1 year ago

Just put the "write" command run in the dialog box to solve

image

marques-work commented 1 year ago

@FatherScrooge this issue is pretty vague (lacks context, detail).

Could you comment on the exact problem you're trying to solve with some reproducible steps and the proposed solution with more concrete detail?

FatherScrooge commented 1 year ago

I cant use the command "write" in this element :c

zabil commented 1 year ago

This is not easy to implement as the popup is not part of the DOM of the web page and is handled outside the browser context.

The work around is to pass the headers with basic auth as fixed by https://github.com/getgauge/taiko/issues/82#issuecomment-410590271