Problem with preparation for recording and recording

I downloaded and installed appium studio on win10 and integrated it with eclipse. During last week I run a few tests from appium studio and from eclipse and all tests run properly. But yesterday I noticed that I cannot record tests (when I click the object on the page nothing happens) Also I noticed that last week during preparation for recording apps opened a new page and entered page address which I set up at application capabilities. Now it doesn’t do this.
Restart comp and ipad didn’t help.

Can you tell me what should I check to fix it?

edit: this issue happens only on the ipad, Android tablet works without any problems.

It seems that the issue is related to the launch of the application under test. Did you changed the version of the application under test. Please verify the bundle ID you are using is correct.
One thing you can try is to import the application to the ‘Application Manager’ select it from the list. and click on the launch button.
If it doesn’t help, to to Help -> Collect support data and send me the logs.

Thanks for your reply. I didn’t change version of application. After my last post I only updated my ID profile as it was close to expire but it didn’t help anyway. I send to you logs gathered using “collect support data” option.

Hi Beata,
Can you help us with the steps that you had followed to integrate appium studio to eclipse. We are trying to run the tests from eclipse.We have recorded scripts and need to run them from eclipse.
Had you used Gradle/Maven for your test runs.
Thanks in advance.

On earlier stages of AppiumStudio I used with Eclipse (my first time with Eclipse & Java) and it was a little headache at the beginning.

Refer to this web: https://docs.experitest.com/display/public/AS/Android±+Build+your+first+test . Here you will find how to create a simple test using Gradle.

Be careful to add to the project all the jar files that are in the folder C:\Program Files (x86)\Experitest\AppiumStudio\lib

Now with last version of AppiumStudio I’m using C# and works very fine.

Hi Jibi,

Yes, I had to create separate Gradle project in eclipse to run selenium tests from there. I set up everything based on this page: https://docs.experitest.com/display/public/AS/Getting+started