search - Results extraction for a dynamic result using selenium webdriver -


i working on application, need provide search criteria available in database , no. of results displayed not equal every time.

for ex: search 1234 , may display 4 results today , 3 results next day, requirements below:

  1. how provide search criteria dynamically under search(bdd).
  2. how display results in console given input.
  3. and want display results , validate clicking on each , every result.

note: app developed using angular js. have tried using webelement list not extracting dynamic search result drop down looking in page.

also can suggest how provide search result under behavioral driven development.

please suggest using selenium commands.

thanks support , co-operations.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -