Invoke Browser-Specific Actions
I would like to invoke browser-specific actions in a standard or coded step. This means the step is only executed if the test is running in the specified browser type.
Solution
Use a standard (non-coded) step or use a coded solution.
The RunsAgainst Test Step Property allows you to choose against which browser to run the step:
Keep in mind that if you use this feature, the step will run against the specified browser only. You can only choose one browser and not, for instance, two out of three browsers. (To accomplish that, copy and paste the step, then change the RunsAgainst property for the new step.)
You can put together a much more complex use-case by using a coded solution. Here's the code from the test sample. It demonstrates how to use a different search word based on browser type:
The coded solution is also applicable to the Telerik Testing Framework.