appium / WebDriverAgent

A WebDriver server for iOS and tvOS
Other
1.2k stars 377 forks source link

feat: changed "element" property, added complete information about element #808

Closed IlyaUA closed 11 months ago

IlyaUA commented 11 months ago

Implementation of this proposal: https://github.com/appium/appium/issues/19354

linux-foundation-easycla[bot] commented 11 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

IlyaUA commented 11 months ago

@mykola-mokhnach Review please

IlyaUA commented 11 months ago

@mykola-mokhnach Done 👌

KazuCocoa commented 11 months ago

Could you sign the CLA?

IlyaUA commented 11 months ago

Could you sign the CLA?

Done

IlyaUA commented 11 months ago

@mykola-mokhnach @KazuCocoa Could you please tell me why some tests fail?

mykola-mokhnach commented 11 months ago

@mykola-mokhnach @KazuCocoa Could you please tell me why some tests fail?

several random tests may fail in CI because of its slowness. This is known

mykola-mokhnach commented 11 months ago

Please also don't forget to update the extension documentation at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/execute-methods.md after the change is published

IlyaUA commented 11 months ago

Please also don't forget to update the extension documentation at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/execute-methods.md after the change is published

Yes, I will update the version of the WDA dependency in appium-xcui-driver and the documentation. How to make a new WDA release?