Please tell me the steps to implement selenium in CI CD pipeline using gitlab ci in GCP cloud without using jenkins

0 votes
May 14, 2020 in Selenium by jerry
• 120 points
2,769 views

1 answer to this question.

0 votes
answered May 14, 2020 by Sirajul
• 59,230 points

Related Questions In Selenium

0 votes
1 answer

Please tell me how to do Automation script using Spring boot in Intelliji Idea

@Ansuri, can you please be more specific ...READ MORE

answered Nov 4, 2019 in Selenium by Abha
• 28,140 points
1,480 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
18,506 views
0 votes
1 answer

How to wait for the webpage to load in selenium using java

Firstly, when you launch a web application, ...READ MORE

answered Aug 29, 2018 in Selenium by bug_seeker
• 15,520 points
1,704 views
+1 vote
1 answer
+1 vote
1 answer

How to get the HTML source of a webpage using Selenium in Java?

There is a method called getPageSource() in ...READ MORE

answered Jan 11, 2019 in Selenium by Sneha
28,438 views
0 votes
0 answers

How to configure ChromeDriver to initiate the browser in the Headless mode using Selenium?

I'm currently working on a Python script ...READ MORE

Apr 2, 2019 in Selenium by Surya
• 970 points
1,416 views
+1 vote
1 answer

how to automate google Signup form in selenium using python

Try the following code:  from selenium.webdriver import Chrome, ...READ MORE

answered Mar 23, 2020 in Selenium by Sirajul
• 59,230 points
6,966 views
+1 vote
1 answer

In selenium Can we interact with browsers directly without using browsers web drivers like codedui

As per my understanding of your query, ...READ MORE

answered Aug 20, 2020 in Selenium by Sirajul
• 59,230 points
826 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP