質問編集履歴

3

URLの追記

2019/12/16 12:46

投稿

tonton333
tonton333

スコア19

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,13 @@
24
24
 
25
25
  どこで詰まってるのか調べるためにあえてbeginから外しています
26
26
 
27
+ HTMLは長すぎて張はれないですが以下のページです
28
+
29
+ https://www.amazon.co.jp/hz/mycd/myx?ie=UTF8&openid.identity=https%3A%2F%2Fwww.amazon.co.jp%2Fap%2Fid%2Famzn1.account.AGL4O3NQKSEFFJ64ZRPPXK3J3VPQ&openid.op_endpoint=https%3A%2F%2Fwww.amazon.co.jp%2Fap%2Fsignin&openid.pape.auth_time=2019-12-16T12%3A45%3A26Z&openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Cns.pape%2Cpape.auth_policies%2Cpape.auth_time%2Csigned&openid.return_to=https%3A%2F%2Fwww.amazon.co.jp%2Fmn%2Fdcw%2Fmyx.html%2Fref%3Dkinw_myk_redirect&openid.assoc_handle=jpamazon&serial=&openid.mode=id_res&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.auth_policies=http%3A%2F%2Fschemas.openid.net%2Fpape%2Fpolicies%2F2007%2F06%2Fnone&openid.sig=CxxhN3fbcGW5Xr1fJRdlAuqlEur3iPtVp9fo4hJwvwk%3D&openid.claimed_id=https%3A%2F%2Fwww.amazon.co.jp%2Fap%2Fid%2Famzn1.account.AGL4O3NQKSEFFJ64ZRPPXK3J3VPQ&openid.response_nonce=2019-12-16T12%3A45%3A26Z-8094027330535764390&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0#/home/content/booksAll/dateDsc/
27
30
 
28
31
 
32
+
29
- ```rube
33
+ ```ruby
30
34
 
31
35
  def get_book_list()
32
36
 

2

コード言語の修正

2019/12/16 12:46

投稿

tonton333
tonton333

スコア19

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- ```python
29
+ ```rube
30
30
 
31
31
  def get_book_list()
32
32
 

1

エラー箇所について

2019/12/16 12:35

投稿

tonton333
tonton333

スコア19

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,16 @@
13
13
 
14
14
 
15
15
  よろしくお願いします
16
+
17
+
18
+
19
+ 追記:
20
+
21
+ エラーが発生するのは
22
+
23
+ element = @driver.find_element(:id,"contentTable_showMore_myx ")です
24
+
25
+ どこで詰まってるのか調べるためにあえてbeginから外しています
16
26
 
17
27
 
18
28