Search found 2529 matches

by Scott
Mon Aug 28, 2023 1:13 pm
Forum: Public Web Browser v3
Topic: Securing a device with PWB
Replies: 0
Views: 12427

Securing a device with PWB

Secure Mode will prevent access to the Windows Desktop, and setting an override will get your out of PWB. [Browser] SecureMode=True If this is not set you can lock yourself out of your computer. [Overrides] ExitBrowser=GetMeOutOfThis Limit the patron to a single site: https://www.teamsoftwaresolutio...
by Scott
Mon Jun 26, 2023 1:33 pm
Forum: Announcements
Topic: PWB version 3.05.16 Released
Replies: 0
Views: 12100

PWB version 3.05.16 Released

Version 3.05.16 06-26-2023 Fixed/Changed: Updated to Chrome 114 Fixed overrides second try failure Fixed issue with external PDF viewer with spaces in file name Changed to include BLOB in Only Access HTTP and Only Access Internet Added (undocumented until version 3.06.0): [Toolbars]CustomTabColors=...
by Scott
Fri Jan 20, 2023 3:02 pm
Forum: Public Web Browser v3
Topic: Download open option
Replies: 17
Views: 120655

Re: Download open option

Chrome (CEF) is not able to open Microsoft Office Documents directly, they need to be downloaded and opened in their native applications. Internet Explorer can open Microsoft Office Documents. You could use the following settings to have PWB open the Internet Explorer mode for a given URL. [Browser]...
by Scott
Mon Oct 31, 2022 4:20 pm
Forum: Announcements
Topic: PWB version 3.05.15 Released
Replies: 0
Views: 11619

PWB version 3.05.15 Released

Version 3.05.15 10-31-2022 Fixed/Changed: Updated to Chrome 106 Fixed cache not resetting on restart Added (undocumented until version 3.06.0): [Toolbars]CustomTabColors= Comma spearated #RRGGBB colors for tabs [Java]JavaHideNavbar= Dynamic External JavaScript Command hide Navigation bar. Argument ...
by Scott
Tue Sep 20, 2022 8:46 pm
Forum: Public Web Browser v3
Topic: Kiosk Printing Flag
Replies: 4
Views: 10735

Re: Kiosk Printing Flag

Try setting the following in your INI file.

[Printer]
ForcePrintPreview=True

--Scott
by Scott
Wed Aug 24, 2022 11:08 am
Forum: Announcements
Topic: PWB version 3.05.14 Released
Replies: 0
Views: 10778

PWB version 3.05.14 Released

Version 3.05.14 08-24-2022 Fixed/Changed: Updated to Chrome 104 Fixed New tab button opening to blank window Added (undocumented until version 3.06.0): [Toolbars]CustomTabColors= Comma spearated #RRGGBB colors for tabs [Java]JavaHideNavbar= Dynamic External JavaScript Command hide Navigation bar. A...
by Scott
Wed Jul 27, 2022 8:13 pm
Forum: Public Web Browser v3
Topic: PWB cef on-screen keyboard not appearing
Replies: 16
Views: 55486

Re: PWB cef on-screen keyboard not appearing

Add it to the line that starts PWB. If you are starting PWB from a Windows shortcut that would be the Target line.

For example:
C:\PWB\PWB.exe --disable-usb-keyboard-detect

--Scott
by Scott
Tue Jul 26, 2022 7:22 pm
Forum: Public Web Browser v3
Topic: PWB New Tab opening blank instead of new tab Home Page
Replies: 1
Views: 5409

Re: PWB New Tab opening blank instead of new tab Home Page

PWB is supposed to be opening the [Browser]TabHomePage or [Browser]HomePage if [Browser]TabHomePage is empty when the new tab button is clicked.

This has been fixed in PWB 3.05.14 now available on the Beta page.
https://www.teamsoftwaresolutions.com/beta.php

--Scott
by Scott
Thu Jul 07, 2022 8:31 am
Forum: Public Web Browser v3
Topic: Setting up PWB AutoRegister
Replies: 1
Views: 5489

Re: Setting up PWB AutoRegister

Dan, In order for PWB to write to the INI file being used to configure PWB, the INI file needs to be writeable by the user running PWB. This includes the INI file not being in the "C:\Program Files..." folder. If the INI file is writeable by the user running PWB this can open a security is...
by Scott
Tue Jul 05, 2022 12:01 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46217

Re: PWB CEF Autologin to a Site

by Scott
Tue Jul 05, 2022 10:16 am
Forum: Public Web Browser v3
Topic: Account information auto filled in
Replies: 5
Views: 11989

Re: Account information auto filled in

Here are the files we tested with.

--Scott
by Scott
Tue Jul 05, 2022 10:15 am
Forum: Public Web Browser v3
Topic: Account information auto filled in
Replies: 5
Views: 11989

Re: Account information auto filled in

If the following values are not present, add them to your INI file. [Files] JavaScriptFilterFile=signinfilter.txt [Security] CheckJavaScriptAccess=True In the filter file (signinfilter.txt): -all +^https://seminolestate.campus.eab.com/session/new signinjavascript.txt In the JavaScript file (signinja...
by Scott
Fri Jul 01, 2022 8:44 am
Forum: Public Web Browser v3
Topic: Account information auto filled in
Replies: 5
Views: 11989

Re: Account information auto filled in

See this topic in the forums "PWB CEF Autologin to a Site":

viewtopic.php?f=8&t=3652

--Scott
by Scott
Mon Jun 20, 2022 12:36 pm
Forum: Announcements
Topic: PWB version 3.05.13 Released
Replies: 0
Views: 12116

PWB version 3.05.13 Released

Version 3.05.13 06-20-2022 Fixed/Changed: Updated to Chrome 102 Changed [Java] External JavaScript Commands from "pwb.xxxx" to "window.xxxx" Added (undocumented until version 3.06.0): [Toolbars]CustomTabColors= Comma spearated #RRGGBB colors for tabs [Java]JavaHideNavbar= Dynami...
by Scott
Tue Jun 14, 2022 10:07 am
Forum: Public Web Browser v3
Topic: Captcha - robot type not displaying in CEF
Replies: 5
Views: 8825

Re: Captcha - robot type not displaying in CEF

Setting the following will also fix the issue.

[Browser]
UserAgentForce=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko Firefox/999.0

This effectively changes the user agent on when the recaptcha is requested.

--Scott