Search found 2531 matches

by Scott
Thu Oct 29, 2020 11:34 am
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 47942

Re: PWB CEF Autologin to a Site

We can add an after page load URL filter that can run a JavaScript from a text file. Text File: document.getElementById('username').value='nameTest'; document.getElementById('password').value='passwordTest'; document.forms[0].submit(); Once the page is loaded, if the URL filter matched the URL the a...
by Scott
Wed Oct 28, 2020 2:56 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 47942

Re: PWB CEF Autologin to a Site

Is it just a normal login with an HTML post form a form?

What is the URL of the page?

--Scott
by Scott
Sat Aug 29, 2020 4:45 pm
Forum: Public Web Browser v3
Topic: Alt F4 Freezes Kiosk Bar
Replies: 3
Views: 6034

Re: Alt F4 Freezes Kiosk Bar

The issue is related to [Browser]DisableExit=True in the CEF version of PWB.

This has been fixed in PWB 3.05.9 CEF now available on the Beta Downloads page.

--Scott
by Scott
Thu Aug 27, 2020 9:12 pm
Forum: Public Web Browser v3
Topic: Alt F4 Freezes Kiosk Bar
Replies: 3
Views: 6034

Re: Alt F4 Freezes Kiosk Bar

You have [Browser]DisableExit=True which should be preventing PWB from closing, but it should not be locking up.

We are checking into it.

--Scott
by Scott
Thu Aug 06, 2020 7:10 pm
Forum: Public Web Browser v3
Topic: ReCaptcha Support
Replies: 7
Views: 9426

Re: ReCaptcha Support

Excellent.

Please let us know if we can be of any further assistance.

--Scott
by Scott
Thu Aug 06, 2020 3:46 pm
Forum: Public Web Browser v3
Topic: ReCaptcha Support
Replies: 7
Views: 9426

Re: ReCaptcha Support

Using at least PWB CEF 3.05.8 set/add the following in your INI file.

[Security]
CheckUserAgent=True

--Scott
by Scott
Thu Aug 06, 2020 3:38 pm
Forum: Public Web Browser v3
Topic: ReCaptcha Support
Replies: 7
Views: 9426

Re: ReCaptcha Support

Is it going to cause an issue if we submit this request several times?

--Scott
by Scott
Thu Aug 06, 2020 3:34 pm
Forum: Public Web Browser v3
Topic: Application not displaying in PWB
Replies: 7
Views: 8995

Re: Application not displaying in PWB

Just happy it is working. Please let us know if we can be of any further assistance.

--Scott
by Scott
Thu Aug 06, 2020 3:33 pm
Forum: Public Web Browser v3
Topic: ReCaptcha Support
Replies: 7
Views: 9426

Re: ReCaptcha Support

I see it is after the request is submitted. We did not submit the request the first time.

We are seeing the same error now. We will see if we can figure out why it is not working.

--Scott
by Scott
Thu Aug 06, 2020 2:17 pm
Forum: Public Web Browser v3
Topic: Application not displaying in PWB
Replies: 7
Views: 8995

Re: Application not displaying in PWB

Is there a firewall or proxy server blocking the site?

It works on our test systems.
splash.jpg
splash.jpg (209.9 KiB) Viewed 8984 times
--Scott
by Scott
Thu Aug 06, 2020 2:13 pm
Forum: Public Web Browser v3
Topic: ReCaptcha Support
Replies: 7
Views: 9426

Re: ReCaptcha Support

Where is the captcha displayed?

When comparing PWB CEF 3.05.8 with Chrome they look the same.
record.jpg
record.jpg (155.72 KiB) Viewed 9423 times
--Scott
by Scott
Tue Jul 07, 2020 3:53 pm
Forum: Public Web Browser v3
Topic: PWB CEF PDF viewer print and download buttons
Replies: 11
Views: 20182

Re: PWB CEF PDF viewer print and download buttons

It is not possible to disable the print button in the default Chrome PDF viewer. You can use the PWB Execute filter to open the PDF file in an application of you choice. For example the Sumatra PDF viewer: https://www.sumatrapdfreader.org/download-free-pdf-viewer.html PWB Execute filter: https://www...
by Scott
Thu Jun 25, 2020 9:35 am
Forum: Public Web Browser v3
Topic: 3.05.4 inactivity timer doing odd things
Replies: 18
Views: 35670

Re: 3.05.4 inactivity timer doing odd things

Please send a copy of your INI file as an attachment to the support email so we can get a better understanding of your configuration.

--Scott
by Scott
Wed May 27, 2020 10:43 am
Forum: Announcements
Topic: PWB version 3.05.8 CEF/IE Released
Replies: 0
Views: 12424

PWB version 3.05.8 CEF/IE Released

PWB version 3.05.8 CEF/IE (05-27-2020) has been released and includes the following changes. See the "ReadMe.txt" file for complete change history. Version 3.05.8 05-27-2020 Fixed/Changed: Changed to CEF 4044 Chrome 81 Fixed User Agent Filtering Added (undocumented until version 3.06.0): [...
by Scott
Wed Mar 11, 2020 2:56 pm
Forum: Public Web Browser v3
Topic: PWB and GMail
Replies: 1
Views: 6384

Re: PWB and GMail

PWB 3.05.8 CEF now sets the filters by default. No need to add the filters unless needed.

--Scott