Search found 2547 matches

by Scott
Fri Jul 01, 2022 8:44 am
Forum: Public Web Browser v3
Topic: Account information auto filled in
Replies: 6
Views: 50445

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: 30972

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= Dynamic External ...
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: 34308

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
by Scott
Fri Mar 04, 2022 11:15 am
Forum: Public Web Browser v3
Topic: Captcha - robot type not displaying in CEF
Replies: 5
Views: 34308

Re: Captcha - robot type not displaying in CEF

What do we click on to get the captcha box you are seeing?

This is the only thing we see on the page.
captcha1.JPG
captcha1.JPG (212.12 KiB) Viewed 34303 times
--Scott
by Scott
Fri Jan 21, 2022 11:06 am
Forum: Public Web Browser v3
Topic: HomePage reverts to previous URL
Replies: 7
Views: 35581

Re: HomePage reverts to previous URL

It is possible to use a shared INI file from a network location to avoid issues with Deep Freeze by supplying an INI file on the command line that starts PWB.

For example:
C:\PWB\PWB.exe /INI=\\server\share\folder\shared.INI

The above tells PWB to use the "shared.INI" file located on the server ...
by Scott
Thu Jan 20, 2022 11:30 am
Forum: Public Web Browser v3
Topic: HomePage reverts to previous URL
Replies: 7
Views: 35581

Re: HomePage reverts to previous URL

It does seem to be a DeepFreeze issue since the home page stays in the INI file until the computer is rebooted, at which point DeepFreeze would revert the INI file back to the version with the other home page.

--Scott
by Scott
Mon Jan 10, 2022 1:31 pm
Forum: Public Web Browser v3
Topic: HomePage reverts to previous URL
Replies: 7
Views: 35581

Re: HomePage reverts to previous URL

PWB reads a single configuration file (INI) when it starts and this INI file has the home page specified. Normally this is the file name "PWB.ini" located in the same folder as the PWB application file.

However it is possible to start PWB with an alternate INI file by specifying an alternate INI ...
by Scott
Thu Dec 30, 2021 3:52 pm
Forum: Public Web Browser v3
Topic: HomePage reverts to previous URL
Replies: 7
Views: 35581

Re: HomePage reverts to previous URL

Are you using DeepFreeze or an application similar to it that resets the hard drive after a reboot on the device running PWB?

--Scott
by Scott
Wed Nov 24, 2021 11:31 am
Forum: Public Web Browser v3
Topic: Policy file - scroll bar?
Replies: 3
Views: 24302

Re: Policy file - scroll bar?

Sorry, you can have PWB automatically add scrollbars with the following setting.

[Dialogs]
DisableScrollbars=False

However, I was thinking more along the lines of adding a scrollbar to the wording of the policy via CSS. Or to get real fancy you can use a framework such as Bootstrap. Both examples ...
by Scott
Sat Nov 20, 2021 2:13 pm
Forum: Public Web Browser v3
Topic: Policy file - scroll bar?
Replies: 3
Views: 24302

Re: Policy file - scroll bar?

All the secondary dialogs in PWB v3 are web views that use HTML instead of text files that were used in PWB v2. Change your policy file to HTML and it should automatically allow for scrolling.

--Scott
by Scott
Wed Nov 10, 2021 1:11 pm
Forum: Announcements
Topic: PWB version 3.05.11 Released
Replies: 0
Views: 29025

PWB version 3.05.11 Released

Version 3.05.11 11-10-2021

Fixed/Changed:
Fixed crashing when closing under certain circumstances.
Fixed confirm close when Javascript self.close() is used in tab.
Changed User Agent for Google sites.


Added (undocumented until version 3.06.0):
[Toolbars]CustomTabColors= Comma spearated ...
by Scott
Mon Nov 08, 2021 9:52 am
Forum: Public Web Browser v3
Topic: Adding favourites to PWB
Replies: 1
Views: 19573

Re: Adding favourites to PWB

Create a Windows shortcut to the URL you want as a Favorite and place the Windows shortcut into the PWB Favorites folder.

--Scott
by Scott
Thu Oct 07, 2021 12:12 pm
Forum: General
Topic: How to find your configuration (INI) file
Replies: 0
Views: 90715

How to find your configuration (INI) file

In a default PWB installation the INI file PWB uses is the "PWB.INI" file in the PWB folder. If your PWB application file is located in the "C:\PWB" folder then PWB will be using the following INI file.

C:\PWB\PWB.ini

Any easy test to see if your are looking at the INI file PWB is using for it ...
by Scott
Mon Sep 06, 2021 1:12 pm
Forum: Public Web Browser v3
Topic: PWB Application Error
Replies: 18
Views: 99667

Re: PWB Application Error

It most likely an issue with running PWB instead of Explorer as the Windows Shell and PWB trying to restart itself. In order for PWB to restart itself there needs to be an underlying Windows Shell to do the restart.

Switch back to Explorer as the Windows Shell and use PWB in Secure Mode instead ...
by Scott
Fri Sep 03, 2021 9:47 am
Forum: Public Web Browser v3
Topic: PWB Application Error
Replies: 18
Views: 99667

Re: PWB Application Error

How is PWB being started on the computers?

How much memory is in the computers?

--Scott