{"id":28927,"date":"2015-10-26T11:46:49","date_gmt":"2015-10-26T06:16:49","guid":{"rendered":"https:\/\/tothenewco.pro\/blog\/?p=28927"},"modified":"2016-09-14T19:00:17","modified_gmt":"2016-09-14T13:30:17","slug":"mobile-web-automation-with-appium-2","status":"publish","type":"post","link":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/","title":{"rendered":"Mobile Web Automation with Appium"},"content":{"rendered":"<p>Appium is an open source tool for mobile application. It is a bridge or we can say in simple terms it is a mediator between PC and mobile.<\/p>\n<p>It supports three types of mobile application i.e. native, web application and hybrid.<\/p>\n<p>Native Applications\u00a0are developed for use on a particular device or platform. It is installed directly on a mobile device and developers create a separate app version for each mobile device.<\/p>\n<p>Mobile web application are called mobile website and can be accessed through browser by hitting the URL.<\/p>\n<p>Hybrid application combines elements of both native and web applications. Like mobile native apps, you can find and download mobile hybrid apps using the Google Play Store or the Apple\u2019s App Store.\u00a0Similar to mobile web app, a mobile hybrid app would look alike to a mobile website that can be accessed by hitting an URL in the web browser.<\/p>\n<p>For example Web apps, such as online banking services or locally stored native apps, such as Microsoft Excel.<\/p>\n<p>To install an Appium we need .net framework<\/p>\n<p>What are the desired capabilities?<\/p>\n<p>Desired Capabilities are a set of keys and values sent to the Appium server to tell the server what kind of automation session we are interested in starting up.<\/p>\n<p><span style=\"color: #333333\"><strong><strong>\u00a0<\/strong><\/strong><\/span><\/p>\n<table>\n<tbody>\n<tr>\n<td><span style=\"color: #333333\"><b>KEYS<\/b><\/span><\/td>\n<td><span style=\"color: #333333\"><b>DESCRIPTION<\/b><\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;color: #333333\">browserName<\/span><\/td>\n<td><span style=\"font-weight: 400;color: #333333\">Name of mobile web browser<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;color: #333333\">appium-version<\/span><\/td>\n<td><span style=\"font-weight: 400;color: #333333\">Version of Appium<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;color: #333333\">platform Version<\/span><\/td>\n<td><span style=\"font-weight: 400;color: #333333\">Mobile OS version<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;color: #333333\">deviceName<\/span><\/td>\n<td><span style=\"font-weight: 400;color: #333333\">Kind of mobile devices to use<\/span><\/td>\n<\/tr>\n<tr>\n<td><span style=\"font-weight: 400;color: #333333\">platformName<\/span><\/td>\n<td><span style=\"font-weight: 400;color: #333333\">Kind of mobile OS platform to use<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"color: #333333\"><b>Automation Test<\/b><\/span><\/p>\n<ul>\n<li style=\"font-weight: 400\"><span style=\"color: #333333\"><span style=\"font-weight: 400\">Attach Android device with your system and type <\/span><b>adb device<\/b><span style=\"font-weight: 400\"> command on cmd prompt to verify that the device is attached or not<\/span><\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"color: #333333\"><span style=\"font-weight: 400\">Launch Appium tool on your machine<\/span><\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400;color: #333333\">Once the Appium is launched run the script written on the Eclipse<\/span><\/li>\n<\/ul>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">Use case we are going to automate<\/span><span style=\"font-weight: 400\">:<\/span><\/span><\/p>\n<ol>\n<li><span style=\"font-weight: 400;color: #333333\"> To check the title of the web page<\/span><\/li>\n<li><span style=\"font-weight: 400;color: #333333\"> Enter all the details in the Contact Us form except message detail<\/span><\/li>\n<li><span style=\"font-weight: 400;color: #333333\"> Click on the Submit button<\/span><\/li>\n<li><span style=\"font-weight: 400;color: #333333\"> To verify the error message. <\/span><\/li>\n<\/ol>\n<p><span style=\"color: #333333\"><strong><strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-28928\" src=\"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/appium_image.png\" alt=\"appium_image\" width=\"414\" height=\"659\" \/><\/strong><\/strong><\/span><\/p>\n<p><span style=\"color: #333333\">\/\/setup the desired capability and pass the android activity<strong><strong><br \/>\n<\/strong><\/strong><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">DesiredCapabilities <\/span><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\"> = <\/span><b>new<\/b><span style=\"font-weight: 400\"> DesiredCapabilities();<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">.setCapability(<\/span><span style=\"font-weight: 400\">&#8220;browserName&#8221;<\/span><span style=\"font-weight: 400\">, <\/span><span style=\"font-weight: 400\">&#8220;chrome&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">.setCapability(<\/span><span style=\"font-weight: 400\">&#8220;appium-version&#8221;<\/span><span style=\"font-weight: 400\">, <\/span><span style=\"font-weight: 400\">&#8220;1.4.0&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">.setCapability(<\/span><span style=\"font-weight: 400\">&#8220;VERSION&#8221;<\/span><span style=\"font-weight: 400\">,<\/span><span style=\"font-weight: 400\">&#8220;5.1.1&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">.setCapability(<\/span><span style=\"font-weight: 400\">&#8220;deviceName&#8221;<\/span><span style=\"font-weight: 400\">,<\/span><span style=\"font-weight: 400\">&#8220;ANDROID&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">.setCapability(<\/span><span style=\"font-weight: 400\">&#8220;platformName&#8221;<\/span><span style=\"font-weight: 400\">,<\/span><span style=\"font-weight: 400\">&#8220;ANDROID&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">RemoteWebDriver <\/span><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\"> = <\/span><b>new<\/b><span style=\"font-weight: 400\"> RemoteWebDriver(<\/span><b>new<\/b><span style=\"font-weight: 400\"> URL(<\/span><span style=\"font-weight: 400\">&#8220;http:\/\/127.0.0.1:4723\/wd\/hub&#8221;<\/span><span style=\"font-weight: 400\">), <\/span><span style=\"font-weight: 400\">cap<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"font-weight: 400;color: #333333\">\/\/ Navigate to the page and interact with the elements<\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.get(<\/span><span style=\"font-weight: 400\">&#8220;https:\/\/tothenewco.pro\/contact-us&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">System.<\/span><b><i>out<\/i><\/b><span style=\"font-weight: 400\">.println(<\/span><span style=\"font-weight: 400\">&#8220;Android Title is: &#8220;<\/span><span style=\"font-weight: 400\"> + <\/span><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.getTitle());<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;firstname&#8221;<\/span><span style=\"font-weight: 400\">)).sendKeys(<\/span><span style=\"font-weight: 400\">&#8220;kimi&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;lastname&#8221;<\/span><span style=\"font-weight: 400\">)).sendKeys(<\/span><span style=\"font-weight: 400\">&#8220;agarwal&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;email&#8221;<\/span><span style=\"font-weight: 400\">)).sendKeys(<\/span><span style=\"font-weight: 400\">&#8220;kimiagarwal@yahoo.com&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;phone&#8221;<\/span><span style=\"font-weight: 400\">)).sendKeys(<\/span><span style=\"font-weight: 400\">&#8220;9999123456&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;company&#8221;<\/span><span style=\"font-weight: 400\">)).sendKeys(<\/span><span style=\"font-weight: 400\">&#8220;ABC Company&#8221;<\/span><span style=\"font-weight: 400\">);<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">xpath<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;.\/\/*[@type=&#8217;checkbox&#8217;][@value=&#8217;Job&#8217;]&#8221;<\/span><span style=\"font-weight: 400\">)).click();<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">xpath<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;.\/\/*[@type=&#8217;submit&#8217;]&#8221;<\/span><span style=\"font-weight: 400\">)).click(); <\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">WebElement <\/span><span style=\"font-weight: 400\">msg<\/span><span style=\"font-weight: 400\"> = <\/span><span style=\"font-weight: 400\">driver<\/span><span style=\"font-weight: 400\">.findElement(By.<\/span><i><span style=\"font-weight: 400\">id<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;message-error&#8221;<\/span><span style=\"font-weight: 400\">));<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">System.<\/span><b><i>out<\/i><\/b><span style=\"font-weight: 400\">.println(<\/span><span style=\"font-weight: 400\">msg<\/span><span style=\"font-weight: 400\">.getText());<\/span><\/span><\/p>\n<p><span style=\"color: #333333\"><span style=\"font-weight: 400\">Assert.<\/span><i><span style=\"font-weight: 400\">assertEquals<\/span><\/i><span style=\"font-weight: 400\">(<\/span><span style=\"font-weight: 400\">&#8220;Please enter the message&#8221;<\/span><span style=\"font-weight: 400\">, <\/span><span style=\"font-weight: 400\">msg<\/span><span style=\"font-weight: 400\">.getText());<\/span><\/span><\/p>\n<p>Tell me what you think of this in the comments section. Happy testing \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Appium is an open source tool for mobile application. It is a bridge or we can say in simple terms it is a mediator between PC and mobile. It supports three types of mobile application i.e. native, web application and hybrid. Native Applications\u00a0are developed for use on a particular device or platform. It is installed [&hellip;]<\/p>\n","protected":false},"author":107,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":42,"footnotes":""},"categories":[1818,1816],"tags":[1561,14,2654,4851],"class_list":["post-28927","post","type-post","status-publish","format-standard","hentry","category-automation-testing-testing-2","category-testing-2","tag-automation-testing","tag-testing","tag-manual-testing-2","tag-mobility"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kimi Agarwal\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Mobile Web Automation with Appium | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Mobile Web Automation with Appium | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#article\",\"name\":\"Mobile Web Automation with Appium | TO THE NEW Blog\",\"headline\":\"Mobile Web Automation with Appium\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kimi-agarwal\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2015\\\/10\\\/appium_image.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#articleImage\"},\"datePublished\":\"2015-10-26T11:46:49+05:30\",\"dateModified\":\"2016-09-14T19:00:17+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":15,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#webpage\"},\"articleSection\":\"Automation Testing, Testing, automation testing, Functional Testing, manual testing, Mobility\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/testing-2\\\/#listItem\",\"name\":\"Testing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/testing-2\\\/#listItem\",\"position\":2,\"name\":\"Testing\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/testing-2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#listItem\",\"name\":\"Mobile Web Automation with Appium\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#listItem\",\"position\":3,\"name\":\"Mobile Web Automation with Appium\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/testing-2\\\/#listItem\",\"name\":\"Testing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kimi-agarwal\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kimi-agarwal\\\/\",\"name\":\"Kimi Agarwal\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-secured-prod.tothenew.com\\\/public\\\/profilePic\\\/f15afc6e-54af-495d-adde-8ce632ec0f53.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Kimi Agarwal\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/\",\"name\":\"Mobile Web Automation with Appium | TO THE NEW Blog\",\"description\":\"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/mobile-web-automation-with-appium-2\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kimi-agarwal\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/kimi-agarwal\\\/#author\"},\"datePublished\":\"2015-10-26T11:46:49+05:30\",\"dateModified\":\"2016-09-14T19:00:17+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Mobile Web Automation with Appium | TO THE NEW Blog","description":"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.","canonical_url":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#article","name":"Mobile Web Automation with Appium | TO THE NEW Blog","headline":"Mobile Web Automation with Appium","author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/kimi-agarwal\/#author"},"publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2015\/10\/appium_image.png","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#articleImage"},"datePublished":"2015-10-26T11:46:49+05:30","dateModified":"2016-09-14T19:00:17+05:30","inLanguage":"en-US","commentCount":15,"mainEntityOfPage":{"@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#webpage"},"isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#webpage"},"articleSection":"Automation Testing, Testing, automation testing, Functional Testing, manual testing, Mobility"},{"@type":"BreadcrumbList","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tothenewco.pro\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/#listItem","name":"Testing"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/#listItem","position":2,"name":"Testing","item":"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#listItem","name":"Mobile Web Automation with Appium"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#listItem","position":3,"name":"Mobile Web Automation with Appium","previousItem":{"@type":"ListItem","@id":"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/#listItem","name":"Testing"}}]},{"@type":"Organization","@id":"https:\/\/tothenewco.pro\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/tothenewco.pro\/blog\/"},{"@type":"Person","@id":"https:\/\/tothenewco.pro\/blog\/author\/kimi-agarwal\/#author","url":"https:\/\/tothenewco.pro\/blog\/author\/kimi-agarwal\/","name":"Kimi Agarwal","image":{"@type":"ImageObject","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#authorImage","url":"https:\/\/newersworld-secured-prod.tothenew.com\/public\/profilePic\/f15afc6e-54af-495d-adde-8ce632ec0f53.jpeg","width":96,"height":96,"caption":"Kimi Agarwal"}},{"@type":"WebPage","@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#webpage","url":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/","name":"Mobile Web Automation with Appium | TO THE NEW Blog","description":"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tothenewco.pro\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/#breadcrumblist"},"author":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/kimi-agarwal\/#author"},"creator":{"@id":"https:\/\/tothenewco.pro\/blog\/author\/kimi-agarwal\/#author"},"datePublished":"2015-10-26T11:46:49+05:30","dateModified":"2016-09-14T19:00:17+05:30"},{"@type":"WebSite","@id":"https:\/\/tothenewco.pro\/blog\/#website","url":"https:\/\/tothenewco.pro\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/tothenewco.pro\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Mobile Web Automation with Appium | TO THE NEW Blog","og:description":"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.","og:url":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/","og:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Mobile Web Automation with Appium | TO THE NEW Blog","twitter:description":"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.","twitter:image":"https:\/\/tothenewco.pro\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"28927","title":"Mobile Web Automation with Appium | #site_title","description":"Appium is an open source tool for the mobile application. It is a bridge or we can say in simple terms it is a mediator between the PC and mobile.","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 12:34:51","updated":"2024-02-29 08:41:23","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/\" title=\"Testing\">Testing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMobile Web Automation with Appium\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tothenewco.pro\/blog"},{"label":"Testing","link":"https:\/\/tothenewco.pro\/blog\/category\/testing-2\/"},{"label":"Mobile Web Automation with Appium","link":"https:\/\/tothenewco.pro\/blog\/mobile-web-automation-with-appium-2\/"}],"_links":{"self":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/28927","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/users\/107"}],"replies":[{"embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/comments?post=28927"}],"version-history":[{"count":0,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/posts\/28927\/revisions"}],"wp:attachment":[{"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/media?parent=28927"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/categories?post=28927"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tothenewco.pro\/blog\/wp-json\/wp\/v2\/tags?post=28927"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}