标签: selenium selenium-webdriver groovy geb
我使用selenium和geb来自动化测试,我需要传递基本的身份验证参数,一直在搜索,但到目前为止,我还不知道该怎么做,我已经尝试过:
import geb.Page import geb.Browser class testOne extends Page{ static url = 'http://username:password@testUrl.com' }
但是那不起作用,任何帮助都被剥夺了