selendroid
selendroid copied to clipboard
I want to verify the toast messsage
Hi I am testing freecharge app. where after entering invalid mobile number, get a message that "Please enter a valid mobile number". I want to validate that message. Can anyone help me?
hey, you can use TestWaiter.waitForElement(By.partialLinkText("Hello selendroid toast!"), 30, driver); but this is not working correctly in selendroid 0.16 for a test example you can check #953
Hi,
Actually i am trying to validate the toast message with appium. But still i am not able to that. Even though i tried with selendroid 0.16 and previous versions also. But not get success. Did you try with older version of selendroid??Please let me know.
For me selendroid 15 works like a charm, but i was unable to make it work with newer versions. Ps. From what i saw appium doesn't have any support for this
I having same problem on latest 1.4.16 appium selendroid mode
try to have a look over selendroid version 0.15, that works on my side, version 0.16 and 0.17 are not
On 3 February 2016 at 10:11, Chris [email protected] wrote:
I having same problem on latest 1.4.16 appium selendroid mode
— Reply to this email directly or view it on GitHub https://github.com/selendroid/selendroid/issues/978#issuecomment-179080699 .
thanks @metasonic , i npm downgraded appium server version to 1.4.8 or 1.4.10 which uses selendroid 0.15.
But still no luck. :(
Good news: i newly install appium 1.4.8 on a clean machine, now the toast check is working :) thanks a lot @metasonic for your information.
I dont know why my original machine is still not able to check toast after downgrade, I guess the downgrade is not successful or not clean enough. anyway, this is another issue.
Thanks again!
i think you need to clean any selendroid references before downgrading, ps. i sort of isolated the tost checker not working to selendroid standalone server, no idea what change caused this and why the tests are passing, running the same test in eclipse shows the fail.
On 4 February 2016 at 09:53, Chris [email protected] wrote:
Good news: i newly install appium 1.4.8 on a clean machine, now the toast check is working :) thanks a lot @metasonic https://github.com/metasonic for your information.
I dont know why my original machine is still not able to check toast after downgrade, I guess the downgrade is not successful or not clean enough. anyway, this is another issue.
Thanks again!
— Reply to this email directly or view it on GitHub https://github.com/selendroid/selendroid/issues/978#issuecomment-179697089 .
@metasonic so this is a 'bug' in the recent versions of selendroid? any fixes/updates from the selendroid team?
#953 is the issue, didn't get any feedback on that yet, no idea if it's happening only on certain setups or there are very few people that are using this feature On 12 Feb 2016 04:34, "Chris" [email protected] wrote:
@metasonic https://github.com/metasonic so this is a 'bug' in the recent versions of selendroid? any fixes/updates from the selendroid team?
— Reply to this email directly or view it on GitHub https://github.com/selendroid/selendroid/issues/978#issuecomment-183153171 .
Worked some time on isolating the issue but was unable to pin point it to a specific line of code or class