Dor Blayzer

Results 198 comments of Dor Blayzer

@aaronportier please provide a snippet of the code and appium logs. It's not clear for what action you receive that error

Same issue for me when using Indexed XPATH. i.e. `(//XCUIElementTypeButton[@name="CowDetailCell_SaveButton"])[8]` ``` robotframework-appiumlibrary 2.0.0 Appium-Python-Client==2.7.1 ```

Hmm, maybe it's only for Web View Mode. https://github.com/appium/appium/issues/20358#issuecomment-2219775021

Related article: https://saucelabs.com/resources/blog/selenium-4-relative-locators

Let alone we can't easily inherit from this class (`RelativeBy`) since it's not abstract. @titusfortner @nvborisenko is there a plan for making [RelativeBy](https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/RelativeBy.cs#L31) abstract? Or is there a good reason...

Closing this issue for now since, as things currently stand, it requires too much effort, and the implementation won't be so effective.

Sorry, but I haven't worked with winget so far. I assume a good starting point would be : https://learn.microsoft.com/en-us/windows/package-manager/package/

Hi @dragojs. Thank you for reaching out first of all, any help would do. The idea is to add comments whenever possible, rather than just disable the warnings. You can...

@sambrandt @dragojs I'm not sure where you guys stand with this, but I came across a relatively easy fix for warnings related to `cref`. you can check out this PR...