Run local action #85
Annotations
1 error and 1 warning
Run the action
Cannot find module '(INFO) Doc Detective collects basic anonymous telemetry to understand product issues and usage. To disable telemetry, set 'telemetry.send' to 'false' in your .doc-detective.json config file.
(INFO) Running test specs.
2024-07-19T19:32:36.693Z INFO webdriver: Initiate new session using the WebDriver protocol
2024-07-19T19:32:36.694Z INFO @wdio/utils: Connecting to existing driver at http://0.0.0.0:4723/
2024-07-19T19:32:36.759Z INFO webdriver: [POST] http://0.0.0.0:4723/session
2024-07-19T19:32:36.760Z INFO webdriver: DATA {
capabilities: {
alwaysMatch: {
platformName: 'linux',
'appium:automationName': 'Gecko',
browserName: 'MozillaFirefox',
'moz:firefoxOptions': [Object]
},
firstMatch: [ {} ]
},
desiredCapabilities: {
platformName: 'linux',
'appium:automationName': 'Gecko',
browserName: 'MozillaFirefox',
'moz:firefoxOptions': {
args: [Array],
profile: 'UEsDBBQAAAAIAKm6lldWzDiRbgAAAKUAAAAlAAAAZmlyZWZveF9wcm9maWxlL2Nocm9tZS91c2VyQ2hyb21lLmNzc3XMQQrCMBBG4X1O8Yu7QqhrPYOHiGbaDpqZMBmJIN7dgu6K28fHC+OAc7oRLuquBVc1IWvQCb6s1bQ3MnSWrB1VWZwyhjHsS2KJv/4KWAeWyeL3E+80ebSU+dGOONQndlyqmifx0wYbz8t//Q4fUEsBAhQDFAAAAAgAqbqWV1bMOJFuAAAApQAAACUAAAAAAAAAAAAAAKSBAAAAAGZpcmVmb3hfcHJvZmlsZS9jaHJvbWUvdXNlckNocm9tZS5jc3NQSwUGAAAAAAEAAQBTAAAAsQAAAAAA',
prefs: [Object],
binary: '/home/runner/.npm/_npx/1f3deba774bff4f9/node_modules/doc-detective-core/browser-snapshots/firefox/linux-nightly_130.0a1/firefox/firefox'
}
}
}
2024-07-19T19:32:39.486Z INFO webdriver: COMMAND navigateTo("https://www.google.com/")
2024-07-19T19:32:39.486Z INFO webdriver: [POST] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/url
2024-07-19T19:32:39.487Z INFO webdriver: DATA { url: 'https://www.google.com/' }
2024-07-19T19:32:39.980Z INFO webdriver: RESULT null
2024-07-19T19:32:39.990Z INFO webdriver: COMMAND findElement("css selector", "[title=Search]")
2024-07-19T19:32:39.991Z INFO webdriver: [POST] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/element
2024-07-19T19:32:39.991Z INFO webdriver: DATA { using: 'css selector', value: '[title=Search]' }
2024-07-19T19:32:40.012Z INFO webdriver: RESULT {
ELEMENT: '54596980-1307-49c8-b64f-7d9629564161',
'element-6066-11e4-a52e-4f735466cecf': '54596980-1307-49c8-b64f-7d9629564161'
}
2024-07-19T19:32:40.023Z INFO webdriver: COMMAND findElements("css selector", "[title=Search]")
2024-07-19T19:32:40.023Z INFO webdriver: [POST] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/elements
2024-07-19T19:32:40.023Z INFO webdriver: DATA { using: 'css selector', value: '[title=Search]' }
2024-07-19T19:32:40.035Z INFO webdriver: RESULT [
{
ELEMENT: '54596980-1307-49c8-b64f-7d9629564161',
'element-6066-11e4-a52e-4f735466cecf': '54596980-1307-49c8-b64f-7d9629564161'
}
]
2024-07-19T19:32:40.039Z INFO webdriver: COMMAND getElementText("54596980-1307-49c8-b64f-7d9629564161")
2024-07-19T19:32:40.039Z INFO webdriver: [GET] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/element/54596980-1307-49c8-b64f-7d9629564161/text
2024-07-19T19:32:40.051Z INFO webdriver: RESULT
2024-07-19T19:32:40.051Z INFO webdriver: COMMAND getElementAttribute("54596980-1307-49c8-b64f-7d9629564161", "value")
2024-07-19T19:32:40.052Z INFO webdriver: [GET] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/element/54596980-1307-49c8-b64f-7d9629564161/attribute/value
2024-07-19T19:32:40.058Z INFO webdriver: RESULT
2024-07-19T19:32:40.059Z INFO webdriver: COMMAND elementClick("54596980-1307-49c8-b64f-7d9629564161")
2024-07-19T19:32:40.059Z INFO webdriver: [POST] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/element/54596980-1307-49c8-b64f-7d9629564161/click
2024-07-19T19:32:40.298Z INFO webdriver: RESULT null
2024-07-19T19:32:40.304Z INFO webdriver: COMMAND performActions(<object>)
2024-07-19T19:32:40.304Z INFO webdriver: [POST] http://0.0.0.0:4723/session/5de8308e-95d2-4bb7-b882-e8a2cfcf48d7/actions
2024-07-19T19:32:40.304Z INFO webdriver: DATA {
actions: [ {
|
Run the action
On Ubuntu runners, this action only supports headless mode. Firefox and Chrome contexts automatically fall back to headless mode when necessary. If your tests doesn't work in headless mode (like if you need the 'startRecording' action), use macOS or Windows runners.
|