Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R selenium では、次のようにスリープ時間を設定できます。
Sys.sleep(15)
ランダムな時間を設定するにはどうすればよいですか? Python では次のようになります。
time.sleep(random.uniform(3.5,6.9))