selendroid Questions
10
I am using Selenium with Java to run scripts on android (thru Appium server).
I see that it is not possible to locate a toast by using selenium's
driver.findElement(By.LinkText("User not logged i...
Clementius asked 26/5, 2015 at 12:43
3
I have tried with below codings for swiping.
While running the test case, the swipe action doesn't occurs and I am also not getting any error message.
How can I swipe on both side from left to rig...
Lumbering asked 23/3, 2015 at 12:56
3
Solved
I intend to create an Android application that performs a headless login to a website and then scrape some content from the subsequent page while maintaining the logged-in session.
I first used Ht...
Neruda asked 5/5, 2015 at 16:41
2
Please see edits below before answering!
I am trying to set up dynamic web scraping with Selenium, however, I can't seem to find the necessary gradle dependencies/lib files to add to my project. ...
Mclyman asked 13/8, 2015 at 1:27
1
Created multiple instance of appium.
from console i run :
node . -p 4722 -U Z*****K --chromedriver-port 9
515 -bp 2251
node . -p 4723 -U T*****K --chromedriver-port 9
516 -bp 2252
Instances are...
Kappa asked 27/2, 2015 at 15:27
1
I have native Android app, built with Ionic, so e2e tests are written with Protractor and works fine with hybrid version of application.
I'm trying to figure out, if it's possible to run these test...
Vinasse asked 10/11, 2014 at 19:31
1
Solved
I would like to run automatized test on different Genymotion devices in the same time. For this I have to give seperate port numbers for each device.
Is it possible?
Esmaria asked 23/7, 2014 at 9:10
1
© 2022 - 2024 — McMap. All rights reserved.