Hi,
This is more of a Selenium question than a Geb question, to be honest, you
might be provided with better support in a Selenium specific channel. This
also might be driver/browser specific.
FWIW, this is what we successfully use in our GebConfig.groovy file on my
project for capturing javascript console logging with Chrome and Selenium
3.14.0:
def capabilities = DesiredCapabilities.chrome()
def logPrefs = new LoggingPreferences()
logPrefs.enable(BROWSER, Level.INFO)
capabilities.setCapability(LOGGING_PREFS, logPrefs)
def driver = new ChromeDriver(capabilities)
We then use the following code in a geb.report.Reporter implementation to
extract these logs:
reportState.browser.config.driver.manage().logs().get(LogType.BROWSER).all
On Tue, Apr 27, 2021 at 11:44 AM [email protected] <[email protected]>
wrote:
> hi,
> do you know how and where to configure logging for logging for Geb 4.0 and
> Selenium 4.0.0-beta-2?
>
> I set the following in GebConfig
>
>
>
>
>
> *LoggingPreferences logPrefs = new
> LoggingPreferences()logPrefs.enable(LogType.BROWSER,
> Level.FINE)logPrefs.enable(LogType.PERFORMANCE,
> Level.INFO)caps.setCapability(CapabilityType.LOGGING_PREFS, logPrefs)*
>
> and I get only traffic logs, everything is logged there, so many traffic
> logs nothing else can be seen.
>
> how do I set logging to get chrome console logs and "usual" logs (which
> show how the script behaves)?
>
> thank you!
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Geb User Mailing List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/geb-user/f5a0cd40-21de-4cd3-966e-105f70beeb14n%40googlegroups.com
> <https://groups.google.com/d/msgid/geb-user/f5a0cd40-21de-4cd3-966e-105f70beeb14n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/CA%2B52dQTXqJ1guqNNm2wMMyo1q%3D_5xO_D9EwzWAKAg5ApCmZo4g%40mail.gmail.com.