Questions tagged [microsoft-edge-chromium]

76 questions
1
vote
2 answers

Python Selenium - opening Edge with default user profile

i'm using this code to open edge with the defaut profile settings: from msedge.selenium_tools import Edge, EdgeOptions edge_options = EdgeOptions() edge_options.use_chromium = True …
1
vote
1 answer

edge policy IntranetFileLinksEnabled enabled does not open file

Last week Edge 95 was released bringing the new and long awaiting IntranetFileLinksEnabled policy. Testing this I encounter a different behavior than expected. Having the following test html file with links on a web-server e.g. http://demohost/ and…
1
vote
2 answers

Block inline script detecting devtools on edge/chromium

I am running the chromium version of edge, and have installed ublock origin, and I just wondering how I could disable this script from being loaded on a site. either through overrides or ublock origin preferably