How many parameters does an assessor can accept in selenium?
Answers
Answered by
0
i think i should be 3
kalukhaliindane:
are you sure
Answered by
0
There are 2 parameters that an assessor can accept in selenium. One of the parameters is the target and the other is the value.
All the assessors in the selenium are prefixed by either 'is' or 'get'. And it can accept two parameters for the test case. Each assessor then has a verification function which is also prefixed with assert and verify.
For wait function, the prefix used is 'waitfor'.
Similar questions