Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is mean NOBROWSER mode - it is PhantomJS invisible browser #809

Closed
gorcer opened this issue May 28, 2020 · 5 comments
Closed

What is mean NOBROWSER mode - it is PhantomJS invisible browser #809

gorcer opened this issue May 28, 2020 · 5 comments
Labels

Comments

@gorcer
Copy link

gorcer commented May 28, 2020

Can you explain -n nobrowser mode?
I see the browser on a snap, but it's not chrome.

@siowyisheng
Copy link
Contributor

It's for flows which don't use the browser. For example, if you're just clicking on the screen and automating other programs (SAP, Word).

@gorcer
Copy link
Author

gorcer commented May 29, 2020

Then what browser I have seen in the snap?

@siowyisheng
Copy link
Contributor

Just tested that when I run it, I don't see a browser. Can you screenshot what browser you mean?

@gorcer
Copy link
Author

gorcer commented May 29, 2020

I'm confused. Who render HTML if no browser?

@kensoh
Copy link
Member

kensoh commented Nov 23, 2020

Hi Egor, sorry I was away the past few months - tebelorg/RPA-Python#144

I see, TagUI runs on the PhantomJS engine for executing JavaScript. With -nobrowser, there is still a PhantomJS invisible browser, which is based on an older version of WebKit.

However, most modern websites are not tested with PhantomJS, so it is not the recommended way to automate websites headlessly. To automate websites without seeing browser, use -h or -headless to run Chrome using invisible mode. Let me know if you have questions!

@kensoh kensoh changed the title What is mean NOBROWSER mode What is mean NOBROWSER mode - it is PhantomJS invisible browser Nov 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants