NCLnclNCL

Results 27 comments of NCLnclNCL

> ### Feature and motivation > Add a constructor to Actions class to adjust duration. For reference, Appium prefers 50ms to the default 250ms Putting it in Actions constructor is...

> So the idea is to add compile conditionals to use `System.Text.Json` in some places and `Newtonsoft.Json` in others? That seems like a lot more of a maintenance burden than...

> > need do, it will reduce size for native aot > > I don't think this story is about size reduction for native AOT. I am expecting selenium package...

> ### Feature and motivation > `WebElement.getDomAttribute` and `WebElement.getDomProperty` have been added in Selenium 4. > > It might be good to deprecate `WebElement.getAttribute` to remove it at a undefined...

> As a workaround you can mark your method, which invokes `AddCookie` method, with the following attribute: > > ``` > [DynamicDependency(DynamicallyAccessedMemberTypes.All, typeof(Cookie))] > ``` > > I see even...

> > Doesn't appear to run, can you check if there are any run parameters specified on the binary? Tried to get it running through selenium and puppeteer but neither...