Code Monkey home page Code Monkey logo

tizen.appium's People

Contributors

flyofsky avatar jkpu avatar rookiejava avatar shyunmin avatar somang-park avatar sung-su avatar yourina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

tizen.appium's Issues

Elements should removed when it hides

  • As-Is

    • Element is added when ViewInitialized event occurs.
    • Element is removed when it's renderer removed
  • What's the problem?

    • Suppose that there is a navigation page and it has 2 or more pages. All elements which are included in each page accumulated continuously once Navigation.PushAsync().

Issues with Tizen 6.5 profile

We are trying this package with the Tizen 6.5 profile.

  1. Create a NUI dotnet tizen-6.5 app.
  2. Added the Tizen.Appium nuget package
  3. Added the following code in OnCreate()
    TizenAppium.StartService(AppType.NUI);
  4. Run the app on 6.5 emulator.

Getting the following exception.

Exception has occurred: CLR/System.NotSupportedException
An unhandled exception of type 'System.NotSupportedException' occurred in Tizen.Appium.dll: 'Use StartService(IAppAdapter adapter) instead on tizen40 TFM.'
at Tizen.Appium.TizenAppium.StartService(AppType type)
at nuiapp65.Program.OnCreate() in /home/aswani/tes-appium/nuiapp65/nuiapp65/nuiapp65.cs:line 13
at Tizen.NUI.NUICoreBackend.OnInitialized(Object source, NUIApplicationInitEventArgs e)
at Tizen.NUI.Application.OnApplicationInit(IntPtr data)
at Tizen.NUI.Application.MainLoop()
at Tizen.NUI.NUICoreBackend.Run(String[] args)
at Tizen.Applications.CoreApplication.Run(String[] args)
at Tizen.NUI.NUIApplication.Run(String[] args)
at nuiapp65.Program.Main(String[] args) in /home/aswani/tes-appium/nuiapp65/nuiapp65/nuiapp65.cs:line 48

Following is the csproj file
<Project Sdk="Tizen.NET.Sdk/1.1.7"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>tizen90</TargetFramework> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugType>portable</DebugType> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>None</DebugType> </PropertyGroup> <ItemGroup> <Folder Include="lib\"/> <Folder Include="res\"/> </ItemGroup> <ItemGroup> <PackageReference Include="Tizen.Appium" Version="1.0.0-preview3"/> </ItemGroup> </Project>

Automation Feasibility to Samsung TV

Team,

Any update on how to Automate Samsung TV, which has Tizen OS ? If then can u please give us the direction to do that by means of any possible open source like Appium, Selenium.

There is no way to access toolbar items

  • Requirement
    User wants to tap ToolbarItem elements for testing.

  • Issue
    User can't access toolbar items. Because Tizen.Appium can't get any information of Elements which have no renderer.

  • Releted TC
    ToolbarItemTests

There is no way to access the element of the popup window

  • Requirement
    User wants to tap Element of the popup window for testing.

  • Issue
    User can't access Elements of a popup. Because Tizen.Appium can't get any information of Elements which have no renderer.

  • Releted TC
    ActionSheetUITests

Getting currently focused element is not supported

  • Requirement
    Getting currently focused element to support Xamarin.UITest.IApp.EnterText method.
    (https://developer.xamarin.com/api/member/Xamarin.UITest.IApp.EnterText/p/System.String/)

  • Expected behavior
    If the ContentPage has an Entry, the Entry will be returned as a currently focused element after the page is appeared.

  • Related TC
    EntryUITests.Completed

  • Issue
    There is a difference between expected behavior and Tizen platform behavior.
    In Tizen platform, Entry doesn't have a focus until it is clicked.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.