magdeline
magdeline
Referred to these issues on Selenium creating a temporary user profile copy, but this creates a problem for apps that use default user profile to launch a url in browser...
@diemol I raised an issue in Geckodriver here https://github.com/mozilla/geckodriver/issues/2179#issuecomment-2095912418 , but I believe it may be related to Selenium Firefox webdriver options. I am not sure how to remove the...
I have updated the stracktrace @whimboo . I am also receiving this
@whimboo I am adding the new user profile selenium creates into profiles.ini, and I launch my desktop app manually after running the code above. Reason for updating profiles.ini is that...
@whimboo Should I be removing the `-no-remote `and `-new-instance` arguments, as they seem to be added by default by `FirefoxOptions()`. I want to ensure my new login url screen opens...
@dimag25 Did you find a solution for installing the Xcode app on your mac mini vm instance? I'm doing the exact same thing and encountering the same error, as I...
I realised that the Identifier attribute used in Xpath for the element has changed when I print the page source of the app in the Jenkins VM environment. Is the...
Hi, after more debugging by remote desktop into the Jenkins VM, I realised the Appium logs is getting stuck at this line: ``` [WebDriverAgentMac] [xcodebuild] t = 414.4s Find the...
@anunay1 Is Selenium 4 totally out of support? I am writing a Python script to automate a Win app that uses MS WebView2, and i want to automate that webview...
@anunay1 Yep, I realised problems in locating elements using the Selenium webdrivers when I upgrade to Selenium 4. For example, ``` time_and_language_menu_bar = settings_driver.find_element_by_xpath(config_file["xpaths"]["TimeAndLanguageMenuBar"]) print("time_and_language_menu_bar: ", time_and_language_menu_bar) #returns a dictionary...