Skip to content
00fox edited this page Dec 10, 2022 · 3 revisions

Links

Web browser use Microsoft Edge WebView2 runtime On first activating of web module, program will prompt you to automatically and silently install it But you can install it manually by visiting this page: (shortcut can be found in Links tab)

You can found usual functions, Tabs, exit web module, favorites, home page, back, next, refresh, adress bar, go, autorefresh, zoom minus, zoom plus

  • most of them can be automatized in mappings
  • autorefresh time can be set in settings

There are some right click actions:

  • on a tab, you'll close this tab
  • on exit web module button, you'll close actual tab
  • on menu favorites, you will set favorite to actual web page instead of navigating to this favorite
  • on zoom minus, you reset zoom to its default value
  • on zoom plus, you set actual zoom as default (saved for next time you use the program)

There is a menu at the left, with a bunch of actions:

  • Print to PDF Portrait, Print to PDF Landscape, Print to PDF asking where to save the file

  • Save Screenshot, Screenshot of actual web page asking where to save the file

  • Toggle TopMost, same as button in log tab, since you can't find it in this module, switch between topmost and non topmost

  • Toggle Visibility, quicly switch to blank screen (actually black) (can be automatized in mappings)

  • Dark mode, set a more darker theme and colors to web page, script is internal, no risk for your datas exchange (can be automatized in mappings)

  • Dark mode 2, the same but less intrusive for controls (avoid unusuable play bar for ex.) (can be automatized in mappings)

  • Raw/Scale Pixels, change the way of scaling pixels

  • Toggle Block Images, block most of pictures

  • Close WebView, close the actual process of this tab, other tabs are unaffected

  • Create WebView, create a new process

  • Create New Window, create new window in same thread 8new window becomes independant and can be close without exiting program

  • Create New Thread, create new window in another thread

  • Clear cache

  • Clear cookies

  • Delete UserData Folder

  • Inject Script, run a script by injecting it in actual page

  • Add Initialize Script, put a script to be loaded everytime a page is loaded

  • JavaScript Deferred, activate a wait for run this scipt, if you want to run it, youy need to push 'JavaScript Complete' (but script is memorized and avoid to use 'Inject Script' each time)

  • JavaScript Complete, to exectute scipt memorized in 'Add Initialize Script' while 'JavaScript Deferred' is active

  • Post Message String, send a message to actual web page as post system

  • Post Message JSON, the same but it use JSON protocol to send message

  • Subscribe CDP event, subscibe to an CDP event (Customer Data Platform)

  • Call CDP method, method name to call, and parameters in JSON format

  • Add COM object, enter CLSID or ProgID of a com object

  • Flags, navigate to WebView2 intern parameters

  • Language, set the default language

  • User Agent, set the User agent, if you want to be assimilated to another navigator

  • Blacklist, set a list of unwanted navigate to, there won't be any message (you need a reload of runtime to be effective)

  • Task Manager, internal WebView2 task manager

Clone this wiki locally