2
Reply

How do you identify an object using selenium?

Kap Shivhare

Kap Shivhare

May 17, 2015
616
0

    These are the following way by which selenium can find the object:- ID Name CSS Selector Xpath – (Attributes, Relative, Absolute or Position)

    Kameshwar Roy
    September 29, 2015
    1

    1. Is Element Present (String locator) 2. Is Element Present takes a locator as the argument and if found returns a boolean value of True.

    Kap Shivhare
    May 17, 2015
    0