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
# main.py | |
import re | |
from selenium import webdriver | |
from selenium.webdriver.common.by import By | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support import expected_conditions as EC | |
from selenium.common.exceptions import TimeoutException | |
import requests | |
session = requests.Session() |
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
const devices = { | |
'samsung-tab': { | |
browserName: 'Samsung Tab S3', | |
'appium:deviceName': 'Samsung Tablet', | |
'appium:platformVersion': '8.0.0', | |
'appium:udid': '350442bf963ed526', | |
'appium:systemPort': 8201 | |
}, | |
'samsung-phone': { | |
browserName: 'Samsung Galaxy S9', |
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
[HTTP] <-- GET /wd/hub/status 200 1 ms - 75 | |
[HTTP] | |
[HTTP] --> GET /wd/hub/status | |
[HTTP] {} | |
[HTTP] <-- GET /wd/hub/status 200 1 ms - 75 | |
[HTTP] | |
[HTTP] --> POST /wd/hub/session | |
[HTTP] {"desiredCapabilities":{"appium:systemPort":8204,"config":{"company specific stuff"},"appium:browserName":"chrome","server:CONFIG_UUID":"da49274e-bea3-4a75-a17 | |
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps | |
[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix: |
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
{"lastUpload":"2020-11-13T09:29:34.194Z","extensionVersion":"v3.4.3"} |