Forum Discussion

pushparathi_pan's avatar
pushparathi_pan
New Member
11 years ago

Android Application - WebView control inside LinearLayout

Hi ,

   I am using an android application. It has a WebView control inside a LinearLayout.

 

This is the entire layout of my app:

   <?xml version="1.0" encoding="utf-8"?>
   <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      android:orientation="vertical"
     android:layout_width="fill_parent"
     android:layout_height="fill_parent">
     <WebView
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:id="@+id/webView" />
   </LinearLayout

 

Does TestComplete support automation of application like this.

 

Thanks

Pushpa

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Community Hero

    Hi,

     

    It is my expectation that this should be supported.

    You may either check it yourself or post here your .apk file and maybe someone will check it for you.