Forum Discussion
- hkim5Staff
if you cannot find that specified browser type on CBT,
Then you could potentially make your own Selenium serer on a macbook running ios15 (if you have one)
and use runremotebrowser
def Test4(): caps = {"browserName": "safari", "maxInstances": "1", "platform": "MAC", "platformName": "MAC", "seleniumProtocol": "WebDriver", "server:CONFIG_UUID": "df3d0a81-XXXXXXXXXXX...", "technologyPreview": "false"} Browsers.RemoteItem["http://10.0.24.73:4444/wd/hub ", caps].Run("https://smartstore.alertsite.com/") Sys.Browser("*").BrowserWindow(0).Maximize() page = Sys.Browser("*").Page("*") page.FindElement("//a[.='Contact us']").Click() page.FindElement("//input[@id=(//label[.='Your name']/@for)]").SetText("something") page.Close()
- sonya_mSmartBear Alumni (Retired)
Hi nathanginoza , please note that you replied straight to the email notification and your reply didn't reach the community. Please copy the reply here. Thank you.
Related Content
- 2 years ago
Recent Discussions
- 16 hours ago
- 17 hours ago