File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 
dotnet/src/webdriver/BiDi/Modules Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ namespace OpenQA.Selenium.BiDi.Modules.BrowsingContext;
1111[ JsonDerivedType ( typeof ( XPath ) ,  "xpath" ) ] 
1212public  abstract  record  Locator 
1313{ 
14+     public  static   InnerText  InnerTextFFF ( string  value )  =>  new  InnerText ( value ) ; 
15+ 
1416    public  record  Accessibility ( Accessibility . AccessibilityValue  Value )  :  Locator 
1517    { 
1618        public  record  AccessibilityValue 
@@ -26,7 +28,7 @@ public record InnerText(string Value) : Locator
2628    { 
2729        public  bool ?  IgnoreCase  {  get ;  set ;  } 
2830
29-         public  MatchType ?  MatchType  {  get ;  set ;  } 
31+         public  new   MatchType ?  MatchType  {  get ;  set ;  } 
3032
3133        public  long ?  MaxDepth  {  get ;  set ;  } 
3234    } 
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ public record Pattern : UrlPattern
2626
2727    public  record  String ( string  Pattern )  :  UrlPattern 
2828    { 
29-         public  string  Pattern  {  get ;  }  =  Pattern ; 
29+         public  new   string  Pattern  {  get ;  }  =  Pattern ; 
3030    } 
3131} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments