public RoboWebPointer(IRobot robot, ISearchContext context, IWebPointer pointer)
     : base(robot, context)
 {
     this.pointer = pointer ?? throw new ArgumentNullException(nameof(pointer));
 }
Beispiel #2
0
 public IRoboElement Using(IWebPointer pointer)
 {
     throw new NotImplementedException();
 }