You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WebDriver spec defines an endpoint to print a page as a PDF, so it seems possible to run print-reftests the same way between WebDriver-compliant browsers.
This will also let us replace a direct nonstandard call to CDP in Chromium's print-reftest executor:
The WebDriver spec defines an endpoint to print a page as a PDF, so it seems possible to run print-reftests the same way between WebDriver-compliant browsers.
This will also let us replace a direct nonstandard call to CDP in Chromium's print-reftest executor:
wpt/tools/wptrunner/wptrunner/executors/executorchrome.py
Lines 166 to 179 in 17a5786
... which mostly lines up with WebDriver's
/session/<id>/print
already.The text was updated successfully, but these errors were encountered: