From 24e4e44c749dc7b4d550028ba966023e1145d484 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 23 Jul 2018 11:02:02 -0300 Subject: [PATCH] Bug 20757: Add pod for ->capture Signed-off-by: Nick Clemens (cherry picked from commit 9eec98d31853737cbb755636c0acb2888e2b2f74) Signed-off-by: Martin Renvoize --- t/lib/Selenium.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/lib/Selenium.pm b/t/lib/Selenium.pm index 83d7b842a8..6907fa71a3 100644 --- a/t/lib/Selenium.pm +++ b/t/lib/Selenium.pm @@ -234,8 +234,11 @@ when we use automation test using Selenium Should always be called to avoid the "An element could not be located on the page" error -=head2 +=head2 capture + $c->capture +Capture a screenshot and upload it using the excellent lut.im service provided by framasoft +The url of the image will be printed on STDERR (it should be better to return it instead) =head1 AUTHORS -- 2.39.5