George S. Baugh 4 năm trước cách đây
mục cha
commit
44c1c69b11
3 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 0 0
      bin/playwright_server
  2. 5 0
      example.pl
  3. 1 0
      generate_api_json.sh

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
bin/playwright_server


+ 5 - 0
example.pl

@@ -119,3 +119,8 @@ $page->select('#drphil')->click();
 my $chooseu = $handle->await( $choochoo );
 $chooseu->setFiles('test.jpg');
 
+# Make sure we can do child selectors
+my $parent = $page->select('body');
+my $child = $parent->select('#drphil');
+print ref($child)."\n";
+

+ 1 - 0
generate_api_json.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
 pushd ../playwright
+git pull
 node utils/doclint/generateApiJson.js > ../playwright-perl/api.json
 popd

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác