助けてください! pytest + seleniumで簡単なテストを実行しようとしても、起動しません。ただ、何も起こりません:pytest + seleniumを実行できません
import pytest
def test_example(selenium):
selenium.get('http://www.example.com')
スクリーンショットhttps://gyazo.com/01d93c221cc6acff0446f1fb473000cb
注:私は私の仕事のPCで同じことをやっている - それは働きます!