Skip to content

[.NET8 IIS] Headless set to false but still no browser UI prompt #2898

@cyletsfix

Description

@cyletsfix

I am making a small MVC website that using chromium auto script to ease user input data time. I have set headless: false as I need the UI interaction. Everything goes fine by using local debug mode or the release mode on Visual Studio IIS Express. The chrome UI would appear fine and execute the auto script.

However, after publish the stuffs and host on IIS. The chrome UI never appears but I found that the chrome/ script actually executing and it executes under the background processes (which I think is the headless: true mode). And I think this is the reason of UI no show.

The point is my task needs users verify the input data from the auto script and click the confirm button manually. Therefore the UI is a must. May have any suggestion on it please?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions