Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SonicCloudOrg

🎉Org of Sonic cloud real machine platform. Sonic云真机平台组织。
Collective - Host: opensource - https://opencollective.com/soniccloudorg - Website: https://sonic-cloud.cn - Code: https://github.com/SonicCloudOrg

Moved scroll cool off after every scroll event

Summary: This will help to prevent accidental touches while performing scroll

Reviewed By: phyl...

github.com/SonicCloudOrg/sonic-ios-wda - 133290382f7f718d2f841f862640c7c5358b9d5a authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed Travis

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/144

Differential Revision: D321...

github.com/SonicCloudOrg/sonic-ios-wda - 7515182a98984f531b9f3c2445ca014a570397bf authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed wiki links

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/143

Differential Revision: D321...

github.com/SonicCloudOrg/sonic-ios-wda - 5583c1425e2a366591fe0748bdea769bfc46079d authored over 8 years ago by Marek Cirkos <[email protected]>
Update README.md

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/142

Differential Revision: D321...

github.com/SonicCloudOrg/sonic-ios-wda - b2be8af1ccafa34568542c636916be7b40fc8024 authored over 8 years ago by Marek Cirkos <[email protected]>
Added bootstrap.sh

Summary:Removed build Inspector step from Xcode build steps, because we need to build it once.
A...

github.com/SonicCloudOrg/sonic-ios-wda - 0511adf2565b84eda6e8c82ea5a08daf2134d103 authored over 8 years ago by Marek Cirkos <[email protected]>
Updated README

Summary:Better description what WDA is about
Added demo movie
Moved documentation to wiki

Revie...

github.com/SonicCloudOrg/sonic-ios-wda - d9aca8398d42bd542127fdab8b5772ecb0c33a6f authored over 8 years ago by Marek Cirkos <[email protected]>
Handling tree command when no session is active

Summary: Instead of grabbing acitve session we should grab active application

Reviewed By: gkas...

github.com/SonicCloudOrg/sonic-ios-wda - 1c4bb597f28b8244cc5b921791b51068a9b6de3e authored over 8 years ago by Marek Cirkos <[email protected]>
Add /source endpoint that doesn't require session id

Summary: To be more selenium like, we want to use `/source` endpoint instead of `/tree`. To do t...

github.com/SonicCloudOrg/sonic-ios-wda - ad02d0f9439ffe095268dc17a7f97f4ee20949d8 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed unsued code

Summary: This notification is not used and log is redundant since we log full url in next line.
...

github.com/SonicCloudOrg/sonic-ios-wda - 335b4cf20a6a97d2dd5c9a4f6519965c86f32502 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix for false status in response from simulator/touch_id

Summary:When making requests to `simulator/touch-id`, it would return a status of 1 even if the ...

github.com/SonicCloudOrg/sonic-ios-wda - 4607cb29c5fae5594f11c80ff4f403d21de389ca authored over 8 years ago by Chris NeJame <[email protected]>
Reverting long tap 'fix'

Summary:allow-large-files
Unfortunately it broke some stuff and didn't fix the issue.

Reviewed ...

github.com/SonicCloudOrg/sonic-ios-wda - b82ce781bff0f160185d808a0589c82217df2441 authored over 8 years ago by Marek Cirkos <[email protected]>
Added cool off time after scrolling

Summary:allow-large-files
Tapping cells immediately after scrolling may fail due to way UIKit is...

github.com/SonicCloudOrg/sonic-ios-wda - f644235282f7ce0c2954ed228b7da55968ce3bbc authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed starting webdriveragent with xcodebuild.

Summary:Fix for issue: https://github.com/facebook/WebDriverAgent/issues/140

To run test with d...

github.com/SonicCloudOrg/sonic-ios-wda - afe7902aeea9a19eb5a79c78ec6b4301ed3c7282 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed duplicated code

Reviewed By: asm89

Differential Revision: D3207122

fb-gh-sync-id: fe12df4af4a538b0692d84f84710...

github.com/SonicCloudOrg/sonic-ios-wda - 8f48ea51fe5278fc9bc23b3fce66966ec7d17c59 authored over 8 years ago by Marek Cirkos <[email protected]>
Make 'homescreen' command wait till transfer to applicationboard is finished

Summary:Homescreen command just triggers home button and does not wait till transition is finish...

github.com/SonicCloudOrg/sonic-ios-wda - 9c149f32e3ef2b2bdd2549d3ce85f8207ea74bfd authored over 8 years ago by Marek Cirkos <[email protected]>
Make tap command perform longer tap

Summary:Under heavy duty tap tends to fail, when tapping table views. It happens even if nothing...

github.com/SonicCloudOrg/sonic-ios-wda - 3de680f2af802e44ccd672a68888e9661d182e53 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed deactivate app

Summary:It is poosible that application being deactivated is not visible on home screen, so tapp...

github.com/SonicCloudOrg/sonic-ios-wda - 82297bd832ed57ca7b45fc048c6ecbca641205ad authored over 8 years ago by Marek Cirkos <[email protected]>
Removed waitUntilFrameIsStable

Summary:Removing not working scroll & tap fix.
Looks like issue is within tapping itself (only o...

github.com/SonicCloudOrg/sonic-ios-wda - b8ea7f783143377aa7188d453b4b64f4bab89f1c authored over 8 years ago by Marek Cirkos <[email protected]>
Added 'homescreen' command

Summary:allow-large-files
This command will switch current view to homescreen/springboard

Revie...

github.com/SonicCloudOrg/sonic-ios-wda - 6b8e2855c3b7564f33ed91cf0154838ac564e341 authored over 8 years ago by Marek Cirkos <[email protected]>
Moved inspector building steps to WebDriverAgentLib.framework target

Summary:Fix for https://github.com/facebook/WebDriverAgent/issues/137
Closes https://github.com/...

github.com/SonicCloudOrg/sonic-ios-wda - 9903fceb2887068c517a931ef3f1ebc908d59163 authored over 8 years ago by Marek Cirkos <[email protected]>
Update readme

Summary:Add slashes for escape characters in shell script which query elements
Closes https://gi...

github.com/SonicCloudOrg/sonic-ios-wda - 4be4d9f0b5cfffd52b3540623bda27a8f28ac3a0 authored over 8 years ago by NSFish <[email protected]>
Changed scrolling hitpoint to 3/4 of the view size

Summary:Currently page scroll is performed by two, half view size, scroll steps.
Which works we...

github.com/SonicCloudOrg/sonic-ios-wda - 6078f9e71e9995298509360990841903f3d18a9c authored over 8 years ago by Marek Cirkos <[email protected]>
After scrolling waiting till frame is stable

Summary:We have few tests failing, because we try to tap element right after scroll command.
It ...

github.com/SonicCloudOrg/sonic-ios-wda - 4ea5243649a80654f3e7855e6d8ec9c805334ffd authored over 8 years ago by Marek Cirkos <[email protected]>
Removed buidling modules and added tests to WebDriverAgentLib scheme

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/135

Differential Revision: D318...

github.com/SonicCloudOrg/sonic-ios-wda - d02a5fe132a609d8c3c9812402e8b778facdfc94 authored over 8 years ago by Marek Cirkos <[email protected]>
Improved scrolling for xctwda

Summary:allow-large-files

XCUIElement 'remembers' query that was used to locate element, which ...

github.com/SonicCloudOrg/sonic-ios-wda - 409a0993a075b09806987c804c9afa6385e23f04 authored over 8 years ago by Marek Cirkos <[email protected]>
Replaced static library with framework so that it can be build with Carthage

Summary: Requested here: https://github.com/facebook/WebDriverAgent/issues/134

Reviewed By: law...

github.com/SonicCloudOrg/sonic-ios-wda - 760a571051f10440ca92adb747e9a279ac361237 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix wda crash when scrolling

Summary: Unfortunately when using CGFloat WDA crashes, which probably meas there is type mismatc...

github.com/SonicCloudOrg/sonic-ios-wda - 1ba18d8593b71a05d635a397ac61bdb56caed81e authored over 8 years ago by Marek Cirkos <[email protected]>
Added title to alert's message

Summary:allow-large-files
Checked with XCTWDA only few tests break. Landing this diff know will ...

github.com/SonicCloudOrg/sonic-ios-wda - cde7b41af562aad50c29ec84b46b7034088714a7 authored over 8 years ago by Marek Cirkos <[email protected]>
Changed build.sh to give more readable output

Summary:Output from Travis build is pretty messy (https://travis-ci.org/facebook/WebDriverAgent/...

github.com/SonicCloudOrg/sonic-ios-wda - d95ab703e679743cfd581ef43b9e78eb78c84282 authored over 8 years ago by Marek Cirkos <[email protected]>
Improved Apple's private headers by using CGFloat instead of double

Summary: This will help to resolve annoying float/double mismatch warnings

Reviewed By: lawrenc...

github.com/SonicCloudOrg/sonic-ios-wda - 9b666408588e49c355bc39795056e831ae4a1e81 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed XCTStuApps

Summary: It is not used anymore, because we start test runner as proper XCUITest, not as unit te...

github.com/SonicCloudOrg/sonic-ios-wda - 0dd4e2abe63ad2a49ac201ebbcb4fe24dc0cadb6 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed typo in .gitignore

Reviewed By: migchez

Differential Revision: D3162287

fb-gh-sync-id: e8ae9099d0b7549acc5f542c05...

github.com/SonicCloudOrg/sonic-ios-wda - 132348e40af128f9076a0b842e77193c709640f7 authored over 8 years ago by Marek Cirkos <[email protected]>
Changed deployment target to 9.1

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/133

Differential Revision: D316...

github.com/SonicCloudOrg/sonic-ios-wda - 348209dcde6d638876218f35c9a57b71ef4ad013 authored over 8 years ago by Marek Cirkos <[email protected]>
Running unit tests on travis

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/131

Differential Revision: D316...

github.com/SonicCloudOrg/sonic-ios-wda - c19b4329017070209fc217e9fee64d703e1921db authored over 8 years ago by Marek Cirkos <[email protected]>
Suppressed all vendor libs warnings

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/132

Differential Revision: D316...

github.com/SonicCloudOrg/sonic-ios-wda - b476a36944303d7adfbb5660bcbed30ecfad859d authored over 8 years ago by Marek Cirkos <[email protected]>
Updated ignore files

Reviewed By: nqmtuan

Differential Revision: D3155659

fb-gh-sync-id: 0fb23945cc565f22d9243293e1...

github.com/SonicCloudOrg/sonic-ios-wda - 0abf49ba6e450667c364faff5753be5dcf75e241 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed WebDriverAgentTests product

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/130

Differential Revision: D315...

github.com/SonicCloudOrg/sonic-ios-wda - db5484be6b3776fa789b204582a099f114f38a82 authored over 8 years ago by Marek Cirkos <[email protected]>
Added alert title to alert's text

Summary:We only return alert message (without title) as alert text.
We should return both to giv...

github.com/SonicCloudOrg/sonic-ios-wda - 562f0f7c1451e746c97d26931dd9d63d7c6a22bf authored over 8 years ago by Marek Cirkos <[email protected]>
Renamed FBXCTWebDriverAgent to FBWebDriverAgent

Summary: We don't use shared workspace with UIAWDA so we can simplify naming.

Reviewed By: nqmt...

github.com/SonicCloudOrg/sonic-ios-wda - d2fc035180314406abf8a83b40d2c18a93c6e0a6 authored over 8 years ago by Marek Cirkos <[email protected]>
Flattening FBSession and FBXCTSession into one class

Summary: After WDA & XCTWDA this separation is no longer needed

Reviewed By: nqmtuan

Different...

github.com/SonicCloudOrg/sonic-ios-wda - e76a0968f8e6744ce06c58dfeded65962dc56e36 authored over 8 years ago by Marek Cirkos <[email protected]>
Combine FBCoreExceptionHandler & FBXCTExceptionHandler into one FBExceptionHandler

Summary: After WDA & XCTWDA this separation is no longer needed

Reviewed By: nqmtuan

Different...

github.com/SonicCloudOrg/sonic-ios-wda - c387624a8d1c60d8ea06e63c263f523811875a55 authored over 8 years ago by Marek Cirkos <[email protected]>
Unified usage of XCUIApplication and FBApplication

Summary: Changed code to use one class to represent application

Reviewed By: nqmtuan

Different...

github.com/SonicCloudOrg/sonic-ios-wda - 7feb9f139681d2d5b9a52e06049518507c09432c authored over 8 years ago by Marek Cirkos <[email protected]>
Removed FBElementCache protocol

Summary: After WDA & XCTWDA this separation is no longer needed

Reviewed By: nqmtuan

Different...

github.com/SonicCloudOrg/sonic-ios-wda - e40d50fbe520e1f20818b8ebe53df5eeb7e17f2a authored over 8 years ago by Marek Cirkos <[email protected]>
Linked LICENCE, PATENTS and CONTRIBUTING in README.md

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/128

Differential Revision: D314...

github.com/SonicCloudOrg/sonic-ios-wda - 3ba955c806288d9fb9a8108a3bb813e5f0ff4f86 authored over 8 years ago by Marek Cirkos <[email protected]>
Building WEbDriverAgentRunner when profiling and analyzing

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/129

Differential Revision: D314...

github.com/SonicCloudOrg/sonic-ios-wda - 2edc80971a7ec74d73467ef6bd5405ac18f47d99 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix readme commands

Summary:The readme commands are wrong...

- `carthage bootstrap` builds all platforms (including...

github.com/SonicCloudOrg/sonic-ios-wda - e6a108ff8715ef941b8eea15b0b92bcad4c55a6a authored over 8 years ago by bootstraponline <[email protected]>
Fix travis for UIAWebDriverAgent

Summary:Linking UIKit since Travis build is failing due to missing UIDevice symbols.
Closes http...

github.com/SonicCloudOrg/sonic-ios-wda - f21b21623580011b9467355ccfce73f904e226c8 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed UIAWebDriverAgent Travis script

Summary: We have separate Cartfiles for XCTWDA and UIAWDA so we should bootstrap both

Reviewed ...

github.com/SonicCloudOrg/sonic-ios-wda - 441a92d3713be44bb552d87cb20cd9bbd057be8d authored over 8 years ago by Marek Cirkos <[email protected]>
Splitted XCTWebDriverAgent and UIAWebDriverAgent into to different project files and directories.

Summary:This will help tp clarify the project.
We also plan to remove UIAWebDriverAgent in the n...

github.com/SonicCloudOrg/sonic-ios-wda - 92a9203637fb8732706a1f16baceca1c1ebc6d7d authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed Travis builds for XCTWDA and UIAWDA

Summary: Reflects XCTWDA and UIAWDA split changes

Reviewed By: lawrencelomax

Differential Revi...

github.com/SonicCloudOrg/sonic-ios-wda - fc300da3da38818befd7ac88daf3f364308f067a authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed XCUIApplication resolve element issue

Summary:In Xcode 7.3 Apple changed how XCUIApplications are resolved.
In some cases trying to im...

github.com/SonicCloudOrg/sonic-ios-wda - 80f14fa9ed8ca88c55a65e0b49d429c46ad3b890 authored over 8 years ago by Marek Cirkos <[email protected]>
Updated documentation

Summary: Reflects changes made in (D3133096)

Reviewed By: nqmtuan

Differential Revision: D3133...

github.com/SonicCloudOrg/sonic-ios-wda - d0210e62c3ce56c994e83514c5e186eafb1b78f1 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed xpath && byClassName selectors when used with XCUIElementTypeAny

Summary:Quering elements with class name "XCUIElementTypeAny" will try to exact match elements w...

github.com/SonicCloudOrg/sonic-ios-wda - 04f288531c1bc3cbba77241c27e9dad80902fed0 authored over 8 years ago by Marek Cirkos <[email protected]>
Moved from Pods to Carthage

Summary: Pods enforces shared workspace which makes whole project less readable. I decided to sw...

github.com/SonicCloudOrg/sonic-ios-wda - c4885f4e3138cda870654f869df7f94f5715dfb7 authored over 8 years ago by Marek Cirkos <[email protected]>
Moved scripts to Scripts folder

Reviewed By: phyllipecesar

Differential Revision: D3126801

fb-gh-sync-id: 078bb99a25466a295ce1...

github.com/SonicCloudOrg/sonic-ios-wda - 837de662cfd65cbf1859f92e222580e7bfddeae3 authored over 8 years ago by Marek Cirkos <[email protected]>
Update .travis.yml

github.com/SonicCloudOrg/sonic-ios-wda - 5790f6dcb50b915a67213934b44356a0271d6507 authored over 8 years ago by Marek Cirkos <[email protected]>
Fix isWebDriverAttributesSelector condition

Reviewed By: nqmtuan

Differential Revision: D3126257

fb-gh-sync-id: bd3215f2d4a6b5215fdcf61fa0...

github.com/SonicCloudOrg/sonic-ios-wda - 358b0a7c990015b746ca88b6e9cf9277772b7070 authored over 8 years ago by Marek Cirkos <[email protected]>
Fixed valueForWDAttributeName unrecognized selector issue

Summary:Whan application becomes inactive, all XCUIElement will not have lastSnapshots, because ...

github.com/SonicCloudOrg/sonic-ios-wda - 8888c039acdfbbe62f8a3f5170b74907cbb85cb9 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed UIAutomation class name handling

Summary: There is no reason why this should be happening so removing it. Finally!!

Reviewed By:...

github.com/SonicCloudOrg/sonic-ios-wda - a19fb8fd0e854d0c947262c4da9f363acaa29fb0 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed need for XCTStubApp for simulators

Summary:We can kick off test bundle from any application so instead of forcing creating own appl...

github.com/SonicCloudOrg/sonic-ios-wda - 346775510775c3450fc06eaee3440fff74f22964 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed -Wno-double-promotion

Summary: -Wno-double-promotion is not supported by Xcode pre 7.3. So I removed treating warnings...

github.com/SonicCloudOrg/sonic-ios-wda - d0ece4b93cdd849d819fedacc4d6e685590dfcfb authored over 8 years ago by Marek Cirkos <[email protected]>
Handling app switch

Summary:If tested application triggers to launch other application (e.g. via openURL), xctest st...

github.com/SonicCloudOrg/sonic-ios-wda - b51d9db9cfff163dd621c68ce584cbb247857184 authored over 8 years ago by Marek Cirkos <[email protected]>
Launching apps from homescreen

Summary:If we launch app while some app is active, new app will have "Back to ..." button on st...

github.com/SonicCloudOrg/sonic-ios-wda - 7856b59a293374b7ab81bdfff0820a3f6e9a7008 authored over 8 years ago by Marek Cirkos <[email protected]>
Added query by NSPredicate String capability.

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/124

Differential Revision: D311...

github.com/SonicCloudOrg/sonic-ios-wda - f592a4ff7b403677dc5261f42c996e537e20079f authored over 8 years ago by rafael.chavez <[email protected]>
Update .travis.yml

github.com/SonicCloudOrg/sonic-ios-wda - a7dd0910ef0373572974fbe696daf430b0090470 authored over 8 years ago by Marek Cirkos <[email protected]>
Removed 'double-promotion' warning

Summary:This fixes Xcode 7.3 build. Warning is not needed anyway.

Fix for: https://github.com/f...

github.com/SonicCloudOrg/sonic-ios-wda - 346c6995a50169518fafcc68515545c4477dcec8 authored over 8 years ago by Marek Cirkos <[email protected]>
Add detailed error description when element is not found

Summary:This is current log records:

com.facebook.WebDriver.RemoteErrorResponse=<CFBasicHas...

github.com/SonicCloudOrg/sonic-ios-wda - 45d3fa26213ab4dd0074c90a27fd58d58935d477 authored over 8 years ago by Viacheslav Artemev <[email protected]>
Added hide keyboard command

Summary:Adds a new command and route for XCTest to hide the keyboard.
Closes https://github.com/...

github.com/SonicCloudOrg/sonic-ios-wda - 0b3f2d478406780defef591625f20ed56f0d0969 authored over 8 years ago by Matthew Horst <[email protected]>
Use appropriate name

Summary: Fix naming

Reviewed By: phyllipecesar

Differential Revision: D3087071

fb-gh-sync-id:...

github.com/SonicCloudOrg/sonic-ios-wda - 605e9a097ed1db4c82f50cd7b51288e68da49ca9 authored almost 9 years ago by Lawrence Lomax <[email protected]>
Not trying to scroll if element is already visible

Summary: allow-large-files

Reviewed By: nqmtuan

Differential Revision: D3069747

fb-gh-sync-id...

github.com/SonicCloudOrg/sonic-ios-wda - 918d8adeaafe9c0c67059b84d6e8882c0060c6cd authored almost 9 years ago by Marek Cirkos <[email protected]>
Ensuring element is not being animated, when performing tap

Summary:allow-large-files

Since we removed waiting for app quiescence, we got some failures due...

github.com/SonicCloudOrg/sonic-ios-wda - 07032e49c0619df5003d86cb21277426bd636434 authored almost 9 years ago by Marek Cirkos <[email protected]>
Improved debug logging for XCTWDA

Summary: XCTWDA process name can differ depending on how it is launched, so properly fetching pr...

github.com/SonicCloudOrg/sonic-ios-wda - 8a251d5c309d98671be36469d6ff64f4598198b8 authored almost 9 years ago by Marek Cirkos <[email protected]>
Added ability to disable Apple's "waitForQuiescence"

Summary:It fixes issues when WDA is waiting for application to stop animating (which might never...

github.com/SonicCloudOrg/sonic-ios-wda - 65eae4040c21c359729e7b22620b3df3829d7c11 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed searching subelements of element

Reviewed By: lawrencelomax

Differential Revision: D3023922

fb-gh-sync-id: 7e7996253e907b39b052...

github.com/SonicCloudOrg/sonic-ios-wda - 69a3bba14c14bda31207281543e9e0ac4853b4b7 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed scrolling for custom accessibility items

Summary:public
It is possible for custom tableview to overwrite its accessible elements, by manu...

github.com/SonicCloudOrg/sonic-ios-wda - e148b526dfefb65436d45bf4186a45defa1c73b4 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed crashing xctwda

Reviewed By: phyllipecesar

Differential Revision: D3011497

fb-gh-sync-id: f6a2a58a486a60401503...

github.com/SonicCloudOrg/sonic-ios-wda - dcb85e22a5a85cc8d58544c496bcbf880a69c4fd authored almost 9 years ago by Marek Cirkos <[email protected]>
Added target-action like request handling

Summary:public
Currently crash stack trace is obstructed becasue all paths are handled with bloc...

github.com/SonicCloudOrg/sonic-ios-wda - 89dccfc98e0059881e6ca6a846428dd6bb27b5a9 authored almost 9 years ago by Marek Cirkos <[email protected]>
Moved project settings to conifguration files & restriced warnings

Reviewed By: lawrencelomax

Differential Revision: D2984239

fb-gh-sync-id: cb9b429ae1e9ea740495...

github.com/SonicCloudOrg/sonic-ios-wda - 8483db9d302b2f6f8ae7898701937dc0b37f78c8 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed warning

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/121

Differential Revision: D297...

github.com/SonicCloudOrg/sonic-ios-wda - bad7969341bd686985932ddc5519f6a15a73c68a authored almost 9 years ago by Marek Cirkos <[email protected]>
Revert "Fixed warning"

This reverts commit 457dc05dde4252d1faccf9e02c45a6a72f04c50f.

github.com/SonicCloudOrg/sonic-ios-wda - 535a1c707989d7d366db42cd01fcf0c067368442 authored almost 9 years ago by Marek Cirkos <[email protected]>
Removed temporary files from repo

github.com/SonicCloudOrg/sonic-ios-wda - 0bbd7312ea57d6f88bc684334d478d98dd222bcf authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed descendantsOfElement methods

Reviewed By: lawrencelomax

Differential Revision: D2975272

fb-gh-sync-id: 1ab87c58f0169b3b6cbb...

github.com/SonicCloudOrg/sonic-ios-wda - 726e1f7fc4dcb42c19f847c8b365b160d4656a16 authored almost 9 years ago by Marek Cirkos <[email protected]>
Add stack trace to exception handler

Reviewed By: lawrencelomax

Differential Revision: D2972402

fb-gh-sync-id: 1b7aa7f5dbedf7cae1e6...

github.com/SonicCloudOrg/sonic-ios-wda - 9377d03d8e3856ebf87aded987d03f3a63ceaec1 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed warning

github.com/SonicCloudOrg/sonic-ios-wda - 457dc05dde4252d1faccf9e02c45a6a72f04c50f authored almost 9 years ago by Marek Cirkos <[email protected]>
Specify WebDriverAgent binding port with --port argument

Reviewed By: mmmulani

Differential Revision: D2939015

fb-gh-sync-id: 30f72f8dd8c774b91255d2c0d...

github.com/SonicCloudOrg/sonic-ios-wda - e7846196304acd68dbb299bd2ea175750082e6eb authored almost 9 years ago by Lawrence Lomax <[email protected]>
Handling selected state for UIButtons in same manner as UIAutomation

Reviewed By: mmmulani

Differential Revision: D2937551

fb-gh-sync-id: 98bc9ad479a23bb8437025e16...

github.com/SonicCloudOrg/sonic-ios-wda - 101d9754525b198fc1909a56ca48d1247d07e930 authored almost 9 years ago by Marek Cirkos <[email protected]>
Fix "To start tasting app"

Reviewed By: svcscm

Differential Revision: D2936283

fb-gh-sync-id: c4863a8657dee923d329debb4fd...

github.com/SonicCloudOrg/sonic-ios-wda - 022b214e53c5c6ba83cae0cecc45e6eb07c11d98 authored almost 9 years ago by bootstraponline <[email protected]>
Reverted D2885475

Reviewed By: gkassabli

Differential Revision: D2927349

fb-gh-sync-id: 8fedc637122f5cb2adb0445a...

github.com/SonicCloudOrg/sonic-ios-wda - d3fcb2d252ef8acab1d7eb6bf13ae7ffaba74aab authored almost 9 years ago by Marek Cirkos <[email protected]>
Added build script for XCTWDA and binaries to FBWebDriverServer framework resources

Reviewed By: asm89

Differential Revision: D2925157

fb-gh-sync-id: e26d38c71881e7198ffc9ba25612...

github.com/SonicCloudOrg/sonic-ios-wda - a3aa5fee40d0d712a243c8f9af3d5baa97a477ce authored almost 9 years ago by Marek Cirkos <[email protected]>
Replaced PORT_OFFSET with USE_PORT

Reviewed By: asm89

Differential Revision: D2922519

fb-gh-sync-id: 7fe16525912c50d06d79313c3b4d...

github.com/SonicCloudOrg/sonic-ios-wda - 0e90bd198b06b4b275a3dc98541188b5a877dad1 authored almost 9 years ago by Marek Cirkos <[email protected]>
Adding passing accessibility element property to XCWebDriver

Reviewed By: marekcirkos

Differential Revision: D2895659

fb-gh-sync-id: e139f08395e6b9f489b752...

github.com/SonicCloudOrg/sonic-ios-wda - 01f79c467312a37b93387d4a74af826a04052971 authored almost 9 years ago by Georgiy Kassabli <[email protected]>
Adding isAccessibilityElement property to XCUIElement

Reviewed By: marekcirkos

Differential Revision: D2879399

fb-gh-sync-id: 471465cb7f63d86fd0c30e...

github.com/SonicCloudOrg/sonic-ios-wda - 78dff60f07f5451277329ba72879c1d3a0f13947 authored almost 9 years ago by Georgiy Kassabli <[email protected]>
Adding marking FBXCTSession as a11y one

Reviewed By: marekcirkos

Differential Revision: D2885475

fb-gh-sync-id: e5621bbfad8f05b0c8b725...

github.com/SonicCloudOrg/sonic-ios-wda - aa24b550ec8be6d284886cf67ce51ebe12277b08 authored almost 9 years ago by Georgiy Kassabli <[email protected]>
Implemented FBHTTPOverUSBServer

Summary:
public
This server allows connection with device over USB cable by sending JSON string ...

github.com/SonicCloudOrg/sonic-ios-wda - 16f35369597be5a1421108ec1ad4b094df9a2e30 authored almost 9 years ago by Marek Cirkos <[email protected]>
Added peertalk as dependency

Reviewed By: mmmulani

Differential Revision: D2865026

fb-gh-sync-id: 1e861fe706450838e81dee69d...

github.com/SonicCloudOrg/sonic-ios-wda - 5ab1f90699e9c60415a9be6bd010e9ff06ac51dc authored almost 9 years ago by Marek Cirkos <[email protected]>
Returning error description instead of NSError

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/113

Reviewed By: svcscm

Differ...

github.com/SonicCloudOrg/sonic-ios-wda - c0a750e19a5f5445f4f60d6a7845b5b11d6ad5d5 authored almost 9 years ago by Marek Cirkos <[email protected]>
Casting fix

Reviewed By: nqmtuan

Differential Revision: D2850051

fb-gh-sync-id: ef35a79b70de33008a44895e90...

github.com/SonicCloudOrg/sonic-ios-wda - 386fac824c9dc680ad0455bf77459bc39fbc1c5f authored almost 9 years ago by Marek Cirkos <[email protected]>
Handling unrecognized element locator

Summary: Closes https://github.com/facebook/WebDriverAgent/pull/108

Reviewed By: svcscm

Differ...

github.com/SonicCloudOrg/sonic-ios-wda - 67be2e38e6f8c94deaf8607c4109a94d6054e38f authored almost 9 years ago by Marek Cirkos <[email protected]>
Fixed BAD_ACCESS for typing and scrolling

Reviewed By: mmmulani

Differential Revision: D2849945

fb-gh-sync-id: c86be1447b715567a0ca5913f...

github.com/SonicCloudOrg/sonic-ios-wda - 4ddd106524407cb14edac0424bd6b4f79d50fdc6 authored almost 9 years ago by Marek Cirkos <[email protected]>
Improved scrollToVisible

Summary:
public
Unfortunately in some cases XCTest reports wrong frames for invisibile cells (al...

github.com/SonicCloudOrg/sonic-ios-wda - d9a97f5e4fcfa062eda61444f58f01513d4dd7e1 authored almost 9 years ago by Marek Cirkos <[email protected]>