arnonax-tr

Results 7 issues of arnonax-tr

## System * Version: 0.31.0 * Platform: Linux * Firefox: 101.0 * Selenium: Selenium.WebDriver 4.2.0 (.Net) + Selenium Grid 4.1.4 (revision 535d840ee2) ## Testcase ``` [Test] [Repeat(100)] public void BrowserResolutionFirefox()...

marionette
awaiting reporter feedback

I took a very simple [demo Angular 14 app](https://github.com/AssafFink/Angular) (from a short course I took), and tried to see if I can use Protractor.Net with it. However, the following simple...

I see that the last commits, both on `master` and on `release/5.0.0` branches are from October 2021 (by @Dor-bl ), and that the latest pre-release [NuGet package is 5.0.0-beta01](https://www.nuget.org/packages/Appium.WebDriver/5.0.0-beta01) from...

In order to make it easier to diagnose problems when trying to upload media files, I added the full response information to the exception. (Currently I get this exception but...

### Describe the bug I'm not 100% sure it's a bug, but either it is, or something is unclear to me. Occasionally* I'm seeing that `ResponseTransformContext.ProxyResponse` is `null` inside a...

Type: Documentation
help wanted

### What happened? The Sessions tab in the Grid's web interface allows to sort by any of the columns, and also to search for a session using a textbox. However,...

C-grid
I-defect
help wanted

### What happened? This bug happens pretty rarely, but it does. I ran the following test with `[Repeat(1000)]` to reproduce it: ```c# using System.Collections.Concurrent; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.DevTools; using OpenQA.Selenium.DevTools.V127;...

C-dotnet
I-defect
needs-triaging