Set Selenium Speed equivalent

Is there a way to slow down Browser Library execution in general like with Set Selenium Speed? I often have to showcase what my tests do in the UI over Teams meetings and Browser Library just goes way too fast for people to see. I am not keen on adding implicit sleeps to slow it down as it makes no sense.

So, passing slowMo to New Browser probably does that - at least to a degree.

You will probably be interested in the enable_presenter_mode import option too.

I will try out the enable_presenter_mode, sounds promising at least.

Hi @jarmake
Could you finally try enable_presenter_mode?
Did it works? If yes, how/ where should be this Option added?

Regards

Documented https://marketsquare.github.io/robotframework-browser/Browser.html

Example;

*** Settings ***
Library             Browser    enable_presenter_mode=True
2 Likes