Skip to content

Baaryan/test-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Test-file-upload

Selenium -> test-file-upload

Documentation

Link

Jira

Link

Public Sessions to see results:

Selenium 4 W3C test scripts to test on iOS devices

  1. Ruby

  2. Python

  3. Java

  4. C#

  5. NodeJS

Selenium Legacy JSON test scripts to test on iOS devices

  1. Ruby

  2. Python

  3. Java

  4. C#

  5. NodeJS

Note:

  1. Python: Only Appium v1 supports Legacy JSON, therefore for those scripts to work use the following versions:
  • Appium-Python-Client==1.3.0
  • urllib3==1.26.16
  1. C#: Dependency versions that support Legacy JSON:
    <PackageReference Include="Appium.WebDriver" Version="4.4.5" />
    <PackageReference Include="Castle.Core" Version="4.4.1" />
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
    <PackageReference Include="Selenium.Support" Version="3.141.0" />
    <PackageReference Include="Selenium.WebDriver" Version="3.141.0" />