Project

General

Profile

« Previous | Next » 

Revision 463e6830

Added by koszko almost 2 years ago

facilitate testing javascript functions

Haketilo's .js files can now be loaded together with their dependencies and
executed on a page opened in a selenium-driven Firefox instance.

View differences:

CHROMIUM_exports_init.js
1 1
// SPDX-License-Identifier: CC0-1.0
2 2

  
3
window.killtheweb={is_chrome: true, browser: window.chrome};
3
window.haketilo_exports = {is_chrome: true, browser: window.chrome};

Also available in: Unified diff