Skip to content

Commit a412be7

Browse files
committed
Testing basic UI.
1 parent bbd7186 commit a412be7

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

1-UI-Elements/geckodriver.log

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,30 @@ console.warn: services.settings: main/search-config-v2 Signature verified failed
278278
JavaScript error: resource://gre/modules/AsyncShutdown.sys.mjs, line 573: NotFoundError: No such JSWindowActor 'DevToolsFrame'
279279
1703063965293 Marionette INFO Stopped listening on port 51065
280280
Dynamically enable window occlusion 1
281+
1703065351644 geckodriver INFO Listening on 127.0.0.1:51553
282+
1703065354735 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "51554" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\HP\\AppData\\Local\\Temp\\rust_mozprofileuaDxqB"
283+
console.warn: services.settings: Ignoring preference override of remote settings server
284+
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
285+
1703065355527 Marionette INFO Marionette enabled
286+
Dynamically enable window occlusion 0
287+
1703065355628 Marionette INFO Listening on port 51561
288+
WebDriver BiDi listening on ws://127.0.0.1:51554
289+
Read port: 51561
290+
1703065355907 RemoteAgent WARN TLS certificate errors will be ignored for this session
291+
DevTools listening on ws://127.0.0.1:51554/devtools/browser/de31b027-bf76-4a4f-8e04-dad77bf1bbcc
292+
1703065364868 Marionette INFO Stopped listening on port 51561
293+
Dynamically enable window occlusion 1
294+
1704898119450 geckodriver INFO Listening on 127.0.0.1:50379
295+
1704898122625 mozrunner::runner INFO Running command: "C:\\Program Files\\Mozilla Firefox\\firefox.exe" "--marionette" "--remote-debugging-port" "50380" "--remote-allow-hosts" "localhost" "-no-remote" "-profile" "C:\\Users\\HP\\AppData\\Local\\Temp\\rust_mozprofileFywpeZ"
296+
console.warn: services.settings: Ignoring preference override of remote settings server
297+
console.warn: services.settings: Allow by setting MOZ_REMOTE_SETTINGS_DEVTOOLS=1 in the environment
298+
1704898126457 Marionette INFO Marionette enabled
299+
Dynamically enable window occlusion 0
300+
1704898127464 Marionette INFO Listening on port 50391
301+
Read port: 50391
302+
WebDriver BiDi listening on ws://127.0.0.1:50380
303+
Read port: 50391
304+
1704898131174 RemoteAgent WARN TLS certificate errors will be ignored for this session
305+
DevTools listening on ws://127.0.0.1:50380/devtools/browser/560943ba-3f42-4469-a93e-728404222243
306+
1704898140402 Marionette INFO Stopped listening on port 50391
307+
Dynamically enable window occlusion 1

1-UI-Elements/inputs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
# Firefox webdriver for herokuapp site
55
fDriverHA = webdriver.Firefox()
6-
"""
76
fDriverHA.get('https://the-internet.herokuapp.com/')
87

98
# Click on inputs link
109
fDriverHA.find_element(By.CSS_SELECTOR, "a[href='/inputs']").click()
1110
# fDriverHA.find_element((By.CSS_SELECTOR, "input[type='number']")).send_keys(7) # TODO: Error message in internal file
1211

13-
"""
1412

15-
# Enter values in https://rahulshettyacademy.com/angularpractice/
13+
14+
# Enter values in https://rahulshettyacademy.com/angularpractice/
15+

0 commit comments

Comments
 (0)