Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Merhaba,
yapılabiliyor ama aram çubuğuna yazılmıyo diye biliyorum ama url ye gönderebiliyoruz.
url ye gönderme
kodu:
using NUnit.Framework;
namespace ParallelTestExample
{
[TestFixture]
[Parallelizable]
public class URLTest : BaseTest
{
[Test]
public **** URL()
{
webDriver.Navigate().GoToUrl("GÖNDERMEK İSTEDİĞİNİZ URL");
}
}
}