File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed 
examples/java/src/test/java/dev/selenium/bidi/cdp Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1616import  org .openqa .selenium .chrome .ChromeOptions ;
1717import  org .openqa .selenium .devtools .DevTools ;
1818import  org .openqa .selenium .devtools .HasDevTools ;
19- import  org .openqa .selenium .devtools .v131 .browser .Browser ;
20- import  org .openqa .selenium .devtools .v131 .network .Network ;
21- import  org .openqa .selenium .devtools .v131 .network .model .Headers ;
19+ import  org .openqa .selenium .devtools .v134 .browser .Browser ;
20+ import  org .openqa .selenium .devtools .v134 .network .Network ;
21+ import  org .openqa .selenium .devtools .v134 .network .model .Headers ;
2222import  org .openqa .selenium .support .ui .WebDriverWait ;
2323
2424public  class  CdpApiTest  extends  BaseTest  {
@@ -27,7 +27,7 @@ public class CdpApiTest extends BaseTest {
2727  @ BeforeEach 
2828  public  void  createSession () {
2929    ChromeOptions  options  = getDefaultChromeOptions ();
30-     options .setBrowserVersion ("131 " );
30+     options .setBrowserVersion ("134 " );
3131    driver  = new  ChromeDriver (options );
3232    wait  = new  WebDriverWait (driver , Duration .ofSeconds (10 ));
3333  }
Original file line number Diff line number Diff line change 2121import  org .openqa .selenium .devtools .DevTools ;
2222import  org .openqa .selenium .devtools .HasDevTools ;
2323import  org .openqa .selenium .devtools .NetworkInterceptor ;
24- import  org .openqa .selenium .devtools .v131 .browser .Browser ;
25- import  org .openqa .selenium .devtools .v131 .network .Network ;
26- import  org .openqa .selenium .devtools .v131 .performance .Performance ;
27- import  org .openqa .selenium .devtools .v131 .performance .model .Metric ;
24+ import  org .openqa .selenium .devtools .v134 .browser .Browser ;
25+ import  org .openqa .selenium .devtools .v134 .network .Network ;
26+ import  org .openqa .selenium .devtools .v134 .performance .Performance ;
27+ import  org .openqa .selenium .devtools .v134 .performance .model .Metric ;
2828import  org .openqa .selenium .remote .http .*;
2929import  org .openqa .selenium .support .ui .WebDriverWait ;
3030
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ <h2 class="alert-heading pb-3" id="ChatRoom">Chat Room</h2>
6161      </ p > 
6262      < p > 
6363        Another option, if you prefer, is to use the 
64-         < a  href ="https://join.slack.com/t/seleniumhq/shared_invite/zt-2stlcmc6b-Hww~3r3yAzquhSq4riOFxA  "> 
64+         < a  href ="https://join.slack.com/t/seleniumhq/shared_invite/zt-32gueowdh-aShmy9tsU19wHXreKt~4~A  "> 
6565          Selenium Slack channel
6666        </ a > .
6767      </ p > 
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ enable = false
258258        desc  = " Development takes place here!" 
259259[[params .links .developer ]]
260260	name  = " Slack" 
261- 	url  = " https://join.slack.com/t/seleniumhq/shared_invite/zt-2stlcmc6b-Hww~3r3yAzquhSq4riOFxA " 
261+ 	url  = " https://join.slack.com/t/seleniumhq/shared_invite/zt-32gueowdh-aShmy9tsU19wHXreKt~4~A " 
262262	icon  = " fab fa-slack" 
263263        desc  = " Chat with other project developers and users in Slack" 
264264[[params .links .developer ]]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments