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.
マウスを上に置くとポップアップするメニューを使用するアプリケーションのスキッシュ テストを作成しています。これは、テストが実行されているときに、ユーザーがテストを続行するためにメニュー上でマウスを動かし続ける必要があることを意味します。アプリは QT で書かれています。誰でもこれとそれを回避する方法の経験がありますか??
私は同様の問題に直面しました。プロセスを探して強制終了する bash スクリプトを作成できます。
MAC のシステム ダイアログの場合、次のようなことができます。
数 =ps aux | grep "[U]serNotificationCenter" | wc -l
ps aux | grep "[U]serNotificationCenter" | wc -l
if(number.to_i != 0) `killall "UserNotificationCenter"` end