microsoft-edge

An unhandled exception of type 'OpenQA.Selenium.WebDriverException' occurred in WebDriver.dll Additional information: Unexpected error. Unknown error

二次信任 提交于 2020-06-29 11:20:47
问题 I am creating a very simple console application to essentially show that I have setup the web driver correctly before moving on to more advanced applications. I am using C# with the selenium language bindings and Microsoft Edge. I have version 3.0 of the Selenium Web Driver C# language bindings listed here. I have Microsoft Edge version 38.14393.0.0 with Microsoft EdgeHTML 14.14393 I am on Windows 10 Anniversary edition (14393 Build 1607) and have the corresponding version of the Micrsoft Web

Chrome web extension not showing notification even though it is working fine in Firefox

感情迁移 提交于 2020-06-29 04:59:08
问题 I have a simple call to the chrome.notifications.create(id,options) function and I have checked the arguments ten times already. The id argument is a string. The options argument is an object like this: {type:"basic",message:"message",title:"message",iconUrl:chrome.extension.getURL("icons/icon.png")} It is only working in Firefox though. Edge Opera and Chrome all fail to display the notification. Edge just crashes! I've checked everything. There are no errors and the iconUrl is correct. Also

Custom Cursor on Microsoft Edge has an Offset

六月ゝ 毕业季﹏ 提交于 2020-06-27 16:23:23
问题 I have a custom cursor working on Chrome and Firefox by using the CSS property, cursor. However, on Microsoft Edge, the cursor seems to have an offset. I have to aim above my custom cursor a bit in order to select items accurately. Is there something I can do to fix this? Or is this some sort of limitation? Edit: I should mention that I'm using a custom image as my cursor. 回答1: In both IE and Edge only .cur files are supported, see https://msdn.microsoft.com/en-us/library/aa358795(v=vs.85)

How can I use the Microsoft Edge WebView2 control in C# windows application

孤街浪徒 提交于 2020-06-27 08:05:02
问题 How can I use the Microsoft Edge WebView2 control in C# windows application using visual studio ?. Thanks 回答1: Now in 2020 WebView2 supports both WPF and WinForms so you can try to use it in your application. https://docs.microsoft.com/en-us/microsoft-edge/webview2/ https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/wpf Basically you need to add Nuget package Microsoft.Web.WebView2 and then use WebView2 control. 回答2: You cannot currently do it without some hacks as it is

React can't deconstruct restProps in Edge

好久不见. 提交于 2020-06-23 04:38:22
问题 I've a problem and somehow I just can't solve it. I tried everything for hours but I just don't find a solution. It worked in older projects, but doesn't work with a brand new react project created with create-react-app. Consider the following code: App.js: function App() { const test = { test1: {}, test2: {} }; return ( <div className="App"> Cool! <Test name1="cool1" {...test} /> </div> ); } export default App; Nothing big here. If I start the project with npm start, everything works as

What notice does a user get from distributed Edge Chromium Extension with an MSI through the registry?

拈花ヽ惹草 提交于 2020-06-17 06:29:11
问题 When the registry keys for an extension are added for Chrome the user is notified of this the next time they start Chrome. This does not happen for Edge Chromium. TEST - App in Microsoft Store - Registry Install Take this one for example with ID amnbcmdbanbkjhnfoeceemmmdiepnbpp Use the following to register it in the Registry. [HKEY_CURRENT_USER\Software\Microsoft\Edge\Extensions\amnbcmdbanbkjhnfoeceemmmdiepnbpp] "update_url"="https://edge.microsoft.com/extensionwebstorebase/v1/crx" Start

Open URL in NEW Microsoft Edge window

扶醉桌前 提交于 2020-06-16 00:37:07
问题 I'm writing an application (using C#) which needs to open provided URL in a NEW window of a specified web browser. The only browser I have problems with is Microsoft Edge. Opening a page using browser exe doesn't work at all. Browser window does not even appear. Process.Start("C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe", "https://google.com"); I've searched over the internet and found another way: Process.Start("microsoft-edge:https://google.com"); This code

Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again

痴心易碎 提交于 2020-06-02 15:02:41
问题 When i click on a custom link such as foo:\ , and there is already a registered protocol handler on windows machine, Internet explorer or Edge display a warning before allowing user to run the custom protocol handler, but if the user select to not display this warning again, the Internet explore(Edge) run the protocol handler without displaying the warning. My question is how reset my selection again and make Internet Explorer or Edge display the warning again. 回答1: If the name of your

Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again

烈酒焚心 提交于 2020-06-02 14:55:00
问题 When i click on a custom link such as foo:\ , and there is already a registered protocol handler on windows machine, Internet explorer or Edge display a warning before allowing user to run the custom protocol handler, but if the user select to not display this warning again, the Internet explore(Edge) run the protocol handler without displaying the warning. My question is how reset my selection again and make Internet Explorer or Edge display the warning again. 回答1: If the name of your

Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again

假如想象 提交于 2020-06-02 14:54:47
问题 When i click on a custom link such as foo:\ , and there is already a registered protocol handler on windows machine, Internet explorer or Edge display a warning before allowing user to run the custom protocol handler, but if the user select to not display this warning again, the Internet explore(Edge) run the protocol handler without displaying the warning. My question is how reset my selection again and make Internet Explorer or Edge display the warning again. 回答1: If the name of your