こんにちは、私はFirefoxのドライバで1つのシナリオを自動化しようとしています
- 要素をドラッグして他のテキストボックスにドロップする必要があります。要素をドラッグすると物理的には移動しませんが、実際には要素の一部をコピーしてターゲット要素に貼り付けます。
しかし、私がこれをしようとしているとき、私は結果を得ています:
{[email protected]} Method threw 'org.openqa.selenium.WebDriverException' exception.
extraInfo = {[email protected]}
size = 3
detailMessage = "UnknownError: Cannot press more then one button or an already pressed button.
'UnknownError: Cannot press more then one button or an already pressed button.' when calling method: [wdIMouse::down]
Command duration or timeout: 10.03 seconds"
cause = {[email protected]}
"org.openqa.selenium.WebDriverException:
UnknownError: Cannot press more then one button or an already pressed button.
'UnknownError: Cannot press more then one button or an already pressed button.'
when calling method: [wdIMouse::down]
Build info: version: '2.53.1',
revision: 'a36b8b1cd5757287168e54b817830adce9b0158d',
time: '2016-06-30 19:26:09'
System info: host: 'sushmavara-mba',
ip: '172.19.100.194',
os.name: 'Mac OS X',
os.arch: 'x86_64',
os.version: '10.12.6',
java.version: '1.8.0_171'
Driver info: driver.version: unknown"
stackTrace = {StackTraceElement[52]@7438}
suppressedExceptions = {[email protected]} size = 0
これを修正するにはどうすればよいですか?私はJavaプラットフォームを使用しています
ベストアンサー
申し訳ありませんが、適切な答えはありません