Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9c336e4

Browse filesBrowse files
committed
Update ios_simple.pl
1 parent e340677 commit 9c336e4
Copy full SHA for 9c336e4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎sample-code/examples/perl/ios_simple.pl‎

Copy file name to clipboardExpand all lines: sample-code/examples/perl/ios_simple.pl
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
my $caps = {
1111
app => abs_path($app),
1212
browserName => "",
13-
deviceName => "iPhone Simulator",
13+
deviceName => "iPhone 6",
1414
platformName => "iOS",
15-
platformVersion => "7.1"
15+
platformVersion => "8.1"
1616
};
1717

1818
my $driver = Selenium::Remote::Driver->new_from_caps(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.