-
| I wonder if it's possible to set --metrics to raw driver just like tests driver = Driver(mobile=True) pytest test_swag_labs.py --mobile --metrics="360,640,2" | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| Here's an example of setting mobile metrics with the  from seleniumbase import Driver
driver = Driver(mobile=True, d_width=360, d_height=640, d_p_r=2) | 
Beta Was this translation helpful? Give feedback.
Here's an example of setting mobile metrics with the
Driver()format: