lib/selenium/webdriver/devtools/v87/runtime.rb in selenium-webdriver-4.0.0.alpha7 vs lib/selenium/webdriver/devtools/v87/runtime.rb in selenium-webdriver-4.0.0.beta1

- old
+ new

@@ -33,11 +33,11 @@ exception_revoked: 'exceptionRevoked', exception_thrown: 'exceptionThrown', execution_context_created: 'executionContextCreated', execution_context_destroyed: 'executionContextDestroyed', execution_contexts_cleared: 'executionContextsCleared', - inspect_requested: 'inspectRequested', + inspect_requested: 'inspectRequested' }.freeze def initialize(devtools) @devtools = devtools end @@ -191,6 +191,6 @@ end # V87 end # Runtime end # DevTools end # WebDriver -end # Selenium \ No newline at end of file +end # Selenium