Search found 2529 matches

by Scott
Mon Mar 29, 2021 12:41 pm
Forum: Public Web Browser v3
Topic: Secure mode and input method switching
Replies: 4
Views: 6162

Re: Secure mode and input method switching

Rob,

If you can find the process name of the language selector you can use the PWB start up script setting to run a batch file to kill the process.

[Files]
StartupScript=batchfile.cmd

https://stackoverflow.com/questions/338 ... -processes

--Scott
by Scott
Thu Mar 25, 2021 12:56 pm
Forum: Public Web Browser v3
Topic: Webpages with Forms
Replies: 7
Views: 10504

Re: Webpages with Forms

The original post was from 2012 and a lot has changed since then.

What version of PWB are you using including the minor revision number and HTML renderer, for example "PWB 3.05.9 CEF"?

Try using an unedited INI file on the site to rule out a configuration issue.

--Scott
by Scott
Thu Mar 25, 2021 12:52 pm
Forum: Public Web Browser v3
Topic: Secure mode and input method switching
Replies: 4
Views: 6162

Re: Secure mode and input method switching

Would it be possible to post a screenshot so we can get an idea of what you are seeing?

--Scott
by Scott
Sun Dec 13, 2020 12:34 pm
Forum: Public Web Browser v3
Topic: "This browser may not be secure" error from Google
Replies: 5
Views: 9292

Re: "This browser may not be secure" error from Google

In Windows 10 you need to use the Windows Default Apps application to set the Default Browser.

https://support.microsoft.com/en-us/win ... 07946c5db6

--Scott
by Scott
Sun Dec 06, 2020 10:26 am
Forum: Public Web Browser v3
Topic: Webmail Attachment Window disappears in PWB V3.0.5.4
Replies: 9
Views: 15620

Re: Webmail Attachment Window disappears in PWB V3.0.5.4

What version of PWB are you using including the minor revision number, for example "PWB v3.05.9 (CEF)"?

--Scott
by Scott
Mon Nov 09, 2020 5:37 pm
Forum: Public Web Browser v3
Topic: Chrome Open Certain File Types Automatically
Replies: 1
Views: 4158

Re: Chrome Open Certain File Types Automatically

You can use the [Security]CheckExecuteAccess=True to force PWB open file in the associated application and prevent downloading other files.

More information:
https://www.teamsoftwaresolutions.com/f ... 3029#p7606

--Scott
by Scott
Wed Nov 04, 2020 11:42 am
Forum: Announcements
Topic: PWB version 3.05.9 CEF Released
Replies: 0
Views: 11212

PWB version 3.05.9 CEF Released

PWB version 3.05.9 CEF (11-04-2020) has been released and includes the following changes. See the "ReadMe.txt" file for complete change history. Version 3.05.9 11-04-2020 Fixed/Changed: Changed to CEF 4240 Chrome 86 Fixed [Browser]DisableExit=True in CEF version Fixed HDPI for Shellbar in ...
by Scott
Mon Nov 02, 2020 5:05 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

PWB 3.05.9 should be released this week. We are just waiting on one more sign off.

--Scott
by Scott
Sat Oct 31, 2020 2:38 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

Are you using version 3.05.9 from the Beta Downloads page?

To see if the filter is finding the URL use the History file.

[Security]
WriteHistoryFile=True
LogAccess=True

History file tokens:
https://www.teamsoftwaresolutions.com/f ... ?f=4&t=195

--Scott
by Scott
Fri Oct 30, 2020 12:40 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

See attached files for an example.

[Files]
JavaScriptFilterFile=signinfilter.txt

[Security]
CheckJavaScriptAccess=True

--Scott
by Scott
Fri Oct 30, 2020 12:31 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

PWB 3.05.9 CEF Release Candidate 1 is now available on the Beta Downloads page. This version contains the following functionality. The following need to be added/modified in the INI file. [Secuity]CheckJavaScriptAccess=False [Files]JavaScriptFilterFile= Enabling the filter for JavaScript access will...
by Scott
Thu Oct 29, 2020 12:30 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

The proposed functionality seemed good to have so we are already working on it. Hopefully we will have it incorporated by early next week.

--Scott
by Scott
Thu Oct 29, 2020 12:24 pm
Forum: Public Web Browser v3
Topic: PWB CEF Autologin to a Site
Replies: 14
Views: 46665

Re: PWB CEF Autologin to a Site

It is not in the INI file yet. I was proposing we could program the functionary into PWB. :D

If you think it will work, it will take a few days to program it into PWB 3.05.9.

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

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

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