This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.attendacewithfingerprintinternal; | |
| import android.annotation.SuppressLint; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.database.Cursor; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.location.Location; | |
| import android.os.Bundle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Tests; | |
| use Laravel\Dusk\TestCase as BaseTestCase; | |
| use Facebook\WebDriver\Remote\RemoteWebDriver; | |
| use Facebook\WebDriver\Remote\DesiredCapabilities; | |
| use Facebook\WebDriver\Chrome\ChromeOptions; | |
| abstract class DuskTestCase extends BaseTestCase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="form-group"> | |
| <label for="input-4">Phone</label> | |
| <div class="form-inline"> | |
| <div class="form-group"> | |
| <div class="input-group"> | |
| <span class="input-group-addon"><i class= | |
| "glyphicon glyphicon-globe"></i> Country Code</span> | |
| <select class="select-option" name="phone_code"> | |
| <option data-countrycode="GB" selected value="44"> | |
| UK (+44) |