webdriver.modheader.com
URLs only work when the extensions are properly loaded. Older versions of the extensions use webdriver.bewisse.com
and bewisse.com
. These will continue to work in the newer version.getAddHeaderUrl()
, getAddHeadersUrl()
and getClearHeadersUrl()
functions to craft these URLs. Be sure to do driver.get()
, and be mindful that these will change the URL of the WebDriver.https://webdriver.modheader.com/add?Test=1
getAddHeaderUrl('Test', '1')
or getAddHeadersUrl({ Test: '1' })