Class BrowserService


  • public class BrowserService
    extends java.lang.Object
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Detail

      • PROPERTY_PAGE_TIMEOUT

        public static final java.lang.String PROPERTY_PAGE_TIMEOUT
        See Also:
        Constant Field Values
      • PROPERTY_PAGE_ISOLATE

        public static final java.lang.String PROPERTY_PAGE_ISOLATE
        See Also:
        Constant Field Values
    • Method Detail

      • isolate

        protected boolean isolate​(PageOptions options)
      • setScreenDimensions

        protected void setScreenDimensions​(PageOptions options,
                                           com.github.kklisura.cdt.services.ChromeDevToolsService devToolsService)
      • pageTimeout

        protected java.lang.Long pageTimeout​(PageOptions options)
      • pageLogEvent

        protected void pageLogEvent​(com.github.kklisura.cdt.protocol.events.log.EntryAdded event)
      • consoleEvent

        protected void consoleEvent​(com.github.kklisura.cdt.protocol.events.runtime.ConsoleAPICalled event)
      • pageExceptionEvent

        protected void pageExceptionEvent​(com.github.kklisura.cdt.protocol.events.runtime.ExceptionThrown event)