質問編集履歴

3

RecIEを使用したこと、IEのバージョンを追加しました

2016/08/15 04:59

投稿

YUTAYUTA
YUTAYUTA

スコア12

test CHANGED
@@ -1 +1 @@
1
- IEで開いたこちらのサイトのログインボタンをUWSCのスクリプトで押す方法を教えてください。
1
+ IE9で開いたこちらのサイトのログインボタンをUWSCのスクリプトで押す方法を教えてください。
test CHANGED
@@ -12,6 +12,16 @@
12
12
 
13
13
  押したいのは「Address Manager」の「Sign in」です。
14
14
 
15
+
16
+
17
+ UWSCに付属のRecIEでログインボタンを押して動作を見てみましたが
18
+
19
+ IE.Navigate("https://trashmail.com/?lang=en&cmd=manager",0,"function constructor(){return this.constructor.apply(this,arguments)||null;}") // BUTTON: Sign in
20
+
21
+ と表示され、これをスクリプトに記載してもログインできませんでした。
22
+
23
+
24
+
15
25
  画像認識でもよいと思ったのですが
16
26
 
17
27
  IESETDATA、IELINKなどで直接操作する方法があれば教えてください。

2

ログインボタンの要素を追加しました。

2016/08/15 04:59

投稿

YUTAYUTA
YUTAYUTA

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,12 @@
1
1
  サイトはこちらです。
2
2
 
3
3
  [https://trashmail.com/?lang=en](https://trashmail.com/?lang=en)
4
+
5
+
6
+
7
+ ログインボタンの要素はこちらです。
8
+
9
+ <button type="button" class="btn btn-primary" data-ng-click="logIn()">Sign in</button>
4
10
 
5
11
 
6
12
 

1

URLをリンクにしました

2016/08/15 04:17

投稿

YUTAYUTA
YUTAYUTA

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  サイトはこちらです。
2
2
 
3
- https://trashmail.com/?lang=en
3
+ [https://trashmail.com/?lang=en](https://trashmail.com/?lang=en)
4
4
 
5
5
 
6
6