Web Select Option Gone After Recent Edge Update

Anonymous
2023-06-04T16:11:02+00:00

MS Edge Version: 114.0.1823.37

For some reason, I no longer have the Web Select option in the right-click context menu. I still have Web Capture, but Web Select is no longer there. Did MS remove this feature, or is it a bug?

Microsoft Edge | Other | Windows 10

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

115 answers

Sort by: Newest
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Anonymous
    2023-11-16T15:40:29+00:00

    thanks, its work, but I still need to open power shell every time, could this steps can be put into a bat file?

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-11-16T14:07:13+00:00

    Hmmm
    I'm using the exact same version of Edge.

    Try this - open PowerShell ISE, click the New File button, paste this in:

    Get-Process -ProcessName msedge | Stop-Process
    
    Get-Process -ProcessName msedgewebview2 | Stop-Process
    
    Start-Sleep -Seconds 2
    
    Start-Process "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -ArgumentList '--profile-directory=Default','--enable-features=msEdgeAreaSelect'
    

    Click the green Run button or press F5

    Should kill all running Edge and start an instance with working Web Select, tested working on my PC anyway.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-11-16T13:40:27+00:00

    It is strange that I am running the same version (119.0.2151.58) as others who have this working. After adding the arguments to the end of the executable string in the Edge shortcut properties and enabling the flags, I've tried rebooting and task-killing Edge and, no matter what, Edge refuses to show me the Web Select button. I'm very curious as to what is different between my instance of Edge and yours. Oh, and I confirmed the same behavior on a second computer running the same version.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2023-11-16T13:00:00+00:00

    There is a missing step in these instructions - you must ensure all instances of MS edge are closed before you run the modified shortcut.

    You can do this with Task Manager (don't actually need a reboot).

    You can also check Startup Apps (search in your Start menu) and disable all Edge auto-start instances, then restart. Check Task Manager first to confirm no MS Edge instances are running, then run the modified shortcut.

    As stated, though, this is a workaround to re-enable a deprecated feature. Long term expect this switch to be removed also, or just become very buggy. If you care about it, vote on the feedback portal link:

    Community (microsoft.com)

    Was this answer helpful?

    0 comments No comments