selenium - Can not find Element Through Xpath -


element not found correct x path xapth = //div[@class='note note-danger'] getting below -

[[chromedriver: chrome on win8_1 (d878ca30732296716482f8befc5a605a)] -> xpath: //div[@class='note note-danger']]

link :- sandbox.avactis.com/ketan479/register.php

steps reproduce highlighted element:

  1. register on website

  2. retry register same user

  3. you error :- account name taken. please choose different account name.

  4. i not able capture text in step 3, though able locate element through xpath in firebug.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -