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
Like the title say's
creating one browser and one context results that only the browser can get a proxy value, so testing different proxys needs to create multiple browsers. Better it would be that these arguments can get passed to the context , so adding each proxy to the context having 1 browser with multiple contexts each of them their own proxy ( I guess there are more arguments that would be benefit generally to having the arguments passed to the context if wished)
The text was updated successfully, but these errors were encountered:
Hi, there was already an issue for it #3534 which got implemented in the tip-of-tree (master) version. You can try it out directly and don't have to wait for a release if you want. Otherwise it gets released in the upcoming weeks.
thanks I just found it now in the master tree, but im using playwright python and I can't install the master tree with pip because I get the failure that the package misses /site-packages/playwright/driver/playwright-cli
so I guess I have to wait for the next version push and release that I can install it normally via pip install for python right :x?
Like the title say's
creating one browser and one context results that only the browser can get a proxy value, so testing different proxys needs to create multiple browsers. Better it would be that these arguments can get passed to the context , so adding each proxy to the context having 1 browser with multiple contexts each of them their own proxy ( I guess there are more arguments that would be benefit generally to having the arguments passed to the context if wished)
The text was updated successfully, but these errors were encountered: